|
@@ -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;
|