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;