Commit f43be2de by 王悦

阿里返回格式

parent 16a160fb
...@@ -103,7 +103,10 @@ class AppServiceBase { ...@@ -103,7 +103,10 @@ class AppServiceBase {
"requestId": uuid, "requestId": uuid,
"success": !msg, "success": !msg,
"errorMsg": msg||"", "errorMsg": msg||"",
"errorCode": "ok" "errorCode": "ok",
data: !msg?"成功":null,
"code":"200",
"message":"成功",
}; };
} }
} }
......
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