Commit 930f495f by 蒋勇

d

parent 980525c0
......@@ -75,8 +75,8 @@ class System {
body: data
}, function (error, response, body) {
console.log(error)
rtn.statusCode = response.statusCode
if (!error) {
rtn.statusCode = response.statusCode
if (body) {
rtn.data = body
} else {
......
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