diff --git a/49065.b9f6e955.async.js b/49065.a6af9d78.async.js
similarity index 99%
rename from 49065.b9f6e955.async.js
rename to 49065.a6af9d78.async.js
index 13fa321782..6e114b407c 100644
--- a/49065.b9f6e955.async.js
+++ b/49065.a6af9d78.async.js
@@ -162,11 +162,11 @@ function getUnlockAnswer(id, aid) {
answer_id: aid
});
}
-function setUnity3dStatus(id, result, data) {
- return (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* .post */ .v_)("tasks/".concat(id, "/set_games_status.json"), {
+function setUnity3dStatus(id, result, data, otherData) {
+ return (0,_utils_fetch__WEBPACK_IMPORTED_MODULE_3__/* .post */ .v_)("tasks/".concat(id, "/set_games_status.json"), _root_workspace_ppte5yg23_local_v9_test6_node_modules_babel_runtime_7_23_6_babel_runtime_helpers_objectSpread2_js__WEBPACK_IMPORTED_MODULE_2___default()({
result: result,
data: data
- });
+ }, otherData || {}));
}
//保留唯一一个方法
diff --git a/index.html b/index.html
index c28582eb96..3980701548 100644
--- a/index.html
+++ b/index.html
@@ -27,7 +27,7 @@
display: block !important;
}
-
+