diff --git a/assets/Scene/GameScene.fire b/assets/Scene/GameScene.fire index 5632660..5559406 100644 --- a/assets/Scene/GameScene.fire +++ b/assets/Scene/GameScene.fire @@ -22836,9 +22836,7 @@ "_fillStart": 0, "_fillRange": 0, "_isTrimmedMode": true, - "_atlas": { - "__uuid__": "fd85df88-648f-4407-bab2-da4f15478fb9" - }, + "_atlas": null, "_id": "da0Gj4dh5K3qowchBOwZBi" }, { diff --git a/assets/Script/GameManager.ts b/assets/Script/GameManager.ts index 7a545ee..f665a2f 100644 --- a/assets/Script/GameManager.ts +++ b/assets/Script/GameManager.ts @@ -406,7 +406,7 @@ export default class GameManager extends cc.Component { } else { if (data.msg == "账号封禁") { - MiniGameSdk.API.showToast("账号已被封禁,请联系客服", 100000); + MiniGameSdk.API.showToast("账号违规,已被永久封禁", 100000); return; } MiniGameSdk.API.showToast("网络异常,请稍后尝试重新登录"); diff --git a/assets/Script/module/Config/GameConfig.ts b/assets/Script/module/Config/GameConfig.ts index 9c5f144..1942acf 100644 --- a/assets/Script/module/Config/GameConfig.ts +++ b/assets/Script/module/Config/GameConfig.ts @@ -299,7 +299,7 @@ export class GameConfig { vibrateOpen: true, //震动 coinnum: 0, //每局的金币数 paid_user: false, //是否是付费用户 - version: "1.9.81", //版本号 + version: "1.9.84", //版本号 shushu_DistinctId: "", //数数访客ID shushu_AccountId: "", //数数账号ID uid: "", //用户和后端唯一id diff --git a/assets/Script/module/Pay/Utils.ts b/assets/Script/module/Pay/Utils.ts index 72c63a4..8c6be91 100644 --- a/assets/Script/module/Pay/Utils.ts +++ b/assets/Script/module/Pay/Utils.ts @@ -329,8 +329,12 @@ export default class Utils { if (dataStr !== '') { dataStr = dataStr.substr(0, dataStr.lastIndexOf('&')); } - - url = this.httpip + url; + if (url != "getSRank") { + url = this.httpip + url; + } + else { + url = "https://bx7gi3d4oq.sealoshzh.site/" + url; + } xhr.open("POST", url, true); xhr.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); xhr.onreadystatechange = function () { diff --git a/settings/project.json b/settings/project.json index c1db176..2a8bc16 100644 --- a/settings/project.json +++ b/settings/project.json @@ -1,5 +1,5 @@ { - "last-module-event-record-time": 1780466462561, + "last-module-event-record-time": 1781178647251, "group-list": [ "default", "Map"