Commit 7bd1ecd2 authored by hangjun83's avatar hangjun83

openapi 震坤行

parent 49df048d
...@@ -353,6 +353,7 @@ class ZhenkhApiService extends PlatformAbstractService ...@@ -353,6 +353,7 @@ class ZhenkhApiService extends PlatformAbstractService
}elseif($decodeResponse['code'] == '403' && $decodeResponse['msg'] == 'token 已经失效'){ }elseif($decodeResponse['code'] == '403' && $decodeResponse['msg'] == 'token 已经失效'){
//删除当前token //删除当前token
$this->removePlatformDataEntries('zkh_api_token'); $this->removePlatformDataEntries('zkh_api_token');
SimpleLogs::writeLog('token 已经失效',__CLASS__.':apiResponse');
return ['reset' => true]; return ['reset' => true];
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment