最新更新
This commit is contained in:
parent
2eae7d4657
commit
9c8c445fa6
|
|
@ -22836,9 +22836,7 @@
|
|||
"_fillStart": 0,
|
||||
"_fillRange": 0,
|
||||
"_isTrimmedMode": true,
|
||||
"_atlas": {
|
||||
"__uuid__": "fd85df88-648f-4407-bab2-da4f15478fb9"
|
||||
},
|
||||
"_atlas": null,
|
||||
"_id": "da0Gj4dh5K3qowchBOwZBi"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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("网络异常,请稍后尝试重新登录");
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -329,8 +329,12 @@ export default class Utils {
|
|||
if (dataStr !== '') {
|
||||
dataStr = dataStr.substr(0, dataStr.lastIndexOf('&'));
|
||||
}
|
||||
|
||||
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 () {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"last-module-event-record-time": 1780466462561,
|
||||
"last-module-event-record-time": 1781178647251,
|
||||
"group-list": [
|
||||
"default",
|
||||
"Map"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user