最新更新

This commit is contained in:
COMPUTER\EDY 2026-06-12 15:46:25 +08:00
parent 2eae7d4657
commit 9c8c445fa6
5 changed files with 10 additions and 8 deletions

View File

@ -22836,9 +22836,7 @@
"_fillStart": 0, "_fillStart": 0,
"_fillRange": 0, "_fillRange": 0,
"_isTrimmedMode": true, "_isTrimmedMode": true,
"_atlas": { "_atlas": null,
"__uuid__": "fd85df88-648f-4407-bab2-da4f15478fb9"
},
"_id": "da0Gj4dh5K3qowchBOwZBi" "_id": "da0Gj4dh5K3qowchBOwZBi"
}, },
{ {

View File

@ -406,7 +406,7 @@ export default class GameManager extends cc.Component {
} }
else { else {
if (data.msg == "账号封禁") { if (data.msg == "账号封禁") {
MiniGameSdk.API.showToast("账号已被封禁,请联系客服", 100000); MiniGameSdk.API.showToast("账号违规,已被永久封禁", 100000);
return; return;
} }
MiniGameSdk.API.showToast("网络异常,请稍后尝试重新登录"); MiniGameSdk.API.showToast("网络异常,请稍后尝试重新登录");

View File

@ -299,7 +299,7 @@ export class GameConfig {
vibrateOpen: true, //震动 vibrateOpen: true, //震动
coinnum: 0, //每局的金币数 coinnum: 0, //每局的金币数
paid_user: false, //是否是付费用户 paid_user: false, //是否是付费用户
version: "1.9.81", //版本号 version: "1.9.84", //版本号
shushu_DistinctId: "", //数数访客ID shushu_DistinctId: "", //数数访客ID
shushu_AccountId: "", //数数账号ID shushu_AccountId: "", //数数账号ID
uid: "", //用户和后端唯一id uid: "", //用户和后端唯一id

View File

@ -329,8 +329,12 @@ export default class Utils {
if (dataStr !== '') { if (dataStr !== '') {
dataStr = dataStr.substr(0, dataStr.lastIndexOf('&')); dataStr = dataStr.substr(0, dataStr.lastIndexOf('&'));
} }
if (url != "getSRank") {
url = this.httpip + url; url = this.httpip + url;
}
else {
url = "https://bx7gi3d4oq.sealoshzh.site/" + url;
}
xhr.open("POST", url, true); xhr.open("POST", url, true);
xhr.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); xhr.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
xhr.onreadystatechange = function () { xhr.onreadystatechange = function () {

View File

@ -1,5 +1,5 @@
{ {
"last-module-event-record-time": 1780466462561, "last-module-event-record-time": 1781178647251,
"group-list": [ "group-list": [
"default", "default",
"Map" "Map"