From 9bf57c193bb60a2c30e4fccae7038971ec9938bc Mon Sep 17 00:00:00 2001 From: 王智 <wz@bronet.cn> Date: Mon, 7 Sep 2020 09:16:41 +0800 Subject: [PATCH] baoxiu --- application/api/controller/Index.php | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/application/api/controller/Index.php b/application/api/controller/Index.php index 2f4afe6..526386b 100644 --- a/application/api/controller/Index.php +++ b/application/api/controller/Index.php @@ -245,12 +245,15 @@ class Index extends Api } else { if (strstr('00', $arr[3])) { echo $arr[3]; + echo '1'; } if (strstr('0', $arr[3])) { echo $arr[3]; + echo '2'; } if (!strstr('0', $arr[3])) { echo $arr[3]; + echo '3'; } } die; -- libgit2 0.24.0