Compare commits
No commits in common. "b5daafd76285de1178dadd89d79932822daaa885" and "685c9cbd14b3e7ead7b9b4894aa31012971cc76f" have entirely different histories.
b5daafd762
...
685c9cbd14
@ -85,7 +85,6 @@ class SendCode
|
||||
return 2;
|
||||
}
|
||||
if($responseData['code'] == 2){
|
||||
Log::warning("ws 在第三方api不存在 ws号".$phone);
|
||||
return 3;
|
||||
}
|
||||
return -1;
|
||||
|
@ -96,9 +96,7 @@ class Task2
|
||||
if ($status == 3) {
|
||||
// 如果账户不存在直接删除
|
||||
// $value->delete();
|
||||
$value->status = 0;
|
||||
$value->last_time = $currentTimestamp;
|
||||
$value->save();
|
||||
Log::warning("ws 在第三方api不存在 ws号".$value->phone);
|
||||
}
|
||||
// UserPhoneLogDao::setOnlineTimeByPhone($value->phone, $status, $currentTimestamp);
|
||||
// $value->last_time = $currentTimestamp;
|
||||
|
Loading…
x
Reference in New Issue
Block a user