|
|
|
@ -92,7 +92,7 @@ class UserService
|
|
|
|
|
return ['status' => false, 'message' => '密码错误'];
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
$testResource = M('test_resource','tab_')->field(['device_number'])->where('user_id=%s and apply_status=2', $user['id'])->find(); //测试资源(扶持号)
|
|
|
|
|
$testResource = M('test_resource','tab_')->where('user_id=%s and apply_status=2', $user['id'])->find(); //测试资源(扶持号)
|
|
|
|
|
if ($testResource) {
|
|
|
|
|
if ($this->isIpWarning($user, $testResource, $deviceNum)) {
|
|
|
|
|
$this->ipWarningLog($user, $testResource, $deviceNum);
|
|
|
|
|