进度到更新userinfo

This commit is contained in:
2025-07-11 20:59:48 +08:00
parent 6e719f52d4
commit 85d59b2799
7 changed files with 357 additions and 292 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ function post_json(path, json, callback) {
data["data"] = json;
var cookie = load_json("cookie");
if (cookie) {
data["cookie"] = cookie;
data["cookie"] = cookie.Value;
}
var re_data = {};