@@ -97,6 +97,9 @@ function request(url, data = {}, method = "POST", header = "application/x-www-fo
}
+ if (res.data.code === 200) {
+ res.data.code = 0
+ }
console.error(res.data)
jx(res.data)
resolve(res.data);