注册与登录bug修复
This commit is contained in:
Vendored
+1
@@ -65,6 +65,7 @@ function post_json(path, json, callback) {
|
||||
})
|
||||
.catch((error) => {
|
||||
re_data["statusCode"] = -1;
|
||||
re_data["error"]=error;
|
||||
callback(re_data);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user