Commit 9c2fe430 by linboxuan

update result

parent 20e159e8
...@@ -54,7 +54,7 @@ class UtilsNeedSve extends AppServiceBase { ...@@ -54,7 +54,7 @@ class UtilsNeedSve extends AppServiceBase {
if (tokenInfo.status != 0) { if (tokenInfo.status != 0) {
return { return {
"requestId": self.getUUID(), "requestId": self.getUUID(),
"success": true, "success": false,
"errorMsg": "", "errorMsg": "",
"errorCode": "ok" "errorCode": "ok"
}; };
......
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