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