Просмотр исходного кода

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

youhaitao 2 лет назад
Родитель
Сommit
1e669071f4
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      assets/src/common/common.ts
  2. 1 1
      settings/project.json

+ 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"
   ],