From 19c17933ffd6cd367ca3c5314111e9c17c6cca1a Mon Sep 17 00:00:00 2001 From: Chaim Date: Fri, 17 Jul 2020 21:27:42 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E5=88=A0=E9=99=A4md5=E5=8A=A0=E5=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ApiController.php | 10 ---------- 1 file changed, 10 deletions(-) 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