stanley-king 3 tahun lalu
induk
melakukan
2f48c0012f
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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;