diff --git a/src/ApiController.php b/src/ApiController.php index 97c46fe..5a4aba3 100644 --- a/src/ApiController.php +++ b/src/ApiController.php @@ -180,16 +180,6 @@ class ApiController extends stdClass else $this->error('已超时,请重新尝试!'); } - /** - * 生成md5签名字符串 - * @param $preStr string 需要签名的字符串 - * @return string 签名结果 - */ - private function md5Sign(string $preStr) - { - return strtoupper(md5($preStr)); - } - /** * 加密 * @param $data