Эх сурвалжийг харах

【更新】:
1.上报数据参数修改;

youhaitao 2 жил өмнө
parent
commit
1e669071f4

+ 1 - 1
assets/src/common/common.ts

@@ -247,7 +247,7 @@ class common {
             xhr.onerror = function () {
                 resolve(false);
             }
-            xhr.open("POST", this.hostUrl + this.coinBase.submitUrl, true);
+            xhr.open("POST", this.coinBase.submitUrl, true);
             for (let key in headerJson) {
                 xhr.setRequestHeader(key, headerJson[key]);
             }

+ 1 - 1
settings/project.json

@@ -2,7 +2,7 @@
   "migrate-history": [
     "cloud-function"
   ],
-  "last-module-event-record-time": 1668395348053,
+  "last-module-event-record-time": 1678247466683,
   "group-list": [
     "default"
   ],