|
@@ -678,7 +678,7 @@ class JRFIDServerService extends Service
|
|
$return = json_decode($r, true);
|
|
$return = json_decode($r, true);
|
|
Log::channel('apiLog')->info('工装云POST结果', ["message" => $return]);
|
|
Log::channel('apiLog')->info('工装云POST结果', ["message" => $return]);
|
|
|
|
|
|
- if(! empty($return['message']) && $return['message'] == 'error.unAuthorized') return [0, '登录凭证已失效或者不正常'];
|
|
|
|
|
|
+ if(! empty($return['message']) && $return['message'] == 'error.unAuthorized') return [0, '登录凭证已失效或者不正确'];
|
|
|
|
|
|
return [true, $return];
|
|
return [true, $return];
|
|
}
|
|
}
|