Commit 85a13d29 by 任晓松

update

parent e08e2f0c
...@@ -169,10 +169,7 @@ class System { ...@@ -169,10 +169,7 @@ class System {
return { return {
status: 0, status: 0,
msg: okmsg, msg: okmsg,
data: data || "成功", 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