注册与登录bug修复

This commit is contained in:
2025-06-26 21:34:27 +08:00
parent a10173d98a
commit 18c2cb9d4a
5 changed files with 46 additions and 40 deletions
+1
View File
@@ -65,6 +65,7 @@ function post_json(path, json, callback) {
})
.catch((error) => {
re_data["statusCode"] = -1;
re_data["error"]=error;
callback(re_data);
});
}