stanley-king 3 vuotta sitten
vanhempi
commit
2f48c0012f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      helper/mtopcard/mtopcard.php

+ 1 - 1
helper/mtopcard/mtopcard.php

@@ -253,7 +253,7 @@ function valid_phone($card_no)
     {
         // "status": 1 //状态 0:空号;1:实号;2:停机;3:库无;4:沉默号;5:风险号
         Log::record("status={$status}",Log::DEBUG);
-        if (in_array($status, [0,4,5])) {
+        if (in_array($status, [0,5])) {
             return false;
         } else {
             return true;