Commit 838342a9 by 王悦

fix 成功返回格式

parent a6145aad
...@@ -169,7 +169,10 @@ class System { ...@@ -169,7 +169,10 @@ class System {
return { return {
status: 0, status: 0,
msg: okmsg, msg: okmsg,
data: data || null, data: data || "成功",
"code":"200",
"message":"成功",
"success":true
}; };
} }
// 2020 0916 lin 新增返回格式 成功status为1 // 2020 0916 lin 新增返回格式 成功status为1
......
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