From 5546516732ed33c9cc78e4a783a843ee79ba00ef Mon Sep 17 00:00:00 2001 From: 王智 <wz@bronet.cn> Date: Mon, 7 Sep 2020 09:58:22 +0800 Subject: [PATCH] baoxiu --- application/api/controller/Index.php | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/application/api/controller/Index.php b/application/api/controller/Index.php index 4004ad1..26f44e1 100644 --- a/application/api/controller/Index.php +++ b/application/api/controller/Index.php @@ -254,7 +254,6 @@ class Index extends Api if (strstr($arr[3], '0')) { $str = substr($arr[3], 1); if ($str == 99) { - echo '1'; $num = '100'; } else { $str2 = $str + 1; -- libgit2 0.24.0