60p82u21t54k 0.0.95 → 0.0.96
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/60p82u21t54k.es.js +886 -811
- package/dist/60p82u21t54k.umd.js +1 -1
- package/dist/api/api.d.ts.map +1 -1
- package/dist/api/type.d.ts +6 -0
- package/dist/api/type.d.ts.map +1 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/model/getMissionClaim/getGetMissionClaimResponse.d.ts +9 -0
- package/dist/model/getMissionClaim/getGetMissionClaimResponse.d.ts.map +1 -0
- package/dist/model/getMissionClaim/type.d.ts +5 -0
- package/dist/model/getMissionClaim/type.d.ts.map +1 -0
- package/dist/model/getMissionData/getGetMissionDataResponse.d.ts +26 -0
- package/dist/model/getMissionData/getGetMissionDataResponse.d.ts.map +1 -0
- package/dist/model/getMissionData/type.d.ts +41 -0
- package/dist/model/getMissionData/type.d.ts.map +1 -0
- package/dist/model/login/loginApi.d.ts +2 -2
- package/dist/model/login/loginApi.d.ts.map +1 -1
- package/dist/plugin.d.ts +3 -1
- package/dist/plugin.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/60p82u21t54k.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
const
|
|
1
|
+
import le from "axios";
|
|
2
|
+
const N = le.create({
|
|
3
3
|
baseURL: "/graph",
|
|
4
4
|
timeout: 5e3,
|
|
5
5
|
// Request timeout
|
|
@@ -45,11 +45,11 @@ const z = oe.create({
|
|
|
45
45
|
// },
|
|
46
46
|
// },
|
|
47
47
|
});
|
|
48
|
-
|
|
48
|
+
N.interceptors.request.use(
|
|
49
49
|
(e) => e,
|
|
50
50
|
(e) => (console.error("Error request:", e.response), Promise.reject(e))
|
|
51
51
|
);
|
|
52
|
-
|
|
52
|
+
N.interceptors.response.use(
|
|
53
53
|
(e) => e,
|
|
54
54
|
(e) => {
|
|
55
55
|
const t = {
|
|
@@ -59,23 +59,23 @@ z.interceptors.response.use(
|
|
|
59
59
|
return e.response ? (t.status = e.response.status, t.message = e.response.data.message || e.response.statusText, console.error("Error response:", JSON.stringify(t)), e.response.status === 401 ? console.error("Unauthorized access - redirecting to login.") : e.response.status === 404 ? console.error("Resource not found.") : e.response.status >= 500 && console.error("Server error. Please try again later.")) : e.request ? console.error("No response received:", e.request) : console.error("Error setting up request:", e.message), Promise.reject(t);
|
|
60
60
|
}
|
|
61
61
|
);
|
|
62
|
-
const
|
|
62
|
+
const ce = (e) => new TextEncoder().encode(e), me = (e) => {
|
|
63
63
|
try {
|
|
64
64
|
return atob(e);
|
|
65
65
|
} catch (t) {
|
|
66
66
|
return console.error("Failed to decode Base64:", t), "";
|
|
67
67
|
}
|
|
68
|
-
},
|
|
69
|
-
const e = /* @__PURE__ */ new Date(), t = e.getFullYear(), a = e.getMonth(), u = new Date(t, a, 1, 12, 0, 0),
|
|
70
|
-
(
|
|
68
|
+
}, pe = () => {
|
|
69
|
+
const e = /* @__PURE__ */ new Date(), t = e.getFullYear(), a = e.getMonth(), u = new Date(t, a, 1, 12, 0, 0), i = new Date(t, a + 1, 1, 12, 0, 0), l = Math.floor(
|
|
70
|
+
(i.getTime() - e.getTime()) / 1e3
|
|
71
71
|
), d = Math.floor(
|
|
72
|
-
(
|
|
73
|
-
), m = d -
|
|
72
|
+
(i.getTime() - u.getTime()) / 1e3
|
|
73
|
+
), m = d - l;
|
|
74
74
|
return {
|
|
75
|
-
monthRemainingTime:
|
|
75
|
+
monthRemainingTime: l,
|
|
76
76
|
monthProgressPercentage: Math.round(m / d * 100)
|
|
77
77
|
};
|
|
78
|
-
},
|
|
78
|
+
}, ge = () => {
|
|
79
79
|
const e = /* @__PURE__ */ new Date(), t = e.getDay(), a = t === 1 ? 7 : 8 - t, u = new Date(
|
|
80
80
|
e.getFullYear(),
|
|
81
81
|
e.getMonth(),
|
|
@@ -84,12 +84,12 @@ const ie = (e) => new TextEncoder().encode(e), le = (e) => {
|
|
|
84
84
|
0,
|
|
85
85
|
0,
|
|
86
86
|
0
|
|
87
|
-
),
|
|
88
|
-
return console.log(
|
|
89
|
-
weekRemainingTime:
|
|
90
|
-
weekProgressPercentage: Math.round(
|
|
87
|
+
), i = Math.floor((u.getTime() - e.getTime()) / 1e3), p = 7 * 24 * 60 * 60;
|
|
88
|
+
return console.log(i), console.log(p), {
|
|
89
|
+
weekRemainingTime: i,
|
|
90
|
+
weekProgressPercentage: Math.round(i / p * 100)
|
|
91
91
|
};
|
|
92
|
-
},
|
|
92
|
+
}, be = () => {
|
|
93
93
|
const e = /* @__PURE__ */ new Date(), t = new Date(
|
|
94
94
|
e.getFullYear(),
|
|
95
95
|
e.getMonth(),
|
|
@@ -104,56 +104,56 @@ const ie = (e) => new TextEncoder().encode(e), le = (e) => {
|
|
|
104
104
|
dayProgressPercentage: Math.round(a / d * 100)
|
|
105
105
|
};
|
|
106
106
|
};
|
|
107
|
-
var s = /* @__PURE__ */ ((e) => (e.announcement = "announcement", e.gameList = "gameList", e.fishGameList = "fishGameList", e.cmsList = "cmsList", e.paymentsProvider = "paymentsProvider", e.getUserProfile = "getUserProfile", e.vipList = "vipList", e.vipStatus = "vipStatus", e.vipBonus = "vipBonus", e.vipFieldStatus = "vipFieldStatus", e.promotion = "promotion", e.getSetting = "getSetting", e.getCountryMobile = "getCountryMobile", e.getPlatformTurnoverRate = "getPlatformTurnoverRate", e.mainWallet = "mainWallet", e.getLanguageSetting = "getLanguageSetting", e.getFourDimensionData = "getfourDimensionData", e.getCompany = "getCompany", e.searchResultDate = "searchResultDate", e.searchHot = "searchHot", e.searchByDate = "searchByDate", e.upcomingMatches = "upcomingMatches", e.deposit = "deposit", e.applyVipBonus = "applyVipBonus", e.getBankCardData = "getBankCardData", e.withdrawalGet = "withdrawalGet", e.withdraw = "withdraw", e.addBankCard = "addBankCard", e.transactionReport = "transactionReport", e.changePassword = "changePassword", e.wallet = "wallet", e.getEventList = "getEventlist", e.getEventToken = "getEventToken", e.getExtraGame = "getExtraGame", e.mailBox = "mailBox", e.slotGameList = "slotGameList", e.getTurnOverRewardData = "getTurnOverRewardData", e.getTurnOverRewardReport = "getTurnOverRewardReport", e.getInviteRewardData = "getInviteRewardData", e.getInviteRewardReport = "getInviteRewardReport", e.getTopupRewardData = "getTopupRewardData", e.getTopupRewardReport = "getTopupRewardReport", e.getRewardReferral = "getRewardReferral", e.submitWithdrawValidate = "submitWithdrawValidate", e.getDepositPromotion = "getDepositPromotion", e.getInviteRewardClaim = "getInviteRewardClaim", e.getTopUpRewardClaim = "getTopupRewardClaim", e.getTurnOverRewardClaim = "getTurnOverRewardClaim", e.getInviteRewardSetting = "getInviteRewardSetting", e.getTopUpRewardSetting = "getTopupRewardSetting", e.getTurnOverRewardSetting = "getTurnOverRewardSetting", e.requestForgetPassword = "requestForgetPassword", e.submitForgetPassword = "submitForgetPassword", e.getImage = "getImage", e.getDepositValidate = "getDepositValidate", e.getTransferCreditValidate = "getTransferCreditValidate", e.getWithdrawValidate = "getWithdrawValidate", e.updateProfilePicture = "updateProfilePicture", e.readMail = "readMail", e.checkRedPacketValidate = "checkRedpacketValidate", e.requestTacCode = "requestTacCode", e.getUsernameByRefer = "getUsernameByRefer", e.applyPromo = "applyPromo", e.applyRedPacket = "applyRedpacket", e.applySignIn = "applySignIn", e.getCountry = "getCountry", e.submitGiftCode = "submitGiftCode", e.playGame = "playGame", e.transferToMain = "transferToMain", e.transferProcess = "transferProcess", e.submitDepositValidate = "submitDepositValidate", e.submitTransferCreditValidate = "submitTransferCreditValidate", e.checkTransferCredit = "checkTransferCredit", e.friendList = "friendList", e.friendListEdit = "friendListEdit", e.getActivePP = "getActivePP", e.getActiveProduct = "getActiveProduct", e.requestWithdrawTac = "requestWithdrawTac", e.requestWithdrawalCode = "requestWithdrawalCode", e.commissionWithdraw = "commissionWithdraw", e.submitWithdrawalCode = "submitWithdrawalCode", e.submitCryptoAccount = "submitCryptoAccount", e.requestTransferMoney = "requestTransferMoney", e.submitTransferMoney = "submitTransferMoney", e.getVerifyPromo = "getVerifyPromo", e.requestUpdateMobileTacCode = "requestUpdateMobileTacCode", e.submitUpdateMobileTacCode = "submitUpdateMobileTacCode", e.signInViewInfo = "signInViewInfo", e.signInRecord = "signInRecord", e.referralProfile = "referralProfile", e.referralMemberProfile = "referralMemberProfile", e.registerAction = "registerAction", e.transferReport = "transferReport", e.agTransferCreditReport = "agTransferCreditReport", e.betReport = "betReport", e.getTwoFactorAuthenticate = "getTwoFactorAuthenticate", e.getUserDeviceList = "getUserDeviceList", e.submitTwoFactorAuthenticate = "submitTwoFactorAuthenticate", e.unbindUserDevice = "unbindUserDevice", e.searchNumberHistory = "searchNumberHistory", e.changeWithdrawalCode = "changeWithdrawalCode", e.checkRedPacketToken = "checkRedPacketToken", e.submitWithdrawalAlipay = "submitWithdrawalAlipay", e.applyReliefFund = "applyReliefFund", e.getReliefFundData = "getReliefFundData", e.getReliefFundReport = "getReliefFundReport", e.getWeekCardData = "getWeekCardData", e.applyWeekCard = "applyWeekCard", e.getWeekCardClaim = "getWeekCardClaim", e.transferSetting = "transfersetting", e.transfer = "transfer", e.getIncentiveData = "getIncentiveData", e.getIncentiveRebate = "getIncentiveRebate", e.claimIncentiveRebate = "claimIncentiveRebate", e.registerForm = "registerForm", e.getFavouriteGame = "getFavouriteGame", e.updateFavouriteGame = "updateFavouriteGame", e.requestForgetUsername = "requestForgetUsername", e.submitForgetUsername = "submitForgetUsername", e))(s || {});
|
|
108
|
-
const
|
|
107
|
+
var s = /* @__PURE__ */ ((e) => (e.announcement = "announcement", e.gameList = "gameList", e.fishGameList = "fishGameList", e.cmsList = "cmsList", e.paymentsProvider = "paymentsProvider", e.getUserProfile = "getUserProfile", e.vipList = "vipList", e.vipStatus = "vipStatus", e.vipBonus = "vipBonus", e.vipFieldStatus = "vipFieldStatus", e.promotion = "promotion", e.getSetting = "getSetting", e.getCountryMobile = "getCountryMobile", e.getPlatformTurnoverRate = "getPlatformTurnoverRate", e.mainWallet = "mainWallet", e.getLanguageSetting = "getLanguageSetting", e.getFourDimensionData = "getfourDimensionData", e.getCompany = "getCompany", e.searchResultDate = "searchResultDate", e.searchHot = "searchHot", e.searchByDate = "searchByDate", e.upcomingMatches = "upcomingMatches", e.deposit = "deposit", e.applyVipBonus = "applyVipBonus", e.getBankCardData = "getBankCardData", e.withdrawalGet = "withdrawalGet", e.withdraw = "withdraw", e.addBankCard = "addBankCard", e.transactionReport = "transactionReport", e.changePassword = "changePassword", e.wallet = "wallet", e.getEventList = "getEventlist", e.getEventToken = "getEventToken", e.getExtraGame = "getExtraGame", e.mailBox = "mailBox", e.slotGameList = "slotGameList", e.getTurnOverRewardData = "getTurnOverRewardData", e.getTurnOverRewardReport = "getTurnOverRewardReport", e.getInviteRewardData = "getInviteRewardData", e.getInviteRewardReport = "getInviteRewardReport", e.getTopupRewardData = "getTopupRewardData", e.getTopupRewardReport = "getTopupRewardReport", e.getRewardReferral = "getRewardReferral", e.submitWithdrawValidate = "submitWithdrawValidate", e.getDepositPromotion = "getDepositPromotion", e.getInviteRewardClaim = "getInviteRewardClaim", e.getTopUpRewardClaim = "getTopupRewardClaim", e.getTurnOverRewardClaim = "getTurnOverRewardClaim", e.getInviteRewardSetting = "getInviteRewardSetting", e.getTopUpRewardSetting = "getTopupRewardSetting", e.getTurnOverRewardSetting = "getTurnOverRewardSetting", e.requestForgetPassword = "requestForgetPassword", e.submitForgetPassword = "submitForgetPassword", e.getImage = "getImage", e.getDepositValidate = "getDepositValidate", e.getTransferCreditValidate = "getTransferCreditValidate", e.getWithdrawValidate = "getWithdrawValidate", e.updateProfilePicture = "updateProfilePicture", e.readMail = "readMail", e.checkRedPacketValidate = "checkRedpacketValidate", e.requestTacCode = "requestTacCode", e.getUsernameByRefer = "getUsernameByRefer", e.applyPromo = "applyPromo", e.applyRedPacket = "applyRedpacket", e.applySignIn = "applySignIn", e.getCountry = "getCountry", e.submitGiftCode = "submitGiftCode", e.playGame = "playGame", e.transferToMain = "transferToMain", e.transferProcess = "transferProcess", e.submitDepositValidate = "submitDepositValidate", e.submitTransferCreditValidate = "submitTransferCreditValidate", e.checkTransferCredit = "checkTransferCredit", e.friendList = "friendList", e.friendListEdit = "friendListEdit", e.getActivePP = "getActivePP", e.getActiveProduct = "getActiveProduct", e.requestWithdrawTac = "requestWithdrawTac", e.requestWithdrawalCode = "requestWithdrawalCode", e.commissionWithdraw = "commissionWithdraw", e.submitWithdrawalCode = "submitWithdrawalCode", e.submitCryptoAccount = "submitCryptoAccount", e.requestTransferMoney = "requestTransferMoney", e.submitTransferMoney = "submitTransferMoney", e.getVerifyPromo = "getVerifyPromo", e.requestUpdateMobileTacCode = "requestUpdateMobileTacCode", e.submitUpdateMobileTacCode = "submitUpdateMobileTacCode", e.signInViewInfo = "signInViewInfo", e.signInRecord = "signInRecord", e.referralProfile = "referralProfile", e.referralMemberProfile = "referralMemberProfile", e.registerAction = "registerAction", e.transferReport = "transferReport", e.agTransferCreditReport = "agTransferCreditReport", e.betReport = "betReport", e.getTwoFactorAuthenticate = "getTwoFactorAuthenticate", e.getUserDeviceList = "getUserDeviceList", e.submitTwoFactorAuthenticate = "submitTwoFactorAuthenticate", e.unbindUserDevice = "unbindUserDevice", e.searchNumberHistory = "searchNumberHistory", e.changeWithdrawalCode = "changeWithdrawalCode", e.checkRedPacketToken = "checkRedPacketToken", e.submitWithdrawalAlipay = "submitWithdrawalAlipay", e.applyReliefFund = "applyReliefFund", e.getReliefFundData = "getReliefFundData", e.getReliefFundReport = "getReliefFundReport", e.getWeekCardData = "getWeekCardData", e.applyWeekCard = "applyWeekCard", e.getWeekCardClaim = "getWeekCardClaim", e.transferSetting = "transfersetting", e.transfer = "transfer", e.getIncentiveData = "getIncentiveData", e.getIncentiveRebate = "getIncentiveRebate", e.claimIncentiveRebate = "claimIncentiveRebate", e.getMissionData = "getMissionData", e.getMissionClaim = "getMissionClaim", e.registerForm = "registerForm", e.getFavouriteGame = "getFavouriteGame", e.updateFavouriteGame = "updateFavouriteGame", e.requestForgetUsername = "requestForgetUsername", e.submitForgetUsername = "submitForgetUsername", e))(s || {});
|
|
108
|
+
const fe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
109
109
|
__proto__: null,
|
|
110
110
|
Api: s
|
|
111
111
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
112
|
-
var
|
|
113
|
-
const
|
|
112
|
+
var I = /* @__PURE__ */ ((e) => (e.default = "default", e.pay = "pay", e.auto = "auto", e.fix = "fix", e.manual = "manual", e.unknown = "unknown", e))(I || {});
|
|
113
|
+
const ye = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
114
114
|
__proto__: null,
|
|
115
|
-
PaymentType:
|
|
116
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
115
|
+
PaymentType: I
|
|
116
|
+
}, Symbol.toStringTag, { value: "Module" })), H = {
|
|
117
117
|
depositBank: !1,
|
|
118
118
|
depositDateTime: !1,
|
|
119
119
|
depositDetail: !1,
|
|
120
120
|
depositMethod: !1,
|
|
121
121
|
depositor: !1,
|
|
122
122
|
uploadReceipt: !1
|
|
123
|
-
},
|
|
123
|
+
}, X = {
|
|
124
124
|
id: 0,
|
|
125
125
|
name: "",
|
|
126
|
-
type:
|
|
126
|
+
type: I.unknown,
|
|
127
127
|
promo: [],
|
|
128
128
|
bank: [],
|
|
129
|
-
requiredField:
|
|
130
|
-
},
|
|
129
|
+
requiredField: H
|
|
130
|
+
}, _e = (e) => {
|
|
131
131
|
var t;
|
|
132
132
|
return ((t = e.mdPaymentChannels) == null ? void 0 : t.map((a) => {
|
|
133
133
|
const u = [];
|
|
134
134
|
switch (a.name) {
|
|
135
|
-
case
|
|
136
|
-
u.push(
|
|
135
|
+
case I.default:
|
|
136
|
+
u.push(ee(a.paymentmethod.manual, e));
|
|
137
137
|
break;
|
|
138
|
-
case
|
|
139
|
-
u.push(
|
|
138
|
+
case I.pay:
|
|
139
|
+
u.push(ve(a.paymentmethod.onlinebanking, e));
|
|
140
140
|
break;
|
|
141
141
|
default:
|
|
142
142
|
if (a.paymentmethod.auto.bank.length > 0 && u.push(
|
|
143
|
-
|
|
143
|
+
he(a.bankid ?? 0, a.paymentmethod.auto, e)
|
|
144
144
|
), a.paymentmethod.manual.bank.length > 0) {
|
|
145
|
-
let
|
|
146
|
-
for (let
|
|
147
|
-
const d = a.paymentmethod.manual.bank[
|
|
145
|
+
let i = !1;
|
|
146
|
+
for (let l = 0; l < a.paymentmethod.manual.bank.length; l++) {
|
|
147
|
+
const d = a.paymentmethod.manual.bank[l];
|
|
148
148
|
if (d.list && d.list.length > 0) {
|
|
149
|
-
|
|
149
|
+
i = !0;
|
|
150
150
|
break;
|
|
151
151
|
}
|
|
152
152
|
}
|
|
153
|
-
|
|
153
|
+
i && u.push(ee(a.paymentmethod.manual, e));
|
|
154
154
|
}
|
|
155
155
|
a.paymentmethod.fixamount.bank.length > 0 && u.push(
|
|
156
|
-
|
|
156
|
+
Te(a.bankid ?? 0, a.paymentmethod.fixamount)
|
|
157
157
|
);
|
|
158
158
|
}
|
|
159
159
|
return {
|
|
@@ -162,7 +162,7 @@ const pe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
162
162
|
paymentList: u
|
|
163
163
|
};
|
|
164
164
|
})) ?? [];
|
|
165
|
-
},
|
|
165
|
+
}, J = (e) => {
|
|
166
166
|
const t = {
|
|
167
167
|
id: -1,
|
|
168
168
|
name: "excludePromo",
|
|
@@ -177,12 +177,12 @@ const pe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
177
177
|
dailyBonus: u.dtype === "5" && u.type === "D"
|
|
178
178
|
}));
|
|
179
179
|
return [t, ...a];
|
|
180
|
-
},
|
|
181
|
-
let
|
|
182
|
-
a > 0 ?
|
|
183
|
-
const d = Math.round(
|
|
180
|
+
}, V = (e, t, a, u) => {
|
|
181
|
+
let i, l;
|
|
182
|
+
a > 0 ? i = e > 0 ? Math.max(a, e) : a : i = Math.max(e, 0), u > 0 ? l = t > 0 ? Math.min(u, t) : u : l = Math.max(t, 0);
|
|
183
|
+
const d = Math.round(i);
|
|
184
184
|
let m = 1e3;
|
|
185
|
-
|
|
185
|
+
l < m && (m = Math.round(l));
|
|
186
186
|
const b = m - d;
|
|
187
187
|
let p = "", _ = "";
|
|
188
188
|
if (b > 0) {
|
|
@@ -203,26 +203,26 @@ const pe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
203
203
|
p,
|
|
204
204
|
_,
|
|
205
205
|
m.toString()
|
|
206
|
-
], minAmount: d, maxAmount:
|
|
207
|
-
},
|
|
206
|
+
], minAmount: d, maxAmount: l };
|
|
207
|
+
}, ee = (e, t) => t ? {
|
|
208
208
|
id: 0,
|
|
209
209
|
name: "manualMethod",
|
|
210
|
-
type:
|
|
211
|
-
promo:
|
|
212
|
-
bank: e.bank.map((
|
|
213
|
-
const
|
|
214
|
-
Number(
|
|
210
|
+
type: I.manual,
|
|
211
|
+
promo: J(e.promo),
|
|
212
|
+
bank: e.bank.map((i) => {
|
|
213
|
+
const l = i.list && i.list.length > 0 ? i.list[0].mintransaction ?? "0.00" : "0.00", d = i.list && i.list.length > 0 ? i.list[0].maxtransaction ?? "0.00" : "0.00", { amountList: m, minAmount: b, maxAmount: p } = V(
|
|
214
|
+
Number(l),
|
|
215
215
|
Number(d),
|
|
216
216
|
t.mdBankLevelDetail.deposit_min,
|
|
217
217
|
t.mdBankLevelDetail.deposit_max
|
|
218
218
|
);
|
|
219
219
|
return t.mdManualDepositRequireField.depositor = !0, {
|
|
220
|
-
id:
|
|
221
|
-
bankAccountId:
|
|
222
|
-
name:
|
|
223
|
-
accountName:
|
|
224
|
-
accountNo:
|
|
225
|
-
qrcode:
|
|
220
|
+
id: i.bankindex ?? 0,
|
|
221
|
+
bankAccountId: i.list && i.list.length > 0 ? i.list[0].bankaccountindex ?? 0 : 0,
|
|
222
|
+
name: i.list && i.list.length > 0 ? i.list[0].label ?? "" : "",
|
|
223
|
+
accountName: i.list && i.list.length > 0 ? i.list[0].bankaccountname ?? "" : "",
|
|
224
|
+
accountNo: i.list && i.list.length > 0 ? i.list[0].bankaccountno ?? "" : "",
|
|
225
|
+
qrcode: i.list && i.list.length > 0 ? i.list[0].bankaccountdesc : "",
|
|
226
226
|
amountList: m,
|
|
227
227
|
min: b,
|
|
228
228
|
max: p
|
|
@@ -236,18 +236,18 @@ const pe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
236
236
|
depositor: t.mdManualDepositRequireField.depositor,
|
|
237
237
|
uploadReceipt: t.mdUploadReceipt
|
|
238
238
|
}
|
|
239
|
-
} :
|
|
239
|
+
} : X, ve = (e, t) => t ? {
|
|
240
240
|
id: 0,
|
|
241
241
|
name: "onlineBankingMethod",
|
|
242
|
-
type:
|
|
243
|
-
promo:
|
|
244
|
-
bank: e.banklist.map((
|
|
245
|
-
let
|
|
246
|
-
const m =
|
|
242
|
+
type: I.pay,
|
|
243
|
+
promo: J(e.promo),
|
|
244
|
+
bank: e.banklist.map((i) => {
|
|
245
|
+
let l = "0.00", d = "0.00";
|
|
246
|
+
const m = i.bankindex ?? 0;
|
|
247
247
|
for (let S = 0; S < t.mdGatewayMinMax.length; S++)
|
|
248
|
-
t.mdGatewayMinMax[S].bankindex == m.toString() && (
|
|
249
|
-
const { amountList: b, minAmount: p, maxAmount: _ } =
|
|
250
|
-
Number(
|
|
248
|
+
t.mdGatewayMinMax[S].bankindex == m.toString() && (l = t.mdGatewayMinMax[S].min, d = t.mdGatewayMinMax[S].max);
|
|
249
|
+
const { amountList: b, minAmount: p, maxAmount: _ } = V(
|
|
250
|
+
Number(l),
|
|
251
251
|
Number(d),
|
|
252
252
|
t.mdBankLevelDetail.onlinepayment_min,
|
|
253
253
|
t.mdBankLevelDetail.onlinepayment_max
|
|
@@ -257,39 +257,39 @@ const pe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
257
257
|
amountList: b,
|
|
258
258
|
min: p,
|
|
259
259
|
max: _
|
|
260
|
-
}, h =
|
|
261
|
-
const M = S.mintransaction ?? "0.00",
|
|
260
|
+
}, h = i.pg.map((S) => {
|
|
261
|
+
const M = S.mintransaction ?? "0.00", F = S.maxtransaction ?? "0.00", { amountList: x, minAmount: R, maxAmount: L } = V(
|
|
262
262
|
Number(M),
|
|
263
|
-
Number(
|
|
263
|
+
Number(F),
|
|
264
264
|
t.mdBankLevelDetail.onlinepayment_min,
|
|
265
265
|
t.mdBankLevelDetail.onlinepayment_max
|
|
266
266
|
);
|
|
267
267
|
return {
|
|
268
268
|
id: S.pgindex,
|
|
269
269
|
name: S.bankaccountname,
|
|
270
|
-
amountList:
|
|
270
|
+
amountList: x,
|
|
271
271
|
min: R,
|
|
272
272
|
max: L
|
|
273
273
|
};
|
|
274
274
|
});
|
|
275
275
|
return {
|
|
276
|
-
id:
|
|
277
|
-
name:
|
|
276
|
+
id: i.bankindex ?? 0,
|
|
277
|
+
name: i.banknameenglish ?? "",
|
|
278
278
|
amountList: [],
|
|
279
279
|
min: 0,
|
|
280
280
|
max: 0,
|
|
281
281
|
gateway: [O, ...h]
|
|
282
282
|
};
|
|
283
283
|
}),
|
|
284
|
-
requiredField:
|
|
285
|
-
} :
|
|
286
|
-
if (!a) return
|
|
287
|
-
const u =
|
|
288
|
-
let
|
|
289
|
-
const
|
|
284
|
+
requiredField: H
|
|
285
|
+
} : X, he = (e, t, a) => {
|
|
286
|
+
if (!a) return X;
|
|
287
|
+
const u = I.auto;
|
|
288
|
+
let i = [];
|
|
289
|
+
const l = a.mdGatewayMinMax ?? [];
|
|
290
290
|
if (t.bank.length > 0 && a.mdPGSelection === "1")
|
|
291
|
-
|
|
292
|
-
const { amountList: b, minAmount: p, maxAmount: _ } =
|
|
291
|
+
i = t.bank.map((m) => {
|
|
292
|
+
const { amountList: b, minAmount: p, maxAmount: _ } = V(
|
|
293
293
|
m.mintransaction ?? 0,
|
|
294
294
|
m.maxtransaction ?? 0,
|
|
295
295
|
a.mdBankLevelDetail.onlinepayment_min,
|
|
@@ -305,9 +305,9 @@ const pe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
305
305
|
});
|
|
306
306
|
else {
|
|
307
307
|
let m = "0.00", b = "0.00";
|
|
308
|
-
for (let g = 0; g <
|
|
309
|
-
|
|
310
|
-
const { amountList: p, minAmount: _, maxAmount: O } =
|
|
308
|
+
for (let g = 0; g < l.length; g++)
|
|
309
|
+
l[g].bankindex === e.toString() && (m = l[g].min, b = l[g].max);
|
|
310
|
+
const { amountList: p, minAmount: _, maxAmount: O } = V(
|
|
311
311
|
Number(m),
|
|
312
312
|
Number(b),
|
|
313
313
|
a.mdBankLevelDetail.onlinepayment_min,
|
|
@@ -319,58 +319,58 @@ const pe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
319
319
|
min: _,
|
|
320
320
|
max: O
|
|
321
321
|
};
|
|
322
|
-
|
|
322
|
+
i.push(h);
|
|
323
323
|
}
|
|
324
324
|
return {
|
|
325
325
|
id: e,
|
|
326
326
|
name: "autoMethod",
|
|
327
327
|
type: u,
|
|
328
|
-
promo:
|
|
329
|
-
bank:
|
|
330
|
-
requiredField:
|
|
328
|
+
promo: J(t.promo),
|
|
329
|
+
bank: i,
|
|
330
|
+
requiredField: H
|
|
331
331
|
};
|
|
332
|
-
},
|
|
333
|
-
const a =
|
|
332
|
+
}, Te = (e, t) => {
|
|
333
|
+
const a = I.fix;
|
|
334
334
|
return {
|
|
335
335
|
id: e,
|
|
336
336
|
name: "fixAmountMethod",
|
|
337
337
|
type: a,
|
|
338
|
-
promo:
|
|
339
|
-
bank: t.bank.map((
|
|
340
|
-
const
|
|
338
|
+
promo: J(t.promo),
|
|
339
|
+
bank: t.bank.map((i) => {
|
|
340
|
+
const l = i.amtlist.map(Number).sort((m, b) => m - b);
|
|
341
341
|
return {
|
|
342
|
-
id:
|
|
343
|
-
name:
|
|
344
|
-
amountList:
|
|
345
|
-
min:
|
|
346
|
-
max:
|
|
342
|
+
id: i.pgindex,
|
|
343
|
+
name: i.name,
|
|
344
|
+
amountList: i.amtlist,
|
|
345
|
+
min: l.length > 0 ? l[0] : 0,
|
|
346
|
+
max: l.length > 0 ? l[l.length - 1] : 0
|
|
347
347
|
};
|
|
348
348
|
}),
|
|
349
|
-
requiredField:
|
|
349
|
+
requiredField: H
|
|
350
350
|
};
|
|
351
|
-
},
|
|
351
|
+
}, Re = (e) => (e == null ? void 0 : e.map((t) => ({
|
|
352
352
|
alert: t.announcement_alert === "1",
|
|
353
353
|
content: t.announcement_simplified ?? "",
|
|
354
354
|
lastUpdatedTime: t.announcement_lastupdated
|
|
355
|
-
}))) ?? [],
|
|
355
|
+
}))) ?? [], Se = (e) => ({
|
|
356
356
|
username: e.username,
|
|
357
357
|
birthday: e.mdUserDetail.dob ?? "",
|
|
358
358
|
email: e.mdUserDetail.email ?? "",
|
|
359
359
|
fullName: e.mdUserDetail.firstname ?? "",
|
|
360
360
|
phoneNumber: e.mdUserDetail.mobileno ?? "",
|
|
361
361
|
profilePicUrl: e.mdUserDetail.profile_pic
|
|
362
|
-
}),
|
|
363
|
-
var t, a, u,
|
|
362
|
+
}), ke = (e) => {
|
|
363
|
+
var t, a, u, i;
|
|
364
364
|
return {
|
|
365
|
-
platformGame: ((t = e.mdGameListResult) == null ? void 0 : t.map((
|
|
365
|
+
platformGame: ((t = e.mdGameListResult) == null ? void 0 : t.map((l) => {
|
|
366
366
|
var d, m;
|
|
367
367
|
return {
|
|
368
|
-
code:
|
|
369
|
-
id:
|
|
370
|
-
name:
|
|
371
|
-
iconUrl: `${e.mdDomains[3]}side_menu/${
|
|
372
|
-
nextPage:
|
|
373
|
-
list: (
|
|
368
|
+
code: l.code.toLowerCase(),
|
|
369
|
+
id: l.id,
|
|
370
|
+
name: l.name,
|
|
371
|
+
iconUrl: `${e.mdDomains[3]}side_menu/${l.code.toLowerCase()}/${l.code.toLowerCase()}.png?v=1`,
|
|
372
|
+
nextPage: l.nextPage === 1,
|
|
373
|
+
list: (l.mdPlatformProducts !== null && ((d = l.mdPlatformProducts) == null ? void 0 : d.length)) ?? !1 ? ((m = l.mdPlatformProducts) == null ? void 0 : m.map((b) => ({
|
|
374
374
|
gameId: Number(b.id_GameMaster),
|
|
375
375
|
platformId: Number(b.id),
|
|
376
376
|
name: b.shortName,
|
|
@@ -387,42 +387,42 @@ const pe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
387
387
|
}))) ?? [] : []
|
|
388
388
|
};
|
|
389
389
|
})) ?? [],
|
|
390
|
-
hotGameList: e.mdGameLists !== null ? ((u = (a = e.mdGameLists) == null ? void 0 : a.data) == null ? void 0 : u.map((
|
|
391
|
-
gameId: Number(
|
|
392
|
-
platformId: Number(
|
|
393
|
-
name:
|
|
390
|
+
hotGameList: e.mdGameLists !== null ? ((u = (a = e.mdGameLists) == null ? void 0 : a.data) == null ? void 0 : u.map((l) => ({
|
|
391
|
+
gameId: Number(l.id),
|
|
392
|
+
platformId: Number(l.id_PlatformProduct),
|
|
393
|
+
name: l.name,
|
|
394
394
|
flag: {
|
|
395
|
-
value:
|
|
396
|
-
hot: (
|
|
397
|
-
trial: (
|
|
398
|
-
new: (
|
|
395
|
+
value: l.flag,
|
|
396
|
+
hot: (l.flag & 2) > 0,
|
|
397
|
+
trial: (l.flag & 4) > 0,
|
|
398
|
+
new: (l.flag & 8) > 0
|
|
399
399
|
},
|
|
400
|
-
imageUrl: `${e.mdDomains[
|
|
401
|
-
logoUrl: `/image/platform_logo/${
|
|
400
|
+
imageUrl: `${e.mdDomains[l.mdDomains_id]}${l.img}?ts=${l.filemtime}`,
|
|
401
|
+
logoUrl: `/image/platform_logo/${l.img.split("/").pop()}?v=1`,
|
|
402
402
|
rate: "0.00",
|
|
403
403
|
favourite: !1
|
|
404
404
|
}))) ?? [] : [],
|
|
405
|
-
platformGameList: e.mdGameLists !== null && e.mdGameLists.length > 0 ? ((
|
|
406
|
-
gameId: Number(
|
|
407
|
-
platformId: Number(
|
|
408
|
-
name:
|
|
405
|
+
platformGameList: e.mdGameLists !== null && e.mdGameLists.length > 0 ? ((i = e.mdGameLists) == null ? void 0 : i.map((l) => ({
|
|
406
|
+
gameId: Number(l.id),
|
|
407
|
+
platformId: Number(l.id_PlatformProduct),
|
|
408
|
+
name: l.name,
|
|
409
409
|
flag: {
|
|
410
410
|
value: 0,
|
|
411
411
|
hot: !1,
|
|
412
412
|
trial: !1,
|
|
413
413
|
new: !1
|
|
414
414
|
},
|
|
415
|
-
imageUrl: `${e.mdDomains[
|
|
416
|
-
logoUrl: `/image/platform_logo/${
|
|
415
|
+
imageUrl: `${e.mdDomains[l.mdDomains_id]}${l.img}?ts=${l.filemtime}`,
|
|
416
|
+
logoUrl: `/image/platform_logo/${l.img.split("/").pop()}?v=1`,
|
|
417
417
|
rate: "0.00",
|
|
418
418
|
favourite: !1
|
|
419
419
|
}))) ?? [] : [],
|
|
420
420
|
trialGameList: [],
|
|
421
421
|
fishGameList: []
|
|
422
422
|
};
|
|
423
|
-
},
|
|
423
|
+
}, Pe = (e) => ({
|
|
424
424
|
list: e.mdGrade.map((t) => {
|
|
425
|
-
var a, u,
|
|
425
|
+
var a, u, i, l, d, m, b, p, _, O, h, g, S, M, F, x, R, L, U, B, A, q, Y, $, E, n, c, y, r, o, v, k;
|
|
426
426
|
return {
|
|
427
427
|
id: t.gradeindex,
|
|
428
428
|
is_current_level: !1,
|
|
@@ -430,45 +430,45 @@ const pe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
430
430
|
percentage: 0,
|
|
431
431
|
turnover: {
|
|
432
432
|
isShow: !1,
|
|
433
|
-
current: "0",
|
|
434
|
-
total: t.min_activebet
|
|
433
|
+
current: "0.00",
|
|
434
|
+
total: parseFloat(t.min_activebet).toFixed(2)
|
|
435
435
|
},
|
|
436
436
|
deposit: {
|
|
437
437
|
isShow: !1,
|
|
438
|
-
current: "0",
|
|
439
|
-
total: t.min_deposit
|
|
438
|
+
current: "0.00",
|
|
439
|
+
total: parseFloat(t.min_deposit).toFixed(2)
|
|
440
440
|
},
|
|
441
441
|
promo_list: t.promocash.filter((P) => P.isshow == 1 && P.status == "1").map((P) => ({
|
|
442
442
|
name: P.promosimplified,
|
|
443
|
-
min_deposit: P.min_deposit,
|
|
443
|
+
min_deposit: parseFloat(P.min_deposit).toFixed(2),
|
|
444
444
|
promo_bonus: P.percentage,
|
|
445
|
-
promo_limit: P.max_promo_amt,
|
|
445
|
+
promo_limit: parseFloat(P.max_promo_amt).toFixed(2),
|
|
446
446
|
turnover_multiplier: P.multiply,
|
|
447
447
|
type: P.promo_type
|
|
448
448
|
})),
|
|
449
449
|
benefit_list: {
|
|
450
450
|
daily: {
|
|
451
|
-
bonus: ((u = (a = t.benefit) == null ? void 0 : a.daily) == null ? void 0 : u.bonus) ?? "",
|
|
452
|
-
bonus_name: ((
|
|
453
|
-
turnover: ((m = (d = t.benefit) == null ? void 0 : d.daily) == null ? void 0 : m.turnover) ?? "",
|
|
451
|
+
bonus: parseFloat(((u = (a = t.benefit) == null ? void 0 : a.daily) == null ? void 0 : u.bonus) ?? "0.00").toFixed(2),
|
|
452
|
+
bonus_name: ((l = (i = t.benefit) == null ? void 0 : i.daily) == null ? void 0 : l.bonus_name) ?? "",
|
|
453
|
+
turnover: parseFloat(((m = (d = t.benefit) == null ? void 0 : d.daily) == null ? void 0 : m.turnover) ?? "0.00").toFixed(2),
|
|
454
454
|
turnover_name: ((p = (b = t.benefit) == null ? void 0 : b.daily) == null ? void 0 : p.turnover_name) ?? ""
|
|
455
455
|
},
|
|
456
456
|
monthly: {
|
|
457
|
-
bonus: ((O = (_ = t.benefit) == null ? void 0 : _.monthly) == null ? void 0 : O.bonus) ?? "",
|
|
457
|
+
bonus: parseFloat(((O = (_ = t.benefit) == null ? void 0 : _.monthly) == null ? void 0 : O.bonus) ?? "0.00").toFixed(2),
|
|
458
458
|
bonus_name: ((g = (h = t.benefit) == null ? void 0 : h.monthly) == null ? void 0 : g.bonus_name) ?? "",
|
|
459
|
-
turnover: ((M = (S = t.benefit) == null ? void 0 : S.monthly) == null ? void 0 : M.turnover) ?? "",
|
|
460
|
-
turnover_name: ((
|
|
459
|
+
turnover: parseFloat(((M = (S = t.benefit) == null ? void 0 : S.monthly) == null ? void 0 : M.turnover) ?? "0.00").toFixed(2),
|
|
460
|
+
turnover_name: ((x = (F = t.benefit) == null ? void 0 : F.monthly) == null ? void 0 : x.turnover_name) ?? ""
|
|
461
461
|
},
|
|
462
462
|
weekly: {
|
|
463
|
-
bonus: ((L = (R = t.benefit) == null ? void 0 : R.weekly) == null ? void 0 : L.bonus) ?? "",
|
|
464
|
-
bonus_name: ((
|
|
465
|
-
turnover: ((
|
|
466
|
-
turnover_name: ((
|
|
463
|
+
bonus: parseFloat(((L = (R = t.benefit) == null ? void 0 : R.weekly) == null ? void 0 : L.bonus) ?? "0.00").toFixed(2),
|
|
464
|
+
bonus_name: ((B = (U = t.benefit) == null ? void 0 : U.weekly) == null ? void 0 : B.bonus_name) ?? "",
|
|
465
|
+
turnover: parseFloat(((q = (A = t.benefit) == null ? void 0 : A.weekly) == null ? void 0 : q.turnover) ?? "0.00").toFixed(2),
|
|
466
|
+
turnover_name: (($ = (Y = t.benefit) == null ? void 0 : Y.weekly) == null ? void 0 : $.turnover_name) ?? ""
|
|
467
467
|
},
|
|
468
468
|
upgrade: {
|
|
469
|
-
bonus: ((n = (
|
|
469
|
+
bonus: parseFloat(((n = (E = t.benefit) == null ? void 0 : E.upgrade) == null ? void 0 : n.bonus) ?? "0.00").toFixed(2),
|
|
470
470
|
bonus_name: ((y = (c = t.benefit) == null ? void 0 : c.upgrade) == null ? void 0 : y.bonus_name) ?? "",
|
|
471
|
-
turnover: ((o = (r = t.benefit) == null ? void 0 : r.upgrade) == null ? void 0 : o.turnover) ?? "",
|
|
471
|
+
turnover: parseFloat(((o = (r = t.benefit) == null ? void 0 : r.upgrade) == null ? void 0 : o.turnover) ?? "0.00").toFixed(2),
|
|
472
472
|
turnover_name: ((k = (v = t.benefit) == null ? void 0 : v.upgrade) == null ? void 0 : k.turnover_name) ?? ""
|
|
473
473
|
}
|
|
474
474
|
}
|
|
@@ -504,7 +504,7 @@ const pe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
504
504
|
}
|
|
505
505
|
}
|
|
506
506
|
}
|
|
507
|
-
}),
|
|
507
|
+
}), Oe = (e) => ({
|
|
508
508
|
category: e.category.sort((t, a) => t.sequence - a.sequence).map((t) => ({
|
|
509
509
|
id: t.catid,
|
|
510
510
|
name: t.name
|
|
@@ -519,7 +519,7 @@ const pe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
519
519
|
name: t.title
|
|
520
520
|
};
|
|
521
521
|
})
|
|
522
|
-
}),
|
|
522
|
+
}), Me = (e) => ({
|
|
523
523
|
month: {
|
|
524
524
|
isClaimable: e.month === 1
|
|
525
525
|
},
|
|
@@ -529,30 +529,30 @@ const pe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
529
529
|
day: {
|
|
530
530
|
isClaimable: e.day === 1
|
|
531
531
|
}
|
|
532
|
-
}),
|
|
532
|
+
}), je = (e) => e.mdVipSetting.filter((a) => a.status == 1).map((a) => ({
|
|
533
533
|
fieldName: a.fieldname,
|
|
534
534
|
showName: a.showname
|
|
535
|
-
})),
|
|
535
|
+
})), xe = (e) => ({
|
|
536
536
|
current_deposit: e.deposit,
|
|
537
537
|
current_turnover: e.turnOver,
|
|
538
538
|
current_grade_id: e.mdCurrentGrade.gradeindex,
|
|
539
539
|
next_grade_id: e.mdNextGrade.gradeindex,
|
|
540
540
|
percentage: Number(e.percentage) * 100
|
|
541
|
-
}),
|
|
542
|
-
var u,
|
|
541
|
+
}), De = (e) => {
|
|
542
|
+
var u, i;
|
|
543
543
|
let t = 4;
|
|
544
544
|
e.vipcalculation && (t = Number(e.vipcalculation));
|
|
545
545
|
let a = [];
|
|
546
546
|
return e.extralivechat && (a = JSON.parse(e.extralivechat)), {
|
|
547
547
|
vipCalculation: t,
|
|
548
548
|
livechat: e.livechat ?? "",
|
|
549
|
-
livechatList: a.filter((
|
|
550
|
-
let d =
|
|
551
|
-
return d.slice(-4) === ".png" && (d =
|
|
552
|
-
name:
|
|
549
|
+
livechatList: a.filter((l) => l.status == 1).map((l) => {
|
|
550
|
+
let d = l.imgname;
|
|
551
|
+
return d.slice(-4) === ".png" && (d = l.imgname.slice(0, -4)), {
|
|
552
|
+
name: l.name,
|
|
553
553
|
imageUrl: `/image/game/native/customer_service/${d}.png`,
|
|
554
|
-
url:
|
|
555
|
-
status:
|
|
554
|
+
url: l.url,
|
|
555
|
+
status: l.status == 1
|
|
556
556
|
};
|
|
557
557
|
}),
|
|
558
558
|
mobileValidate: e.mobilevalidate ? e.mobilevalidate === "1" : !1,
|
|
@@ -567,85 +567,85 @@ const pe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
567
567
|
crypto: e.crypto === "1",
|
|
568
568
|
forgetUser: {
|
|
569
569
|
email: ((u = e.forgetuser) == null ? void 0 : u.email) ?? !1,
|
|
570
|
-
sms: ((
|
|
570
|
+
sms: ((i = e.forgetuser) == null ? void 0 : i.sms) ?? !1
|
|
571
571
|
}
|
|
572
572
|
};
|
|
573
|
-
},
|
|
574
|
-
var t, a, u,
|
|
573
|
+
}, Ce = (e) => {
|
|
574
|
+
var t, a, u, i;
|
|
575
575
|
return {
|
|
576
|
-
banner: ((t = e.mobileBanner) == null ? void 0 : t.map((
|
|
577
|
-
ad: ((a = e.mobileAd) == null ? void 0 : a.map((
|
|
578
|
-
about: ((u = e.about) == null ? void 0 : u.map((
|
|
579
|
-
name:
|
|
580
|
-
content:
|
|
576
|
+
banner: ((t = e.mobileBanner) == null ? void 0 : t.map((l) => `${l.imagepath}?ts=${l.filemtime}`)) ?? [],
|
|
577
|
+
ad: ((a = e.mobileAd) == null ? void 0 : a.map((l) => `${l.imagepath}?ts=${l.filemtime}`)) ?? [],
|
|
578
|
+
about: ((u = e.about) == null ? void 0 : u.map((l) => ({
|
|
579
|
+
name: l.name,
|
|
580
|
+
content: l.content
|
|
581
581
|
}))) ?? [],
|
|
582
|
-
mobileAbout: ((
|
|
583
|
-
name:
|
|
584
|
-
content:
|
|
582
|
+
mobileAbout: ((i = e.mobileAbout) == null ? void 0 : i.map((l) => ({
|
|
583
|
+
name: l.name,
|
|
584
|
+
content: l.content
|
|
585
585
|
}))) ?? []
|
|
586
586
|
};
|
|
587
|
-
},
|
|
587
|
+
}, Ie = (e) => {
|
|
588
588
|
var t;
|
|
589
589
|
return ((t = e.data) == null ? void 0 : t.filter((a) => a.status == "1").map((a) => ({
|
|
590
590
|
code: a.area_code,
|
|
591
591
|
regex: a.regex,
|
|
592
592
|
value: a.value
|
|
593
593
|
}))) ?? [];
|
|
594
|
-
},
|
|
594
|
+
}, Fe = (e) => e, Le = (e) => {
|
|
595
595
|
let t = null;
|
|
596
596
|
return e ? e.status != 1 ? t = 0 : t = e.mainwallet : t = 0, {
|
|
597
597
|
amount: t
|
|
598
598
|
};
|
|
599
|
-
},
|
|
599
|
+
}, Ge = (e) => {
|
|
600
600
|
var t;
|
|
601
601
|
return ((t = e.data) == null ? void 0 : t.filter((a) => a.status == "1").map((a) => ({
|
|
602
602
|
name: a.title,
|
|
603
603
|
code: a.code,
|
|
604
604
|
iconUrl: a.flag_icon
|
|
605
605
|
}))) ?? [];
|
|
606
|
-
},
|
|
606
|
+
}, we = (e) => (console.log(e), {
|
|
607
607
|
name: ""
|
|
608
|
-
}),
|
|
608
|
+
}), ze = (e) => {
|
|
609
609
|
var t;
|
|
610
610
|
return ((t = e.data) == null ? void 0 : t.filter((a) => a.company_status == 1).map((a) => ({
|
|
611
611
|
id: a.company_id,
|
|
612
612
|
name: a.company_name,
|
|
613
613
|
date: []
|
|
614
614
|
}))) ?? [];
|
|
615
|
-
},
|
|
615
|
+
}, Ne = (e) => {
|
|
616
616
|
var t;
|
|
617
617
|
return ((t = e.data) == null ? void 0 : t.map((a) => {
|
|
618
618
|
var u;
|
|
619
619
|
return {
|
|
620
620
|
id: a.key,
|
|
621
|
-
date: ((u = a.draw_date) == null ? void 0 : u.map((
|
|
621
|
+
date: ((u = a.draw_date) == null ? void 0 : u.map((i) => Ue(i.draw_tmactive))) ?? []
|
|
622
622
|
};
|
|
623
623
|
})) ?? [];
|
|
624
624
|
};
|
|
625
|
-
function
|
|
626
|
-
const t = new Date(e * 1e3), a = t.getFullYear(), u = ("0" + (t.getMonth() + 1)).slice(-2),
|
|
627
|
-
return `${a}-${u}-${
|
|
625
|
+
function Ue(e) {
|
|
626
|
+
const t = new Date(e * 1e3), a = t.getFullYear(), u = ("0" + (t.getMonth() + 1)).slice(-2), i = ("0" + t.getDate()).slice(-2);
|
|
627
|
+
return `${a}-${u}-${i}`;
|
|
628
628
|
}
|
|
629
|
-
const
|
|
629
|
+
const Be = (e) => {
|
|
630
630
|
var t;
|
|
631
631
|
return ((t = e.data) == null ? void 0 : t.map((a) => {
|
|
632
632
|
var u;
|
|
633
633
|
return {
|
|
634
634
|
id: a.company_id,
|
|
635
635
|
name: a.company_name,
|
|
636
|
-
list: ((u = a.drawCount) == null ? void 0 : u.map((
|
|
637
|
-
combination:
|
|
638
|
-
total:
|
|
636
|
+
list: ((u = a.drawCount) == null ? void 0 : u.map((i) => ({
|
|
637
|
+
combination: i.combination_combination,
|
|
638
|
+
total: i.total
|
|
639
639
|
}))) ?? []
|
|
640
640
|
};
|
|
641
641
|
})) ?? [];
|
|
642
|
-
},
|
|
642
|
+
}, qe = (e) => e.data.map((t) => ({
|
|
643
643
|
companyId: t.company_id,
|
|
644
644
|
companyName: t.company_name,
|
|
645
645
|
resultByDateList: t.draws.map((a) => {
|
|
646
|
-
const u = a.results.filter((g) => g.combination_dimension == 3).map((g) => g.combination_combination),
|
|
646
|
+
const u = a.results.filter((g) => g.combination_dimension == 3).map((g) => g.combination_combination), i = a.results.filter(
|
|
647
647
|
(g) => g.combination_dimension == 4 && g.combination_position === 1
|
|
648
|
-
).map((g) => g.combination_combination),
|
|
648
|
+
).map((g) => g.combination_combination), l = a.results.filter(
|
|
649
649
|
(g) => g.combination_dimension === 4 && g.combination_position === 2
|
|
650
650
|
).map((g) => g.combination_combination), d = a.results.filter(
|
|
651
651
|
(g) => g.combination_dimension === 4 && g.combination_position === 3
|
|
@@ -662,8 +662,8 @@ const we = (e) => {
|
|
|
662
662
|
date: a.date,
|
|
663
663
|
dimension_3: u,
|
|
664
664
|
dimension_4: {
|
|
665
|
-
prize_1:
|
|
666
|
-
prize_2:
|
|
665
|
+
prize_1: i,
|
|
666
|
+
prize_2: l,
|
|
667
667
|
prize_3: d,
|
|
668
668
|
prize_4: m,
|
|
669
669
|
prize_5: b
|
|
@@ -678,7 +678,7 @@ const we = (e) => {
|
|
|
678
678
|
}
|
|
679
679
|
};
|
|
680
680
|
})
|
|
681
|
-
})),
|
|
681
|
+
})), We = (e) => e.data.map((t) => ({
|
|
682
682
|
id: t.id,
|
|
683
683
|
date: t.matchDate,
|
|
684
684
|
tag: t.tag,
|
|
@@ -692,19 +692,19 @@ const we = (e) => {
|
|
|
692
692
|
name: t.home,
|
|
693
693
|
logo_url: t.homeLogo
|
|
694
694
|
}
|
|
695
|
-
})),
|
|
695
|
+
})), Ve = (e) => ({
|
|
696
696
|
status: e.status == 1,
|
|
697
697
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
698
698
|
paymentUrl: e.urlpayment ?? ""
|
|
699
|
-
}),
|
|
699
|
+
}), $e = (e) => ({
|
|
700
700
|
status: e.status == 1,
|
|
701
701
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
702
702
|
flag: e.flag
|
|
703
703
|
}), T = (e) => ({
|
|
704
704
|
status: e.status == 1,
|
|
705
705
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? ""
|
|
706
|
-
}),
|
|
707
|
-
var t, a, u,
|
|
706
|
+
}), Ee = (e) => T(e), He = (e) => {
|
|
707
|
+
var t, a, u, i, l;
|
|
708
708
|
return {
|
|
709
709
|
bankCard: ((t = e.bankCard) == null ? void 0 : t.map((d) => {
|
|
710
710
|
var m, b;
|
|
@@ -738,7 +738,7 @@ const we = (e) => {
|
|
|
738
738
|
label: d.label,
|
|
739
739
|
countryIndex: d.countryindex
|
|
740
740
|
}))) ?? [],
|
|
741
|
-
cryptoAccount: ((
|
|
741
|
+
cryptoAccount: ((i = e.mdAccountCrypto) == null ? void 0 : i.map((d) => ({
|
|
742
742
|
id: d.crypto_id,
|
|
743
743
|
type: d.type,
|
|
744
744
|
name: d.crypto_name,
|
|
@@ -746,7 +746,7 @@ const we = (e) => {
|
|
|
746
746
|
}))) ?? [],
|
|
747
747
|
cryptoDetail: {
|
|
748
748
|
limit: e.mdCryptoDetail.cryptolimit,
|
|
749
|
-
protocol: ((
|
|
749
|
+
protocol: ((l = e.mdCryptoDetail.cryptoprotocol) == null ? void 0 : l.map((d) => ({
|
|
750
750
|
id: d.id,
|
|
751
751
|
name: d.name,
|
|
752
752
|
status: d.status == "1"
|
|
@@ -761,15 +761,15 @@ const we = (e) => {
|
|
|
761
761
|
},
|
|
762
762
|
bankCardLimit: e.bankcardlimit
|
|
763
763
|
};
|
|
764
|
-
},
|
|
764
|
+
}, Je = (e) => ({
|
|
765
765
|
withdrawMin: Number(e.withdrawMin),
|
|
766
766
|
withdrawMax: Number(e.withdrawMax),
|
|
767
767
|
dailyWithdrawLimit: Number(e.dailyWithdrawLimit),
|
|
768
768
|
withdrawFee: e.withdrawFee,
|
|
769
769
|
withdrawMaxFee: Number(e.withdrawMaxFee),
|
|
770
770
|
withdrawCount: e.withdrawCount
|
|
771
|
-
}),
|
|
772
|
-
var t, a, u,
|
|
771
|
+
}), Ae = (e) => T(e), Ye = (e) => {
|
|
772
|
+
var t, a, u, i, l, d;
|
|
773
773
|
return {
|
|
774
774
|
statusMode: ((t = e.subStatusModes) == null ? void 0 : t.map((m) => ({
|
|
775
775
|
key: m.key,
|
|
@@ -781,14 +781,14 @@ const we = (e) => {
|
|
|
781
781
|
}))) ?? [],
|
|
782
782
|
data: {
|
|
783
783
|
currentPage: ((u = e.mdCashLedgers) == null ? void 0 : u.current_page) ?? 0,
|
|
784
|
-
lastPage: ((
|
|
785
|
-
data: ((d = (
|
|
784
|
+
lastPage: ((i = e.mdCashLedgers) == null ? void 0 : i.last_page) ?? 0,
|
|
785
|
+
data: ((d = (l = e.mdCashLedgers) == null ? void 0 : l.data) == null ? void 0 : d.map((m) => {
|
|
786
786
|
var b, p;
|
|
787
787
|
return {
|
|
788
788
|
transactionIndex: m.ledgerindex,
|
|
789
789
|
transactionInfo: {
|
|
790
790
|
id: m.fundindex,
|
|
791
|
-
desc:
|
|
791
|
+
desc: Ke(m.fundindex, m.transactionindex),
|
|
792
792
|
ext: m.fundindex === 3 ? `(${m.promo_cash})` : ""
|
|
793
793
|
},
|
|
794
794
|
statusInfo: {
|
|
@@ -804,7 +804,7 @@ const we = (e) => {
|
|
|
804
804
|
})) ?? []
|
|
805
805
|
}
|
|
806
806
|
};
|
|
807
|
-
},
|
|
807
|
+
}, Ke = (e, t) => {
|
|
808
808
|
switch (e) {
|
|
809
809
|
case 1:
|
|
810
810
|
if (t === 1)
|
|
@@ -834,9 +834,9 @@ const we = (e) => {
|
|
|
834
834
|
return "shareHolderDividend";
|
|
835
835
|
}
|
|
836
836
|
return "";
|
|
837
|
-
},
|
|
837
|
+
}, Qe = (e) => ({
|
|
838
838
|
status: e.status == 1
|
|
839
|
-
}),
|
|
839
|
+
}), Xe = (e) => (e == null ? void 0 : e.map((t) => {
|
|
840
840
|
var a;
|
|
841
841
|
return {
|
|
842
842
|
activeCom: ((a = t.active_com) == null ? void 0 : a.map((u) => ({
|
|
@@ -849,7 +849,7 @@ const we = (e) => {
|
|
|
849
849
|
com: t.com ?? "",
|
|
850
850
|
maintenance: t.maintenance ?? !1
|
|
851
851
|
};
|
|
852
|
-
})) ?? [],
|
|
852
|
+
})) ?? [], Ze = (e) => ({
|
|
853
853
|
status: e.status == 1,
|
|
854
854
|
message: e.message ?? "",
|
|
855
855
|
data: e.data.map((t) => ({
|
|
@@ -859,7 +859,7 @@ const we = (e) => {
|
|
|
859
859
|
imageUrl: t.image_url,
|
|
860
860
|
getToken: t.getToken === 1
|
|
861
861
|
}))
|
|
862
|
-
}),
|
|
862
|
+
}), et = (e) => {
|
|
863
863
|
var t;
|
|
864
864
|
return {
|
|
865
865
|
status: e.status == 1,
|
|
@@ -869,19 +869,19 @@ const we = (e) => {
|
|
|
869
869
|
tokenAmount: a.token_amount
|
|
870
870
|
}))) ?? []
|
|
871
871
|
};
|
|
872
|
-
},
|
|
872
|
+
}, tt = (e) => ({
|
|
873
873
|
status: e.status == 1,
|
|
874
874
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
875
875
|
loginId: e.loginId ?? "",
|
|
876
876
|
password: e.password ?? "",
|
|
877
877
|
downloadUrl: e.download_link ?? ""
|
|
878
|
-
}),
|
|
878
|
+
}), at = (e) => (e == null ? void 0 : e.map((t) => ({
|
|
879
879
|
messageId: t.msgindex,
|
|
880
880
|
unread: t.status == "0",
|
|
881
881
|
date: t.cdate,
|
|
882
882
|
title: t.account_message_content.subject,
|
|
883
883
|
content: t.account_message_content.content
|
|
884
|
-
}))) ?? [],
|
|
884
|
+
}))) ?? [], nt = (e) => {
|
|
885
885
|
var t;
|
|
886
886
|
return ((t = e.mdGameLists) == null ? void 0 : t.map((a) => ({
|
|
887
887
|
id: a.id,
|
|
@@ -889,18 +889,18 @@ const we = (e) => {
|
|
|
889
889
|
platformProductID: a.id_PlatformProduct,
|
|
890
890
|
imgUrl: `${e.mdDomains[a.mdDomains_id]}${a.img}?ts=${a.filemtime}`
|
|
891
891
|
}))) ?? [];
|
|
892
|
-
},
|
|
892
|
+
}, ot = (e) => e.mdGameLists.map((t) => ({
|
|
893
893
|
id: t.id,
|
|
894
894
|
name: t.name,
|
|
895
895
|
list: t.gameList.map((a) => {
|
|
896
|
-
const u = e.mdDomains,
|
|
896
|
+
const u = e.mdDomains, l = `${u.length >= a.mdDomains_id ? u[a.mdDomains_id] : ""}${a.img}?${a.filemtime}`;
|
|
897
897
|
return {
|
|
898
898
|
id: a.id,
|
|
899
899
|
name: a.name,
|
|
900
|
-
imageUrl:
|
|
900
|
+
imageUrl: l
|
|
901
901
|
};
|
|
902
902
|
})
|
|
903
|
-
})),
|
|
903
|
+
})), rt = (e) => e.status == 0 ? {
|
|
904
904
|
claimedReward: "0",
|
|
905
905
|
currentDirectDownline: "0",
|
|
906
906
|
currentOtherDownline: "0",
|
|
@@ -914,19 +914,19 @@ const we = (e) => {
|
|
|
914
914
|
currentReward: e.data.current_reward.toString(),
|
|
915
915
|
totalReward: e.data.total_reward,
|
|
916
916
|
unclaimReward: e.data.unclaim_reward.toString()
|
|
917
|
-
},
|
|
918
|
-
const t = /* @__PURE__ */ new Set(), a = e.data.map((
|
|
919
|
-
id:
|
|
920
|
-
name:
|
|
921
|
-
cashback:
|
|
922
|
-
commission:
|
|
923
|
-
})), u = e.data.reduce((
|
|
917
|
+
}, st = (e) => {
|
|
918
|
+
const t = /* @__PURE__ */ new Set(), a = e.data.map((l) => (t.add(l.downline), {
|
|
919
|
+
id: l.logindex,
|
|
920
|
+
name: l.firstname,
|
|
921
|
+
cashback: l.turnover,
|
|
922
|
+
commission: l.income
|
|
923
|
+
})), u = e.data.reduce((l, d) => l + parseFloat(d.income), 0), i = t.size;
|
|
924
924
|
return {
|
|
925
925
|
totalReward: u,
|
|
926
|
-
totalCount:
|
|
926
|
+
totalCount: i,
|
|
927
927
|
list: a
|
|
928
928
|
};
|
|
929
|
-
},
|
|
929
|
+
}, it = (e) => e.status == 0 ? {
|
|
930
930
|
claimedReward: "0",
|
|
931
931
|
currentInvite: "0",
|
|
932
932
|
currentReward: "0",
|
|
@@ -940,21 +940,21 @@ const we = (e) => {
|
|
|
940
940
|
totalInvite: e.data.total_invite,
|
|
941
941
|
totalReward: e.data.total_reward,
|
|
942
942
|
unclaimReward: e.data.unclaim_reward.toString()
|
|
943
|
-
},
|
|
944
|
-
const t = /* @__PURE__ */ new Set(), a = e.data.map((
|
|
945
|
-
id:
|
|
946
|
-
name:
|
|
947
|
-
dateCreated:
|
|
948
|
-
deposit:
|
|
949
|
-
activeBet:
|
|
950
|
-
commission:
|
|
951
|
-
})), u = e.data.reduce((
|
|
943
|
+
}, lt = (e) => {
|
|
944
|
+
const t = /* @__PURE__ */ new Set(), a = e.data.map((l) => (t.add(l.accountid), {
|
|
945
|
+
id: l.id,
|
|
946
|
+
name: l.firstname,
|
|
947
|
+
dateCreated: l.created,
|
|
948
|
+
deposit: l.deposit,
|
|
949
|
+
activeBet: l.activebet,
|
|
950
|
+
commission: l.reward
|
|
951
|
+
})), u = e.data.reduce((l, d) => l + parseFloat(d.reward), 0), i = t.size;
|
|
952
952
|
return {
|
|
953
953
|
totalReward: u,
|
|
954
|
-
totalCount:
|
|
954
|
+
totalCount: i,
|
|
955
955
|
list: a
|
|
956
956
|
};
|
|
957
|
-
},
|
|
957
|
+
}, ut = (e) => e.status == 0 ? {
|
|
958
958
|
claimedReward: "0",
|
|
959
959
|
currentDirectDownline: "0",
|
|
960
960
|
currentOtherDownline: "0",
|
|
@@ -968,19 +968,19 @@ const we = (e) => {
|
|
|
968
968
|
currentReward: e.data.current_reward.toString(),
|
|
969
969
|
totalReward: e.data.total_reward,
|
|
970
970
|
unclaimReward: e.data.unclaim_reward.toString()
|
|
971
|
-
},
|
|
972
|
-
const t = /* @__PURE__ */ new Set(), a = e.data.map((
|
|
973
|
-
id:
|
|
974
|
-
name:
|
|
975
|
-
total:
|
|
976
|
-
commission:
|
|
977
|
-
})), u = e.data.reduce((
|
|
971
|
+
}, dt = (e) => {
|
|
972
|
+
const t = /* @__PURE__ */ new Set(), a = e.data.map((l) => (t.add(l.accountid), {
|
|
973
|
+
id: l.logindex,
|
|
974
|
+
name: l.firstname,
|
|
975
|
+
total: l.deposit,
|
|
976
|
+
commission: l.reward
|
|
977
|
+
})), u = e.data.reduce((l, d) => l + parseFloat(d.reward), 0), i = t.size;
|
|
978
978
|
return {
|
|
979
979
|
totalReward: u,
|
|
980
|
-
totalCount:
|
|
980
|
+
totalCount: i,
|
|
981
981
|
list: a
|
|
982
982
|
};
|
|
983
|
-
},
|
|
983
|
+
}, ct = (e) => e.status == 0 ? {
|
|
984
984
|
directDownline: "0",
|
|
985
985
|
otherDownline: "0",
|
|
986
986
|
uplineCode: "",
|
|
@@ -990,7 +990,7 @@ const we = (e) => {
|
|
|
990
990
|
otherDownline: e.data.others_downline_count.toString(),
|
|
991
991
|
uplineCode: e.data.upline.accountcode,
|
|
992
992
|
referralCode: e.data.referral_code
|
|
993
|
-
},
|
|
993
|
+
}, mt = (e) => {
|
|
994
994
|
var b;
|
|
995
995
|
let t = null, a = null;
|
|
996
996
|
if (e.status == 0)
|
|
@@ -1009,7 +1009,7 @@ const we = (e) => {
|
|
|
1009
1009
|
};
|
|
1010
1010
|
});
|
|
1011
1011
|
u.length > 0 && (t = u[0]);
|
|
1012
|
-
const
|
|
1012
|
+
const i = e.data.filter((p) => p.dtype == "5" && p.type == "D").map((p) => {
|
|
1013
1013
|
const _ = Math.min(
|
|
1014
1014
|
Number(p.min_deposit) * Number(p.percentage) / 100,
|
|
1015
1015
|
Number(p.max_promo_amt)
|
|
@@ -1022,27 +1022,27 @@ const we = (e) => {
|
|
|
1022
1022
|
expiryTime: p.etime
|
|
1023
1023
|
};
|
|
1024
1024
|
});
|
|
1025
|
-
let
|
|
1026
|
-
const m =
|
|
1025
|
+
let l = 0, d = ((b = i[0]) == null ? void 0 : b.expiryTime) || "";
|
|
1026
|
+
const m = i.map((p) => (l = Math.max(l, p.percentage), new Date(p.expiryTime) < new Date(d) && (d = p.expiryTime), {
|
|
1027
1027
|
name: p.name,
|
|
1028
1028
|
depositAmount: p.depositAmount,
|
|
1029
1029
|
promoAmount: p.promoAmount
|
|
1030
1030
|
}));
|
|
1031
1031
|
return a = {
|
|
1032
|
-
percentage:
|
|
1032
|
+
percentage: l,
|
|
1033
1033
|
expiryTime: d,
|
|
1034
1034
|
list: m
|
|
1035
1035
|
}, { welcomeBonus: t, dailyBonus: a };
|
|
1036
|
-
},
|
|
1036
|
+
}, pt = (e) => ({
|
|
1037
1037
|
status: e.status == 1,
|
|
1038
1038
|
message: e.msg ?? ""
|
|
1039
|
-
}),
|
|
1039
|
+
}), gt = (e) => ({
|
|
1040
1040
|
status: e.status == 1,
|
|
1041
1041
|
message: e.msg ?? ""
|
|
1042
|
-
}),
|
|
1042
|
+
}), bt = (e) => ({
|
|
1043
1043
|
status: e.status == 1,
|
|
1044
1044
|
message: e.msg ?? ""
|
|
1045
|
-
}),
|
|
1045
|
+
}), ft = (e) => e.status == 0 ? {
|
|
1046
1046
|
deposit: "0",
|
|
1047
1047
|
reward: "0",
|
|
1048
1048
|
turnover: "0"
|
|
@@ -1050,7 +1050,7 @@ const we = (e) => {
|
|
|
1050
1050
|
deposit: e.data.deposit,
|
|
1051
1051
|
reward: e.data.reward,
|
|
1052
1052
|
turnover: e.data.turnover
|
|
1053
|
-
},
|
|
1053
|
+
}, yt = (e) => {
|
|
1054
1054
|
if (e.status == 0 || !e.data)
|
|
1055
1055
|
return {};
|
|
1056
1056
|
const t = {};
|
|
@@ -1058,18 +1058,18 @@ const we = (e) => {
|
|
|
1058
1058
|
if (Object.prototype.hasOwnProperty.call(e.data, a)) {
|
|
1059
1059
|
const u = e.data[a];
|
|
1060
1060
|
t[a] = [];
|
|
1061
|
-
for (let
|
|
1062
|
-
const
|
|
1061
|
+
for (let i = 0; i < u.length; i++) {
|
|
1062
|
+
const l = u[i];
|
|
1063
1063
|
let d = "";
|
|
1064
|
-
u.length >
|
|
1065
|
-
rate:
|
|
1066
|
-
minValue:
|
|
1064
|
+
u.length > i + 1 && (d = (Number(u[i + 1].achievement) - 1).toString()), t[a].push({
|
|
1065
|
+
rate: l.rate,
|
|
1066
|
+
minValue: l.achievement.toString(),
|
|
1067
1067
|
maxValue: d
|
|
1068
1068
|
});
|
|
1069
1069
|
}
|
|
1070
1070
|
}
|
|
1071
1071
|
return t;
|
|
1072
|
-
},
|
|
1072
|
+
}, _t = (e) => {
|
|
1073
1073
|
if (e.status == 0 || !e.data)
|
|
1074
1074
|
return {};
|
|
1075
1075
|
const t = {};
|
|
@@ -1077,32 +1077,32 @@ const we = (e) => {
|
|
|
1077
1077
|
if (Object.prototype.hasOwnProperty.call(e.data, a)) {
|
|
1078
1078
|
const u = e.data[a];
|
|
1079
1079
|
t[a] = [];
|
|
1080
|
-
for (let
|
|
1081
|
-
const
|
|
1080
|
+
for (let i = 0; i < u.length; i++) {
|
|
1081
|
+
const l = u[i];
|
|
1082
1082
|
let d = "";
|
|
1083
|
-
u.length >
|
|
1084
|
-
rate:
|
|
1085
|
-
minValue:
|
|
1083
|
+
u.length > i + 1 && (d = (Number(u[i + 1].achievement) - 1).toString()), t[a].push({
|
|
1084
|
+
rate: l.rate,
|
|
1085
|
+
minValue: l.achievement,
|
|
1086
1086
|
maxValue: d
|
|
1087
1087
|
});
|
|
1088
1088
|
}
|
|
1089
1089
|
}
|
|
1090
1090
|
return t;
|
|
1091
|
-
},
|
|
1092
|
-
var t, a, u,
|
|
1091
|
+
}, vt = (e) => T(e), ht = (e) => T(e), Tt = (e) => {
|
|
1092
|
+
var t, a, u, i, l;
|
|
1093
1093
|
return {
|
|
1094
1094
|
status: e.status == 1,
|
|
1095
1095
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
1096
1096
|
default: ((t = e.data) == null ? void 0 : t.default) ?? [],
|
|
1097
1097
|
online: ((a = e.data) == null ? void 0 : a.online) ?? [],
|
|
1098
1098
|
mycard: ((u = e.data) == null ? void 0 : u.mycard) ?? [],
|
|
1099
|
-
qrcode: ((
|
|
1100
|
-
personal: ((
|
|
1099
|
+
qrcode: ((i = e.data) == null ? void 0 : i.qrcode) ?? [],
|
|
1100
|
+
personal: ((l = e.data) == null ? void 0 : l.personal) ?? []
|
|
1101
1101
|
};
|
|
1102
|
-
},
|
|
1102
|
+
}, K = (e) => ({
|
|
1103
1103
|
validated: e.withdrawValidate === 1 || e.depositValidate === 1 || e.TransferCreditValidate === 1,
|
|
1104
|
-
forms:
|
|
1105
|
-
}),
|
|
1104
|
+
forms: Rt(e)
|
|
1105
|
+
}), Rt = (e) => e.subDepositForms && e.subDepositForms.length > 0 ? e.subDepositForms.map((t) => ({
|
|
1106
1106
|
id: t.id,
|
|
1107
1107
|
fieldName: t.fieldname,
|
|
1108
1108
|
regex: t.regex,
|
|
@@ -1120,54 +1120,54 @@ const we = (e) => {
|
|
|
1120
1120
|
regex: t.regex,
|
|
1121
1121
|
showName: t.showname,
|
|
1122
1122
|
inputHelper: t.inputHelper
|
|
1123
|
-
})) : [],
|
|
1123
|
+
})) : [], St = (e) => T(e), kt = (e) => e, Pt = (e) => ({
|
|
1124
1124
|
status: e.status == 1,
|
|
1125
1125
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? ""
|
|
1126
|
-
}),
|
|
1126
|
+
}), Ot = (e) => T(e), Mt = (e) => ({
|
|
1127
1127
|
status: e.status == 1,
|
|
1128
1128
|
message: e.message,
|
|
1129
1129
|
user: e.user ?? ""
|
|
1130
|
-
}),
|
|
1130
|
+
}), jt = (e) => ({
|
|
1131
1131
|
status: e.status == 1,
|
|
1132
1132
|
message: e.msg ?? "",
|
|
1133
1133
|
amount: e.amount ?? ""
|
|
1134
|
-
}),
|
|
1134
|
+
}), xt = (e) => T(e), Dt = (e) => {
|
|
1135
1135
|
var t;
|
|
1136
1136
|
return {
|
|
1137
1137
|
status: e.status == 1,
|
|
1138
1138
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
1139
1139
|
dayStreak: ((t = e.data) == null ? void 0 : t.continuousDay) ?? 0
|
|
1140
1140
|
};
|
|
1141
|
-
},
|
|
1141
|
+
}, Ct = (e) => {
|
|
1142
1142
|
var t;
|
|
1143
1143
|
return {
|
|
1144
1144
|
status: e.status == 1,
|
|
1145
1145
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
1146
1146
|
countryList: ((t = e.data) == null ? void 0 : t.map((a) => {
|
|
1147
|
-
var u,
|
|
1147
|
+
var u, i;
|
|
1148
1148
|
return {
|
|
1149
1149
|
countryIndex: a.countryindex,
|
|
1150
1150
|
currencyName: a.currency_name ?? "",
|
|
1151
1151
|
label: a.label,
|
|
1152
1152
|
currencyRate: {
|
|
1153
1153
|
depositCurrencyRate: ((u = a.currency_rate) == null ? void 0 : u.currency_rate_deposit) ?? "",
|
|
1154
|
-
withdrawCurrencyRate: ((
|
|
1154
|
+
withdrawCurrencyRate: ((i = a.currency_rate) == null ? void 0 : i.currency_rate_withdraw) ?? ""
|
|
1155
1155
|
}
|
|
1156
1156
|
};
|
|
1157
1157
|
})) ?? []
|
|
1158
1158
|
};
|
|
1159
|
-
},
|
|
1159
|
+
}, It = (e) => ({
|
|
1160
1160
|
status: e.status == 1,
|
|
1161
1161
|
message: e.msg ?? ""
|
|
1162
|
-
}),
|
|
1162
|
+
}), Ft = (e) => ({
|
|
1163
1163
|
status: e.status == 1,
|
|
1164
1164
|
message: e.msg ?? "",
|
|
1165
1165
|
form: e.form ?? "",
|
|
1166
1166
|
gameUrl: e.data ?? ""
|
|
1167
|
-
}),
|
|
1167
|
+
}), Lt = (e) => T(e), Gt = (e) => T(e), Q = (e) => ({
|
|
1168
1168
|
status: e.status == 1,
|
|
1169
1169
|
message: e.errormessage ?? ""
|
|
1170
|
-
}),
|
|
1170
|
+
}), wt = (e) => T(e), zt = (e) => e, Nt = (e) => T(e), Ut = (e) => {
|
|
1171
1171
|
var t;
|
|
1172
1172
|
return {
|
|
1173
1173
|
platformProduct: ((t = e.mdPlatformProduct) == null ? void 0 : t.map((a) => ({
|
|
@@ -1176,48 +1176,48 @@ const we = (e) => {
|
|
|
1176
1176
|
com: a.com
|
|
1177
1177
|
}))) ?? []
|
|
1178
1178
|
};
|
|
1179
|
-
},
|
|
1179
|
+
}, Bt = (e) => {
|
|
1180
1180
|
var t;
|
|
1181
1181
|
return ((t = e.mdProductMaster) == null ? void 0 : t.map((a) => {
|
|
1182
1182
|
var u;
|
|
1183
1183
|
return {
|
|
1184
1184
|
id: a.id,
|
|
1185
1185
|
name: a.name,
|
|
1186
|
-
product: ((u = a.platformproduct) == null ? void 0 : u.map((
|
|
1187
|
-
id:
|
|
1188
|
-
name:
|
|
1189
|
-
platformId:
|
|
1190
|
-
com:
|
|
1186
|
+
product: ((u = a.platformproduct) == null ? void 0 : u.map((i) => ({
|
|
1187
|
+
id: i.id,
|
|
1188
|
+
name: i.name,
|
|
1189
|
+
platformId: i.id_PlatformMaster,
|
|
1190
|
+
com: i.com
|
|
1191
1191
|
}))) ?? []
|
|
1192
1192
|
};
|
|
1193
1193
|
})) ?? [];
|
|
1194
|
-
},
|
|
1194
|
+
}, qt = (e) => T(e), Wt = (e) => T(e), Vt = (e) => T(e), $t = (e) => T(e), Et = (e) => T(e), Ht = (e) => T(e), Jt = (e) => T(e), At = (e) => ({
|
|
1195
1195
|
status: e.status == 1,
|
|
1196
1196
|
message: e.msg ?? "",
|
|
1197
1197
|
data: e.data
|
|
1198
|
-
}),
|
|
1198
|
+
}), Yt = (e) => ({
|
|
1199
1199
|
status: e.status == 1,
|
|
1200
1200
|
message: e.msg ?? ""
|
|
1201
|
-
}),
|
|
1201
|
+
}), Kt = (e) => {
|
|
1202
1202
|
let t = "";
|
|
1203
1203
|
return e.data && (t = e.data.max_promo_amt), {
|
|
1204
1204
|
status: e.status == 1,
|
|
1205
1205
|
amount: t
|
|
1206
1206
|
};
|
|
1207
|
-
},
|
|
1207
|
+
}, Qt = (e) => ({
|
|
1208
1208
|
eventDescription: {
|
|
1209
1209
|
condition: e.bottomDescription.signinCondition,
|
|
1210
1210
|
prize: e.bottomDescription.signinPrize,
|
|
1211
1211
|
others: e.bottomDescription.otherDescription
|
|
1212
1212
|
},
|
|
1213
1213
|
firstDayOfMonth: e.firstDayOfMonth
|
|
1214
|
-
}),
|
|
1214
|
+
}), Xt = (e) => ({
|
|
1215
1215
|
status: e.status == 1,
|
|
1216
1216
|
signedDays: e.days,
|
|
1217
1217
|
signedToday: e.todayIsSign === 1,
|
|
1218
1218
|
dayStreak: e.continuousDay,
|
|
1219
1219
|
canSignToday: e.canSign === 1
|
|
1220
|
-
}),
|
|
1220
|
+
}), Zt = (e) => ({
|
|
1221
1221
|
status: e.status == 1,
|
|
1222
1222
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
1223
1223
|
fullName: e.fullname,
|
|
@@ -1253,7 +1253,7 @@ const we = (e) => {
|
|
|
1253
1253
|
commission: a.commission
|
|
1254
1254
|
}))
|
|
1255
1255
|
}))
|
|
1256
|
-
}),
|
|
1256
|
+
}), ea = (e) => ({
|
|
1257
1257
|
status: e.status == 1,
|
|
1258
1258
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
1259
1259
|
id: e.id ?? 0,
|
|
@@ -1265,12 +1265,12 @@ const we = (e) => {
|
|
|
1265
1265
|
})),
|
|
1266
1266
|
currentPage: e.page,
|
|
1267
1267
|
lastPage: e.lastpage
|
|
1268
|
-
}),
|
|
1268
|
+
}), ta = (e) => ({
|
|
1269
1269
|
status: e.status == "1",
|
|
1270
1270
|
message: e.msg ?? "",
|
|
1271
1271
|
username: e.accountcode,
|
|
1272
1272
|
password: e.password
|
|
1273
|
-
}),
|
|
1273
|
+
}), aa = (e) => {
|
|
1274
1274
|
var t;
|
|
1275
1275
|
return {
|
|
1276
1276
|
currentPage: e.mdGameCreditLimitTransfers.current_page,
|
|
@@ -1283,7 +1283,7 @@ const we = (e) => {
|
|
|
1283
1283
|
dateTime: a.transferdatetime
|
|
1284
1284
|
}))) ?? []
|
|
1285
1285
|
};
|
|
1286
|
-
},
|
|
1286
|
+
}, na = (e) => {
|
|
1287
1287
|
var t;
|
|
1288
1288
|
return {
|
|
1289
1289
|
currentPage: e.mdAgTransfeReport.current_page,
|
|
@@ -1296,8 +1296,8 @@ const we = (e) => {
|
|
|
1296
1296
|
dateTime: a.transferdatetime
|
|
1297
1297
|
}))) ?? []
|
|
1298
1298
|
};
|
|
1299
|
-
},
|
|
1300
|
-
var t, a, u,
|
|
1299
|
+
}, oa = (e) => {
|
|
1300
|
+
var t, a, u, i, l, d, m, b, p, _, O;
|
|
1301
1301
|
return {
|
|
1302
1302
|
status: e.status == 1,
|
|
1303
1303
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
@@ -1305,8 +1305,8 @@ const we = (e) => {
|
|
|
1305
1305
|
total: (t = e.data) != null && t.total ? {
|
|
1306
1306
|
bet: (((a = e.data) == null ? void 0 : a.total.bet) ?? 0).toFixed(2),
|
|
1307
1307
|
activeBet: (((u = e.data) == null ? void 0 : u.total.activebet) ?? 0).toFixed(2),
|
|
1308
|
-
validBet: (((
|
|
1309
|
-
payout: (((
|
|
1308
|
+
validBet: (((i = e.data) == null ? void 0 : i.total.validbet) ?? 0).toFixed(2),
|
|
1309
|
+
payout: (((l = e.data) == null ? void 0 : l.total.payout) ?? 0).toFixed(2)
|
|
1310
1310
|
} : {
|
|
1311
1311
|
bet: "0.00",
|
|
1312
1312
|
activeBet: "0.00",
|
|
@@ -1334,7 +1334,7 @@ const we = (e) => {
|
|
|
1334
1334
|
totalPage: ((O = e.data) == null ? void 0 : O.page.last_page) ?? 1
|
|
1335
1335
|
}
|
|
1336
1336
|
};
|
|
1337
|
-
},
|
|
1337
|
+
}, ra = (e) => {
|
|
1338
1338
|
var t, a, u;
|
|
1339
1339
|
return {
|
|
1340
1340
|
status: e.status == 1,
|
|
@@ -1345,7 +1345,7 @@ const we = (e) => {
|
|
|
1345
1345
|
binded: ((u = e.data) == null ? void 0 : u.binded) ?? !1
|
|
1346
1346
|
}
|
|
1347
1347
|
};
|
|
1348
|
-
},
|
|
1348
|
+
}, sa = (e) => T(e), ia = (e) => {
|
|
1349
1349
|
var t;
|
|
1350
1350
|
return {
|
|
1351
1351
|
status: e.status == 1,
|
|
@@ -1355,48 +1355,48 @@ const we = (e) => {
|
|
|
1355
1355
|
createdAt: a.created_at
|
|
1356
1356
|
}))) ?? []
|
|
1357
1357
|
};
|
|
1358
|
-
},
|
|
1358
|
+
}, la = (e) => T(e), ua = (e) => {
|
|
1359
1359
|
var t, a, u;
|
|
1360
1360
|
return {
|
|
1361
1361
|
status: e.status == 1,
|
|
1362
1362
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
1363
1363
|
data: {
|
|
1364
|
-
companyCount: ((t = e.data.companyRCount) == null ? void 0 : t.map((
|
|
1365
|
-
key:
|
|
1366
|
-
count:
|
|
1364
|
+
companyCount: ((t = e.data.companyRCount) == null ? void 0 : t.map((i) => ({
|
|
1365
|
+
key: i.key,
|
|
1366
|
+
count: i.count
|
|
1367
1367
|
}))) ?? [],
|
|
1368
|
-
prizeCount: ((a = e.data.prizeRCount) == null ? void 0 : a.map((
|
|
1369
|
-
key:
|
|
1370
|
-
count:
|
|
1368
|
+
prizeCount: ((a = e.data.prizeRCount) == null ? void 0 : a.map((i) => ({
|
|
1369
|
+
key: i.key,
|
|
1370
|
+
count: i.count
|
|
1371
1371
|
}))) ?? [],
|
|
1372
|
-
list: ((u = e.data.list) == null ? void 0 : u.map((
|
|
1373
|
-
dimension:
|
|
1374
|
-
combination:
|
|
1375
|
-
prizePosition:
|
|
1376
|
-
drawIdentifier:
|
|
1377
|
-
drawTimestamp:
|
|
1378
|
-
companyId:
|
|
1379
|
-
companyName:
|
|
1372
|
+
list: ((u = e.data.list) == null ? void 0 : u.map((i) => ({
|
|
1373
|
+
dimension: i.combination_dimension,
|
|
1374
|
+
combination: i.combination_combination,
|
|
1375
|
+
prizePosition: i.combination_position,
|
|
1376
|
+
drawIdentifier: i.draw.draw_identifier,
|
|
1377
|
+
drawTimestamp: i.draw.draw_tmactive,
|
|
1378
|
+
companyId: i.company.company_id,
|
|
1379
|
+
companyName: i.company.company_name
|
|
1380
1380
|
}))) ?? []
|
|
1381
1381
|
}
|
|
1382
1382
|
};
|
|
1383
|
-
},
|
|
1383
|
+
}, da = (e) => T(e), ca = (e) => ({
|
|
1384
1384
|
status: e.status == 1,
|
|
1385
1385
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
1386
1386
|
tokenAmount: e.token_amount
|
|
1387
|
-
}),
|
|
1388
|
-
var
|
|
1389
|
-
const
|
|
1387
|
+
}), ma = (e) => T(e);
|
|
1388
|
+
var Z = /* @__PURE__ */ ((e) => (e.vipcalculation = "vipcalculation", e.livechat = "livechat", e.extralivechat = "extralivechat", e.mobilevalidate = "mobilevalidate", e.withdrawtac = "withdrawtac", e.imageDomain = "imagedomain", e.withdrawalCode = "withdrawalcode", e.withdrawAlipay = "withdrawalipay", e.crypto = "crypto", e))(Z || {});
|
|
1389
|
+
const pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1390
1390
|
__proto__: null,
|
|
1391
|
-
SettingType:
|
|
1392
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
1391
|
+
SettingType: Z
|
|
1392
|
+
}, Symbol.toStringTag, { value: "Module" })), ga = (e) => {
|
|
1393
1393
|
let t = 0;
|
|
1394
1394
|
return e.data != null && typeof e.data == "object" && (t = e.data.amount), {
|
|
1395
1395
|
status: e.status,
|
|
1396
1396
|
message: e.msg ?? "",
|
|
1397
1397
|
amount: t
|
|
1398
1398
|
};
|
|
1399
|
-
},
|
|
1399
|
+
}, ba = (e) => e.status == 0 ? {
|
|
1400
1400
|
record: {
|
|
1401
1401
|
today: {
|
|
1402
1402
|
deposit: "0",
|
|
@@ -1426,15 +1426,15 @@ const ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1426
1426
|
loseLimit: t.loselimit,
|
|
1427
1427
|
maxReward: t.max_reward
|
|
1428
1428
|
}))
|
|
1429
|
-
},
|
|
1429
|
+
}, fa = (e) => e.status == 0 ? [] : e.data.map((t) => ({
|
|
1430
1430
|
amount: t.amount,
|
|
1431
1431
|
date: t.date,
|
|
1432
1432
|
deposit: t.deposit,
|
|
1433
1433
|
payout: t.payout
|
|
1434
|
-
})),
|
|
1434
|
+
})), ya = (e) => ({
|
|
1435
1435
|
status: e.status,
|
|
1436
1436
|
message: e.msg ?? ""
|
|
1437
|
-
}),
|
|
1437
|
+
}), _a = (e) => e.status == 0 ? {
|
|
1438
1438
|
status: e.status,
|
|
1439
1439
|
message: e.msg ?? "",
|
|
1440
1440
|
data: null
|
|
@@ -1456,35 +1456,96 @@ const ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1456
1456
|
collectable: e.data.collectable,
|
|
1457
1457
|
remainingDay: e.data.remaining
|
|
1458
1458
|
}
|
|
1459
|
-
},
|
|
1459
|
+
}, va = (e) => ({
|
|
1460
1460
|
status: e.status,
|
|
1461
1461
|
message: e.msg ?? ""
|
|
1462
|
-
}),
|
|
1462
|
+
}), ha = (e) => ({
|
|
1463
1463
|
status: e.status == 1,
|
|
1464
1464
|
errorMessage: e.errormessage ?? "",
|
|
1465
1465
|
isAutoTransfer: e.optionkey == "auto"
|
|
1466
|
-
}),
|
|
1466
|
+
}), Ta = (e) => T(e), Ra = (e) => ({
|
|
1467
1467
|
status: e.status,
|
|
1468
1468
|
message: e.msg ?? "",
|
|
1469
1469
|
turnover: e.data ? e.data.turnover : 0,
|
|
1470
1470
|
percentage: e.data ? e.data.percentage ?? 0 : 0,
|
|
1471
1471
|
incentive: e.data ? e.data.incentive : 0,
|
|
1472
1472
|
claimable: 0
|
|
1473
|
-
}),
|
|
1473
|
+
}), Sa = (e) => {
|
|
1474
1474
|
let t = "0";
|
|
1475
1475
|
return e.data && (t = e.data.incentive), {
|
|
1476
1476
|
status: e.status,
|
|
1477
1477
|
message: e.msg ?? "",
|
|
1478
1478
|
amount: t
|
|
1479
1479
|
};
|
|
1480
|
-
},
|
|
1480
|
+
}, ka = (e) => {
|
|
1481
1481
|
let t = "0";
|
|
1482
1482
|
return e.data && (t = e.data.incentive), {
|
|
1483
1483
|
status: e.status,
|
|
1484
1484
|
message: e.msg ?? "",
|
|
1485
1485
|
amount: t
|
|
1486
1486
|
};
|
|
1487
|
-
}
|
|
1487
|
+
};
|
|
1488
|
+
var D = /* @__PURE__ */ ((e) => (e.inProgress = "inProgress", e.collectable = "collectable", e.collected = "collected", e))(D || {});
|
|
1489
|
+
const Pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1490
|
+
__proto__: null,
|
|
1491
|
+
MissionStatus: D
|
|
1492
|
+
}, Symbol.toStringTag, { value: "Module" })), Oa = (e) => {
|
|
1493
|
+
if (e.status === 0)
|
|
1494
|
+
return {
|
|
1495
|
+
status: e.status,
|
|
1496
|
+
data: null
|
|
1497
|
+
};
|
|
1498
|
+
const t = te(e, 0), a = te(e, 1);
|
|
1499
|
+
return {
|
|
1500
|
+
status: e.status,
|
|
1501
|
+
data: {
|
|
1502
|
+
period: `${ae(e.data.datefrom)} ~ ${ae(e.data.dateto)}`,
|
|
1503
|
+
gift: {
|
|
1504
|
+
deposit: {
|
|
1505
|
+
current: t.filter((u) => u.status == D.collected).length,
|
|
1506
|
+
total: t.length,
|
|
1507
|
+
percentage: ne(t)
|
|
1508
|
+
},
|
|
1509
|
+
activeBet: {
|
|
1510
|
+
current: a.filter((u) => u.status == D.collected).length,
|
|
1511
|
+
total: a.length,
|
|
1512
|
+
percentage: ne(a)
|
|
1513
|
+
},
|
|
1514
|
+
grandPrize: {
|
|
1515
|
+
countDownTimestamp: Ma(e.data.dateto),
|
|
1516
|
+
status: e.data.final_claimable ? e.data.final_collected === "1" ? D.collected : D.collectable : D.inProgress,
|
|
1517
|
+
prize: e.data.reward
|
|
1518
|
+
}
|
|
1519
|
+
},
|
|
1520
|
+
deposit: t,
|
|
1521
|
+
activeBet: a
|
|
1522
|
+
}
|
|
1523
|
+
};
|
|
1524
|
+
}, te = (e, t) => e.data.tier.filter((a) => a.type == t).map((a) => {
|
|
1525
|
+
const u = Math.min(a.achieve ?? 0, a.requirement);
|
|
1526
|
+
return {
|
|
1527
|
+
id: a.transid,
|
|
1528
|
+
reward: a.reward,
|
|
1529
|
+
status: a.claimable !== "1" ? D.inProgress : a.collected === "1" ? D.collected : D.collectable,
|
|
1530
|
+
progress: {
|
|
1531
|
+
current: u,
|
|
1532
|
+
total: a.requirement,
|
|
1533
|
+
currentPercentage: (u / a.requirement * 100).toFixed(0)
|
|
1534
|
+
}
|
|
1535
|
+
};
|
|
1536
|
+
}), ae = (e) => {
|
|
1537
|
+
const t = new Date(e), a = t.getDate().toString().padStart(2, "0"), u = (t.getMonth() + 1).toString().padStart(2, "0"), i = t.getHours().toString().padStart(2, "0"), l = t.getMinutes().toString().padStart(2, "0");
|
|
1538
|
+
return `${a}/${u} ${i}:${l}`;
|
|
1539
|
+
}, ne = (e) => {
|
|
1540
|
+
const t = e.reduce((u, i) => u + parseFloat(i.reward), 0), a = e.reduce((u, i) => u + i.progress.total, 0);
|
|
1541
|
+
return a > 0 ? (t / a * 100).toFixed(2) : "0";
|
|
1542
|
+
}, Ma = (e) => {
|
|
1543
|
+
const t = (/* @__PURE__ */ new Date()).getTime(), a = new Date(e).getTime();
|
|
1544
|
+
return Math.max(0, a - t);
|
|
1545
|
+
}, ja = (e) => ({
|
|
1546
|
+
status: e.status,
|
|
1547
|
+
message: e.msg ?? ""
|
|
1548
|
+
}), xa = (e) => ({
|
|
1488
1549
|
status: e.status == 1,
|
|
1489
1550
|
socialLogin: e.social_login == 1,
|
|
1490
1551
|
errorMessage: e.erorrmessage ?? "",
|
|
@@ -1496,7 +1557,7 @@ const ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1496
1557
|
maxLength: t.maxlen ?? "0",
|
|
1497
1558
|
inputHelper: t.inputHelper ?? ""
|
|
1498
1559
|
}))
|
|
1499
|
-
}),
|
|
1560
|
+
}), Da = (e) => e.mdGameLists.data.map((t) => ({
|
|
1500
1561
|
gameId: t.id,
|
|
1501
1562
|
platformId: t.id_PlatformProduct,
|
|
1502
1563
|
name: t.name,
|
|
@@ -1510,8 +1571,8 @@ const ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1510
1571
|
logoUrl: `/image/platform_logo/${t.img.split("/").pop()}?v=1`,
|
|
1511
1572
|
rate: "0.00",
|
|
1512
1573
|
favourite: !0
|
|
1513
|
-
})),
|
|
1514
|
-
var t, a, u,
|
|
1574
|
+
})), Ca = (e) => T(e), Ia = (e) => T(e), Fa = (e) => T(e), La = async (e) => {
|
|
1575
|
+
var t, a, u, i, l, d, m, b, p, _, O, h, g, S, M, F;
|
|
1515
1576
|
try {
|
|
1516
1577
|
e.findIndex((c) => c.name === s.vipList) !== -1 && e.push(
|
|
1517
1578
|
{
|
|
@@ -1522,7 +1583,7 @@ const ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1522
1583
|
{ name: s.vipStatus, query: "" },
|
|
1523
1584
|
{
|
|
1524
1585
|
name: s.getSetting,
|
|
1525
|
-
query: JSON.stringify({ name: [
|
|
1586
|
+
query: JSON.stringify({ name: [Z.vipcalculation] })
|
|
1526
1587
|
}
|
|
1527
1588
|
);
|
|
1528
1589
|
const R = e.findIndex(
|
|
@@ -1544,22 +1605,22 @@ const ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1544
1605
|
name: s.getPlatformTurnoverRate,
|
|
1545
1606
|
query: ""
|
|
1546
1607
|
}));
|
|
1547
|
-
const
|
|
1548
|
-
if (
|
|
1608
|
+
const U = e.findIndex((c) => c.name === s.searchHot);
|
|
1609
|
+
if (U !== -1) {
|
|
1549
1610
|
let c = {};
|
|
1550
1611
|
e.forEach((y) => {
|
|
1551
1612
|
c = y.query;
|
|
1552
|
-
}), e.splice(
|
|
1613
|
+
}), e.splice(U), e.push({
|
|
1553
1614
|
name: s.getFourDimensionData,
|
|
1554
1615
|
query: String(c)
|
|
1555
1616
|
});
|
|
1556
1617
|
}
|
|
1557
|
-
const
|
|
1558
|
-
if (
|
|
1618
|
+
const B = e.findIndex((c) => c.name === s.searchNumberHistory);
|
|
1619
|
+
if (B !== -1) {
|
|
1559
1620
|
let c = {};
|
|
1560
1621
|
e.forEach((y) => {
|
|
1561
1622
|
c = y.query;
|
|
1562
|
-
}), e.splice(
|
|
1623
|
+
}), e.splice(B), e.push({
|
|
1563
1624
|
name: s.getFourDimensionData,
|
|
1564
1625
|
query: String(c)
|
|
1565
1626
|
});
|
|
@@ -1568,15 +1629,15 @@ const ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1568
1629
|
let c = {};
|
|
1569
1630
|
e.forEach((y) => {
|
|
1570
1631
|
c = y.query;
|
|
1571
|
-
}), e.splice(
|
|
1632
|
+
}), e.splice(B), e.push({
|
|
1572
1633
|
name: s.getFourDimensionData,
|
|
1573
1634
|
query: String(c)
|
|
1574
1635
|
});
|
|
1575
1636
|
}
|
|
1576
|
-
const
|
|
1637
|
+
const q = e.findIndex(
|
|
1577
1638
|
(c) => c.name === s.getFourDimensionData
|
|
1578
1639
|
);
|
|
1579
|
-
|
|
1640
|
+
q !== -1 && e[q].query == "" && (e.splice(q), e.push(
|
|
1580
1641
|
{
|
|
1581
1642
|
name: s.getFourDimensionData,
|
|
1582
1643
|
query: JSON.stringify({ action: s.getCompany, native: "1" })
|
|
@@ -1592,508 +1653,516 @@ const ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1592
1653
|
})
|
|
1593
1654
|
}
|
|
1594
1655
|
));
|
|
1595
|
-
const
|
|
1656
|
+
const $ = {
|
|
1596
1657
|
requests: e.map((c) => ({
|
|
1597
1658
|
name: c.name,
|
|
1598
1659
|
query: btoa(c.query)
|
|
1599
1660
|
}))
|
|
1600
|
-
},
|
|
1661
|
+
}, E = await N.post(
|
|
1601
1662
|
"/jwt",
|
|
1602
|
-
|
|
1663
|
+
ce(JSON.stringify($))
|
|
1603
1664
|
), n = {
|
|
1604
1665
|
status: 200,
|
|
1605
1666
|
message: "",
|
|
1606
1667
|
result: {}
|
|
1607
1668
|
};
|
|
1608
|
-
for (const c of
|
|
1669
|
+
for (const c of E.data.responses) {
|
|
1609
1670
|
c.error != null && c.error.code != 200 && (n.status = c.error.code, n.message = c.error.message);
|
|
1610
|
-
const y = c.attributes !== null && c.attributes !== void 0 ?
|
|
1671
|
+
const y = c.attributes !== null && c.attributes !== void 0 ? me(c.attributes) : null, r = c.name, o = y ? JSON.parse(y) : null;
|
|
1611
1672
|
if (!o)
|
|
1612
1673
|
console.log("Not data received"), n.result[r] = null;
|
|
1613
1674
|
else
|
|
1614
1675
|
switch (r) {
|
|
1615
1676
|
case s.announcement:
|
|
1616
|
-
n.result[r] =
|
|
1677
|
+
n.result[r] = Re(o);
|
|
1617
1678
|
break;
|
|
1618
1679
|
case s.gameList:
|
|
1619
|
-
n.result[r] =
|
|
1680
|
+
n.result[r] = ke(o);
|
|
1620
1681
|
break;
|
|
1621
1682
|
case s.cmsList:
|
|
1622
|
-
n.result[r] =
|
|
1683
|
+
n.result[r] = Ce(o);
|
|
1623
1684
|
break;
|
|
1624
1685
|
case s.paymentsProvider:
|
|
1625
|
-
n.result[r] =
|
|
1686
|
+
n.result[r] = _e(
|
|
1626
1687
|
o
|
|
1627
1688
|
);
|
|
1628
1689
|
break;
|
|
1629
1690
|
case s.getUserProfile:
|
|
1630
|
-
n.result[r] =
|
|
1691
|
+
n.result[r] = Se(o);
|
|
1631
1692
|
break;
|
|
1632
1693
|
case s.vipList:
|
|
1633
|
-
n.result[r] =
|
|
1694
|
+
n.result[r] = Pe(o);
|
|
1634
1695
|
break;
|
|
1635
1696
|
case s.vipBonus:
|
|
1636
|
-
n.result[r] =
|
|
1697
|
+
n.result[r] = Me(o);
|
|
1637
1698
|
break;
|
|
1638
1699
|
case s.vipFieldStatus:
|
|
1639
|
-
n.result[r] =
|
|
1700
|
+
n.result[r] = je(o);
|
|
1640
1701
|
break;
|
|
1641
1702
|
case s.vipStatus:
|
|
1642
|
-
n.result[r] =
|
|
1703
|
+
n.result[r] = xe(o);
|
|
1643
1704
|
break;
|
|
1644
1705
|
case s.promotion:
|
|
1645
|
-
n.result[r] =
|
|
1706
|
+
n.result[r] = Oe(o);
|
|
1646
1707
|
break;
|
|
1647
1708
|
case s.getSetting:
|
|
1648
|
-
n.result[r] =
|
|
1709
|
+
n.result[r] = De(o);
|
|
1649
1710
|
break;
|
|
1650
1711
|
case s.getCountryMobile:
|
|
1651
|
-
n.result[r] =
|
|
1712
|
+
n.result[r] = Ie(
|
|
1652
1713
|
o
|
|
1653
1714
|
);
|
|
1654
1715
|
break;
|
|
1655
1716
|
case s.getPlatformTurnoverRate:
|
|
1656
|
-
n.result[r] =
|
|
1717
|
+
n.result[r] = Fe(
|
|
1657
1718
|
o
|
|
1658
1719
|
);
|
|
1659
1720
|
break;
|
|
1660
1721
|
case s.mainWallet:
|
|
1661
|
-
n.result[r] =
|
|
1722
|
+
n.result[r] = Le(o);
|
|
1662
1723
|
break;
|
|
1663
1724
|
case s.getLanguageSetting:
|
|
1664
|
-
n.result[r] =
|
|
1725
|
+
n.result[r] = Ge(
|
|
1665
1726
|
o
|
|
1666
1727
|
);
|
|
1667
1728
|
break;
|
|
1668
1729
|
case s.getFourDimensionData:
|
|
1669
|
-
n.result[r] =
|
|
1730
|
+
n.result[r] = we(
|
|
1670
1731
|
o
|
|
1671
1732
|
);
|
|
1672
1733
|
break;
|
|
1673
1734
|
case s.getCompany:
|
|
1674
|
-
n.result[r] =
|
|
1735
|
+
n.result[r] = ze(o);
|
|
1675
1736
|
break;
|
|
1676
1737
|
case s.searchResultDate:
|
|
1677
|
-
n.result[r] =
|
|
1738
|
+
n.result[r] = Ne(
|
|
1678
1739
|
o
|
|
1679
1740
|
);
|
|
1680
1741
|
break;
|
|
1681
1742
|
case s.searchHot:
|
|
1682
|
-
n.result[r] =
|
|
1743
|
+
n.result[r] = Be(o);
|
|
1683
1744
|
break;
|
|
1684
1745
|
case s.searchByDate:
|
|
1685
|
-
n.result[r] =
|
|
1746
|
+
n.result[r] = qe(o);
|
|
1686
1747
|
break;
|
|
1687
1748
|
case s.upcomingMatches:
|
|
1688
|
-
n.result[r] =
|
|
1749
|
+
n.result[r] = We(
|
|
1689
1750
|
o
|
|
1690
1751
|
);
|
|
1691
1752
|
break;
|
|
1692
1753
|
case s.deposit:
|
|
1693
|
-
n.result[r] =
|
|
1754
|
+
n.result[r] = Ve(o);
|
|
1694
1755
|
break;
|
|
1695
1756
|
case s.applyVipBonus:
|
|
1696
|
-
n.result[r] =
|
|
1757
|
+
n.result[r] = $e(o);
|
|
1697
1758
|
break;
|
|
1698
1759
|
case s.withdraw:
|
|
1699
|
-
n.result[r] =
|
|
1760
|
+
n.result[r] = Ee(o);
|
|
1700
1761
|
break;
|
|
1701
1762
|
case s.getBankCardData:
|
|
1702
|
-
n.result[r] =
|
|
1763
|
+
n.result[r] = He(
|
|
1703
1764
|
o
|
|
1704
1765
|
);
|
|
1705
1766
|
break;
|
|
1706
1767
|
case s.withdrawalGet:
|
|
1707
|
-
n.result[r] =
|
|
1768
|
+
n.result[r] = Je(o);
|
|
1708
1769
|
break;
|
|
1709
1770
|
case s.addBankCard:
|
|
1710
|
-
n.result[r] =
|
|
1771
|
+
n.result[r] = Ae(o);
|
|
1711
1772
|
break;
|
|
1712
1773
|
case s.transactionReport:
|
|
1713
|
-
n.result[r] =
|
|
1774
|
+
n.result[r] = Ye(
|
|
1714
1775
|
o
|
|
1715
1776
|
);
|
|
1716
1777
|
break;
|
|
1717
1778
|
case s.changePassword:
|
|
1718
|
-
n.result[r] =
|
|
1779
|
+
n.result[r] = Qe(o);
|
|
1719
1780
|
break;
|
|
1720
1781
|
case s.wallet:
|
|
1721
|
-
n.result[r] =
|
|
1782
|
+
n.result[r] = Xe(o);
|
|
1722
1783
|
break;
|
|
1723
1784
|
case s.getEventList:
|
|
1724
|
-
n.result[r] =
|
|
1785
|
+
n.result[r] = Ze(o);
|
|
1725
1786
|
break;
|
|
1726
1787
|
case s.getEventToken:
|
|
1727
|
-
n.result[r] =
|
|
1788
|
+
n.result[r] = et(o);
|
|
1728
1789
|
break;
|
|
1729
1790
|
case s.getExtraGame:
|
|
1730
|
-
n.result[r] =
|
|
1791
|
+
n.result[r] = tt(o);
|
|
1731
1792
|
break;
|
|
1732
1793
|
case s.mailBox:
|
|
1733
|
-
n.result[r] =
|
|
1794
|
+
n.result[r] = at(o);
|
|
1734
1795
|
break;
|
|
1735
1796
|
case s.fishGameList:
|
|
1736
|
-
n.result[r] =
|
|
1797
|
+
n.result[r] = nt(o);
|
|
1737
1798
|
break;
|
|
1738
1799
|
case s.slotGameList:
|
|
1739
|
-
n.result[r] =
|
|
1800
|
+
n.result[r] = ot(o);
|
|
1740
1801
|
break;
|
|
1741
1802
|
case s.getTurnOverRewardData:
|
|
1742
|
-
n.result[r] =
|
|
1803
|
+
n.result[r] = rt(
|
|
1743
1804
|
o
|
|
1744
1805
|
);
|
|
1745
1806
|
break;
|
|
1746
1807
|
case s.getTurnOverRewardReport:
|
|
1747
|
-
n.result[r] =
|
|
1808
|
+
n.result[r] = st(
|
|
1748
1809
|
o
|
|
1749
1810
|
);
|
|
1750
1811
|
break;
|
|
1751
1812
|
case s.getInviteRewardData:
|
|
1752
|
-
n.result[r] =
|
|
1813
|
+
n.result[r] = it(
|
|
1753
1814
|
o
|
|
1754
1815
|
);
|
|
1755
1816
|
break;
|
|
1756
1817
|
case s.getInviteRewardReport:
|
|
1757
|
-
n.result[r] =
|
|
1818
|
+
n.result[r] = lt(
|
|
1758
1819
|
o
|
|
1759
1820
|
);
|
|
1760
1821
|
break;
|
|
1761
1822
|
case s.getTopupRewardData:
|
|
1762
|
-
n.result[r] =
|
|
1823
|
+
n.result[r] = ut(
|
|
1763
1824
|
o
|
|
1764
1825
|
);
|
|
1765
1826
|
break;
|
|
1766
1827
|
case s.getTopupRewardReport:
|
|
1767
|
-
n.result[r] =
|
|
1828
|
+
n.result[r] = dt(
|
|
1768
1829
|
o
|
|
1769
1830
|
);
|
|
1770
1831
|
break;
|
|
1771
1832
|
case s.getRewardReferral:
|
|
1772
|
-
n.result[r] =
|
|
1833
|
+
n.result[r] = ct(
|
|
1773
1834
|
o
|
|
1774
1835
|
);
|
|
1775
1836
|
break;
|
|
1776
1837
|
case s.submitWithdrawValidate:
|
|
1777
|
-
n.result[r] =
|
|
1838
|
+
n.result[r] = Q(o);
|
|
1778
1839
|
break;
|
|
1779
1840
|
case s.getDepositPromotion:
|
|
1780
|
-
n.result[r] =
|
|
1841
|
+
n.result[r] = mt(
|
|
1781
1842
|
o
|
|
1782
1843
|
);
|
|
1783
1844
|
break;
|
|
1784
1845
|
case s.getTopUpRewardClaim:
|
|
1785
|
-
n.result[r] =
|
|
1846
|
+
n.result[r] = pt(
|
|
1786
1847
|
o
|
|
1787
1848
|
);
|
|
1788
1849
|
break;
|
|
1789
1850
|
case s.getInviteRewardClaim:
|
|
1790
|
-
n.result[r] =
|
|
1851
|
+
n.result[r] = gt(
|
|
1791
1852
|
o
|
|
1792
1853
|
);
|
|
1793
1854
|
break;
|
|
1794
1855
|
case s.getTurnOverRewardClaim:
|
|
1795
|
-
n.result[r] =
|
|
1856
|
+
n.result[r] = bt(
|
|
1796
1857
|
o
|
|
1797
1858
|
);
|
|
1798
1859
|
break;
|
|
1799
1860
|
case s.getInviteRewardSetting:
|
|
1800
|
-
n.result[r] =
|
|
1861
|
+
n.result[r] = ft(
|
|
1801
1862
|
o
|
|
1802
1863
|
);
|
|
1803
1864
|
break;
|
|
1804
1865
|
case s.getTurnOverRewardSetting:
|
|
1805
|
-
n.result[r] =
|
|
1866
|
+
n.result[r] = yt(
|
|
1806
1867
|
o
|
|
1807
1868
|
);
|
|
1808
1869
|
break;
|
|
1809
1870
|
case s.getTopUpRewardSetting:
|
|
1810
|
-
n.result[r] =
|
|
1871
|
+
n.result[r] = _t(
|
|
1811
1872
|
o
|
|
1812
1873
|
);
|
|
1813
1874
|
break;
|
|
1814
1875
|
case s.requestForgetPassword:
|
|
1815
|
-
n.result[r] =
|
|
1876
|
+
n.result[r] = vt(
|
|
1816
1877
|
o
|
|
1817
1878
|
);
|
|
1818
1879
|
break;
|
|
1819
1880
|
case s.submitForgetPassword:
|
|
1820
|
-
n.result[r] =
|
|
1881
|
+
n.result[r] = ht(
|
|
1821
1882
|
o
|
|
1822
1883
|
);
|
|
1823
1884
|
break;
|
|
1824
1885
|
case s.getImage:
|
|
1825
|
-
n.result[r] =
|
|
1886
|
+
n.result[r] = Tt(o);
|
|
1826
1887
|
break;
|
|
1827
1888
|
case s.getDepositValidate:
|
|
1828
|
-
n.result[r] =
|
|
1889
|
+
n.result[r] = K(o);
|
|
1829
1890
|
break;
|
|
1830
1891
|
case s.getWithdrawValidate:
|
|
1831
|
-
n.result[r] =
|
|
1892
|
+
n.result[r] = K(o);
|
|
1832
1893
|
break;
|
|
1833
1894
|
case s.getTransferCreditValidate:
|
|
1834
|
-
n.result[r] =
|
|
1895
|
+
n.result[r] = K(o);
|
|
1835
1896
|
break;
|
|
1836
1897
|
case s.updateProfilePicture:
|
|
1837
|
-
n.result[r] =
|
|
1898
|
+
n.result[r] = St(
|
|
1838
1899
|
o
|
|
1839
1900
|
);
|
|
1840
1901
|
break;
|
|
1841
1902
|
case s.readMail:
|
|
1842
|
-
n.result[r] =
|
|
1903
|
+
n.result[r] = kt(o);
|
|
1843
1904
|
break;
|
|
1844
1905
|
case s.checkRedPacketValidate:
|
|
1845
|
-
n.result[r] =
|
|
1906
|
+
n.result[r] = Pt(
|
|
1846
1907
|
o
|
|
1847
1908
|
);
|
|
1848
1909
|
break;
|
|
1849
1910
|
case s.requestTacCode:
|
|
1850
|
-
n.result[r] =
|
|
1911
|
+
n.result[r] = Ot(o);
|
|
1851
1912
|
break;
|
|
1852
1913
|
case s.getUsernameByRefer:
|
|
1853
|
-
n.result[r] =
|
|
1914
|
+
n.result[r] = Mt(
|
|
1854
1915
|
o
|
|
1855
1916
|
);
|
|
1856
1917
|
break;
|
|
1857
1918
|
case s.applyPromo:
|
|
1858
|
-
n.result[r] =
|
|
1919
|
+
n.result[r] = jt(o);
|
|
1859
1920
|
break;
|
|
1860
1921
|
case s.applyRedPacket:
|
|
1861
|
-
n.result[r] =
|
|
1922
|
+
n.result[r] = xt(o);
|
|
1862
1923
|
break;
|
|
1863
1924
|
case s.applySignIn:
|
|
1864
|
-
n.result[r] =
|
|
1925
|
+
n.result[r] = Dt(o);
|
|
1865
1926
|
break;
|
|
1866
1927
|
case s.getCountry:
|
|
1867
|
-
n.result[r] =
|
|
1928
|
+
n.result[r] = Ct(o);
|
|
1868
1929
|
break;
|
|
1869
1930
|
case s.submitGiftCode:
|
|
1870
|
-
n.result[r] =
|
|
1931
|
+
n.result[r] = It(o);
|
|
1871
1932
|
break;
|
|
1872
1933
|
case s.playGame:
|
|
1873
|
-
n.result[r] =
|
|
1934
|
+
n.result[r] = Ft(o);
|
|
1874
1935
|
break;
|
|
1875
1936
|
case s.transferToMain:
|
|
1876
|
-
n.result[r] =
|
|
1937
|
+
n.result[r] = Lt(o);
|
|
1877
1938
|
break;
|
|
1878
1939
|
case s.transferProcess:
|
|
1879
|
-
n.result[r] =
|
|
1940
|
+
n.result[r] = Gt(
|
|
1880
1941
|
o
|
|
1881
1942
|
);
|
|
1882
1943
|
break;
|
|
1883
1944
|
case s.submitDepositValidate:
|
|
1884
|
-
n.result[r] =
|
|
1945
|
+
n.result[r] = Q(o);
|
|
1885
1946
|
break;
|
|
1886
1947
|
case s.submitTransferCreditValidate:
|
|
1887
|
-
n.result[r] =
|
|
1948
|
+
n.result[r] = Q(o);
|
|
1888
1949
|
break;
|
|
1889
1950
|
case s.checkTransferCredit:
|
|
1890
|
-
n.result[r] =
|
|
1951
|
+
n.result[r] = wt(
|
|
1891
1952
|
o
|
|
1892
1953
|
);
|
|
1893
1954
|
break;
|
|
1894
1955
|
case s.friendList:
|
|
1895
|
-
n.result[r] =
|
|
1956
|
+
n.result[r] = zt(o);
|
|
1896
1957
|
break;
|
|
1897
1958
|
case s.friendListEdit:
|
|
1898
|
-
n.result[r] =
|
|
1959
|
+
n.result[r] = Nt(o);
|
|
1899
1960
|
break;
|
|
1900
1961
|
case s.getActivePP:
|
|
1901
|
-
n.result[r] =
|
|
1962
|
+
n.result[r] = Ut(o);
|
|
1902
1963
|
break;
|
|
1903
1964
|
case s.getActiveProduct:
|
|
1904
|
-
n.result[r] =
|
|
1965
|
+
n.result[r] = Bt(
|
|
1905
1966
|
o
|
|
1906
1967
|
);
|
|
1907
1968
|
break;
|
|
1908
1969
|
case s.requestWithdrawTac:
|
|
1909
|
-
n.result[r] =
|
|
1970
|
+
n.result[r] = qt(
|
|
1910
1971
|
o
|
|
1911
1972
|
);
|
|
1912
1973
|
break;
|
|
1913
1974
|
case s.requestWithdrawalCode:
|
|
1914
|
-
n.result[r] =
|
|
1975
|
+
n.result[r] = Wt(
|
|
1915
1976
|
o
|
|
1916
1977
|
);
|
|
1917
1978
|
break;
|
|
1918
1979
|
case s.commissionWithdraw:
|
|
1919
|
-
n.result[r] =
|
|
1980
|
+
n.result[r] = Vt(
|
|
1920
1981
|
o
|
|
1921
1982
|
);
|
|
1922
1983
|
break;
|
|
1923
1984
|
case s.submitWithdrawalCode:
|
|
1924
|
-
n.result[r] =
|
|
1985
|
+
n.result[r] = $t(
|
|
1925
1986
|
o
|
|
1926
1987
|
);
|
|
1927
1988
|
break;
|
|
1928
1989
|
case s.submitCryptoAccount:
|
|
1929
|
-
n.result[r] =
|
|
1990
|
+
n.result[r] = Et(
|
|
1930
1991
|
o
|
|
1931
1992
|
);
|
|
1932
1993
|
break;
|
|
1933
1994
|
case s.requestTransferMoney:
|
|
1934
|
-
n.result[r] =
|
|
1995
|
+
n.result[r] = Ht(
|
|
1935
1996
|
o
|
|
1936
1997
|
);
|
|
1937
1998
|
break;
|
|
1938
1999
|
case s.submitTransferMoney:
|
|
1939
|
-
n.result[r] =
|
|
2000
|
+
n.result[r] = Jt(
|
|
1940
2001
|
o
|
|
1941
2002
|
);
|
|
1942
2003
|
break;
|
|
1943
2004
|
case s.requestUpdateMobileTacCode:
|
|
1944
|
-
n.result[r] =
|
|
2005
|
+
n.result[r] = At(
|
|
1945
2006
|
o
|
|
1946
2007
|
);
|
|
1947
2008
|
break;
|
|
1948
2009
|
case s.submitUpdateMobileTacCode:
|
|
1949
|
-
n.result[r] =
|
|
2010
|
+
n.result[r] = Yt(
|
|
1950
2011
|
o
|
|
1951
2012
|
);
|
|
1952
2013
|
break;
|
|
1953
2014
|
case s.getVerifyPromo:
|
|
1954
|
-
n.result[r] =
|
|
2015
|
+
n.result[r] = Kt(o);
|
|
1955
2016
|
break;
|
|
1956
2017
|
case s.signInViewInfo:
|
|
1957
|
-
n.result[r] =
|
|
2018
|
+
n.result[r] = Qt(o);
|
|
1958
2019
|
break;
|
|
1959
2020
|
case s.signInRecord:
|
|
1960
|
-
n.result[r] =
|
|
2021
|
+
n.result[r] = Xt(o);
|
|
1961
2022
|
break;
|
|
1962
2023
|
case s.referralProfile:
|
|
1963
|
-
n.result[r] =
|
|
2024
|
+
n.result[r] = Zt(
|
|
1964
2025
|
o
|
|
1965
2026
|
);
|
|
1966
2027
|
break;
|
|
1967
2028
|
case s.referralMemberProfile:
|
|
1968
|
-
n.result[r] =
|
|
2029
|
+
n.result[r] = ea(
|
|
1969
2030
|
o
|
|
1970
2031
|
);
|
|
1971
2032
|
break;
|
|
1972
2033
|
case s.registerAction:
|
|
1973
|
-
n.result[r] =
|
|
2034
|
+
n.result[r] = ta(o);
|
|
1974
2035
|
break;
|
|
1975
2036
|
case s.transferReport:
|
|
1976
|
-
n.result[r] =
|
|
2037
|
+
n.result[r] = aa(o);
|
|
1977
2038
|
break;
|
|
1978
2039
|
case s.agTransferCreditReport:
|
|
1979
|
-
n.result[r] =
|
|
2040
|
+
n.result[r] = na(
|
|
1980
2041
|
o
|
|
1981
2042
|
);
|
|
1982
2043
|
break;
|
|
1983
2044
|
case s.betReport:
|
|
1984
|
-
n.result[r] =
|
|
2045
|
+
n.result[r] = oa(o);
|
|
1985
2046
|
break;
|
|
1986
2047
|
case s.getTwoFactorAuthenticate:
|
|
1987
|
-
n.result[r] =
|
|
2048
|
+
n.result[r] = ra(
|
|
1988
2049
|
o
|
|
1989
2050
|
);
|
|
1990
2051
|
break;
|
|
1991
2052
|
case s.submitTwoFactorAuthenticate:
|
|
1992
|
-
n.result[r] =
|
|
2053
|
+
n.result[r] = sa(
|
|
1993
2054
|
o
|
|
1994
2055
|
);
|
|
1995
2056
|
break;
|
|
1996
2057
|
case s.getUserDeviceList:
|
|
1997
|
-
n.result[r] =
|
|
2058
|
+
n.result[r] = ia(
|
|
1998
2059
|
o
|
|
1999
2060
|
);
|
|
2000
2061
|
break;
|
|
2001
2062
|
case s.unbindUserDevice:
|
|
2002
|
-
n.result[r] =
|
|
2063
|
+
n.result[r] = la(
|
|
2003
2064
|
o
|
|
2004
2065
|
);
|
|
2005
2066
|
break;
|
|
2006
2067
|
case s.searchNumberHistory:
|
|
2007
|
-
n.result[r] =
|
|
2068
|
+
n.result[r] = ua(
|
|
2008
2069
|
o
|
|
2009
2070
|
);
|
|
2010
2071
|
break;
|
|
2011
2072
|
case s.changeWithdrawalCode:
|
|
2012
|
-
n.result[r] =
|
|
2073
|
+
n.result[r] = da(
|
|
2013
2074
|
o
|
|
2014
2075
|
);
|
|
2015
2076
|
break;
|
|
2016
2077
|
case s.checkRedPacketToken:
|
|
2017
|
-
n.result[r] =
|
|
2078
|
+
n.result[r] = ca(
|
|
2018
2079
|
o
|
|
2019
2080
|
);
|
|
2020
2081
|
break;
|
|
2021
2082
|
case s.submitWithdrawalAlipay:
|
|
2022
|
-
n.result[r] =
|
|
2083
|
+
n.result[r] = ma(
|
|
2023
2084
|
o
|
|
2024
2085
|
);
|
|
2025
2086
|
break;
|
|
2026
2087
|
case s.applyReliefFund:
|
|
2027
|
-
n.result[r] =
|
|
2088
|
+
n.result[r] = ga(
|
|
2028
2089
|
o
|
|
2029
2090
|
);
|
|
2030
2091
|
break;
|
|
2031
2092
|
case s.getReliefFundData:
|
|
2032
|
-
n.result[r] =
|
|
2093
|
+
n.result[r] = ba(
|
|
2033
2094
|
o
|
|
2034
2095
|
);
|
|
2035
2096
|
break;
|
|
2036
2097
|
case s.getReliefFundReport:
|
|
2037
|
-
n.result[r] =
|
|
2098
|
+
n.result[r] = fa(
|
|
2038
2099
|
o
|
|
2039
2100
|
);
|
|
2040
2101
|
break;
|
|
2041
2102
|
case s.getWeekCardClaim:
|
|
2042
|
-
n.result[r] =
|
|
2103
|
+
n.result[r] = ya(
|
|
2043
2104
|
o
|
|
2044
2105
|
);
|
|
2045
2106
|
break;
|
|
2046
2107
|
case s.getWeekCardData:
|
|
2047
|
-
n.result[r] =
|
|
2108
|
+
n.result[r] = _a(
|
|
2048
2109
|
o
|
|
2049
2110
|
);
|
|
2050
2111
|
break;
|
|
2051
2112
|
case s.applyWeekCard:
|
|
2052
|
-
n.result[r] =
|
|
2113
|
+
n.result[r] = va(o);
|
|
2053
2114
|
break;
|
|
2054
2115
|
case s.transferSetting:
|
|
2055
|
-
n.result[r] =
|
|
2116
|
+
n.result[r] = ha(
|
|
2056
2117
|
o
|
|
2057
2118
|
);
|
|
2058
2119
|
break;
|
|
2059
2120
|
case s.transfer:
|
|
2060
|
-
n.result[r] =
|
|
2121
|
+
n.result[r] = Ta(o);
|
|
2061
2122
|
break;
|
|
2062
2123
|
case s.getIncentiveData:
|
|
2063
|
-
n.result[r] =
|
|
2124
|
+
n.result[r] = Ra(
|
|
2064
2125
|
o
|
|
2065
2126
|
);
|
|
2066
2127
|
break;
|
|
2067
2128
|
case s.getIncentiveRebate:
|
|
2068
|
-
n.result[r] =
|
|
2129
|
+
n.result[r] = Sa(
|
|
2069
2130
|
o
|
|
2070
2131
|
);
|
|
2071
2132
|
break;
|
|
2072
2133
|
case s.claimIncentiveRebate:
|
|
2073
|
-
n.result[r] =
|
|
2134
|
+
n.result[r] = ka(
|
|
2135
|
+
o
|
|
2136
|
+
);
|
|
2137
|
+
break;
|
|
2138
|
+
case s.getMissionData:
|
|
2139
|
+
n.result[r] = Oa(o);
|
|
2140
|
+
break;
|
|
2141
|
+
case s.getMissionClaim:
|
|
2142
|
+
n.result[r] = ja(
|
|
2074
2143
|
o
|
|
2075
2144
|
);
|
|
2076
2145
|
break;
|
|
2077
2146
|
case s.registerForm:
|
|
2078
|
-
n.result[r] =
|
|
2147
|
+
n.result[r] = xa(o);
|
|
2079
2148
|
break;
|
|
2080
2149
|
case s.getFavouriteGame:
|
|
2081
|
-
n.result[r] =
|
|
2150
|
+
n.result[r] = Da(
|
|
2082
2151
|
o
|
|
2083
2152
|
);
|
|
2084
2153
|
break;
|
|
2085
2154
|
case s.updateFavouriteGame:
|
|
2086
|
-
n.result[r] =
|
|
2155
|
+
n.result[r] = Ca(
|
|
2087
2156
|
o
|
|
2088
2157
|
);
|
|
2089
2158
|
break;
|
|
2090
2159
|
case s.requestForgetUsername:
|
|
2091
|
-
n.result[r] =
|
|
2160
|
+
n.result[r] = Ia(
|
|
2092
2161
|
o
|
|
2093
2162
|
);
|
|
2094
2163
|
break;
|
|
2095
2164
|
case s.submitForgetUsername:
|
|
2096
|
-
n.result[r] =
|
|
2165
|
+
n.result[r] = Fa(
|
|
2097
2166
|
o
|
|
2098
2167
|
);
|
|
2099
2168
|
break;
|
|
@@ -2113,31 +2182,31 @@ const ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2113
2182
|
if (s.vipList in n.result && ((u = n.result) != null && u.vipList)) {
|
|
2114
2183
|
const c = n.result.vipList;
|
|
2115
2184
|
let y = 4;
|
|
2116
|
-
if (s.getSetting in n.result && ((
|
|
2117
|
-
if ((
|
|
2185
|
+
if (s.getSetting in n.result && ((i = n.result) != null && i.getSetting && (y = n.result.getSetting.vipCalculation), delete n.result.getSetting), s.vipStatus in n.result) {
|
|
2186
|
+
if ((l = n.result) != null && l.vipStatus) {
|
|
2118
2187
|
const r = n.result.vipStatus, {
|
|
2119
2188
|
current_grade_id: o,
|
|
2120
2189
|
current_deposit: v,
|
|
2121
2190
|
current_turnover: k,
|
|
2122
2191
|
percentage: P
|
|
2123
|
-
} = r,
|
|
2124
|
-
c.list = c.list.map((j,
|
|
2125
|
-
const
|
|
2126
|
-
let
|
|
2127
|
-
return
|
|
2192
|
+
} = r, G = c.list.findIndex((j) => j.id === o);
|
|
2193
|
+
c.list = c.list.map((j, w) => {
|
|
2194
|
+
const z = w === G;
|
|
2195
|
+
let C = "0", f = "0", W = 0;
|
|
2196
|
+
return z ? (C = `${Math.min(Number(v), Number(j.deposit.total))}`, f = `${Math.min(Number(k), Number(j.turnover.total))}`, W = P) : w < G ? (C = j.deposit.total, f = j.turnover.total, W = 1) : w > G && (C = "0.00", f = "0.00", W = 0), {
|
|
2128
2197
|
...j,
|
|
2129
|
-
is_current_level:
|
|
2198
|
+
is_current_level: z,
|
|
2130
2199
|
deposit: {
|
|
2131
2200
|
...j.deposit,
|
|
2132
2201
|
isShow: y === 1 || y === 3 || y === 4,
|
|
2133
|
-
current:
|
|
2202
|
+
current: C
|
|
2134
2203
|
},
|
|
2135
2204
|
turnover: {
|
|
2136
2205
|
...j.turnover,
|
|
2137
2206
|
isShow: y === 2 || y === 3 || y === 4,
|
|
2138
2207
|
current: f
|
|
2139
2208
|
},
|
|
2140
|
-
percentage:
|
|
2209
|
+
percentage: W
|
|
2141
2210
|
};
|
|
2142
2211
|
});
|
|
2143
2212
|
}
|
|
@@ -2145,21 +2214,21 @@ const ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2145
2214
|
}
|
|
2146
2215
|
if (s.vipBonus in n.result) {
|
|
2147
2216
|
if ((d = n.result) != null && d.vipBonus) {
|
|
2148
|
-
const r = n.result.vipBonus, o = c.list.find((
|
|
2217
|
+
const r = n.result.vipBonus, o = c.list.find((W) => W.is_current_level == !0), v = Number(o == null ? void 0 : o.benefit_list.daily.bonus) ?? 0, k = Number(o == null ? void 0 : o.benefit_list.weekly.bonus) ?? 0, P = Number(o == null ? void 0 : o.benefit_list.monthly.bonus) ?? 0;
|
|
2149
2218
|
c.bonus.day.isClaimable = r.day.isClaimable;
|
|
2150
|
-
const { dayRemainingTime:
|
|
2219
|
+
const { dayRemainingTime: G, dayProgressPercentage: j } = be();
|
|
2151
2220
|
c.bonus.day.timestamp = {
|
|
2152
|
-
current: !r.day.isClaimable && v > 0 ?
|
|
2221
|
+
current: !r.day.isClaimable && v > 0 ? G : 0,
|
|
2153
2222
|
percentage: j
|
|
2154
2223
|
}, c.bonus.week.isClaimable = r.week.isClaimable;
|
|
2155
|
-
const { weekRemainingTime:
|
|
2224
|
+
const { weekRemainingTime: w, weekProgressPercentage: z } = ge();
|
|
2156
2225
|
c.bonus.week.timestamp = {
|
|
2157
|
-
current: !r.week.isClaimable && k > 0 ?
|
|
2158
|
-
percentage:
|
|
2226
|
+
current: !r.week.isClaimable && k > 0 ? w : 0,
|
|
2227
|
+
percentage: z
|
|
2159
2228
|
}, c.bonus.month.isClaimable = r.month.isClaimable;
|
|
2160
|
-
const { monthRemainingTime:
|
|
2229
|
+
const { monthRemainingTime: C, monthProgressPercentage: f } = pe();
|
|
2161
2230
|
c.bonus.month.timestamp = {
|
|
2162
|
-
current: !r.month.isClaimable && P > 0 ?
|
|
2231
|
+
current: !r.month.isClaimable && P > 0 ? C : 0,
|
|
2163
2232
|
percentage: f
|
|
2164
2233
|
};
|
|
2165
2234
|
}
|
|
@@ -2197,11 +2266,11 @@ const ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2197
2266
|
code: "",
|
|
2198
2267
|
value: c.list.map((f) => f.benefit_list.monthly.bonus)
|
|
2199
2268
|
});
|
|
2200
|
-
const
|
|
2269
|
+
const G = r.findIndex(
|
|
2201
2270
|
(f) => f.fieldName == "monthly_bonus_multiply"
|
|
2202
2271
|
);
|
|
2203
|
-
|
|
2204
|
-
name: r[
|
|
2272
|
+
G > -1 && o.push({
|
|
2273
|
+
name: r[G].showName,
|
|
2205
2274
|
code: "",
|
|
2206
2275
|
value: c.list.map((f) => f.benefit_list.monthly.turnover)
|
|
2207
2276
|
});
|
|
@@ -2213,27 +2282,27 @@ const ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2213
2282
|
code: "",
|
|
2214
2283
|
value: c.list.map((f) => f.benefit_list.weekly.bonus)
|
|
2215
2284
|
});
|
|
2216
|
-
const
|
|
2285
|
+
const w = r.findIndex(
|
|
2217
2286
|
(f) => f.fieldName == "weekly_bonus_multiply"
|
|
2218
2287
|
);
|
|
2219
|
-
|
|
2220
|
-
name: r[
|
|
2288
|
+
w > -1 && o.push({
|
|
2289
|
+
name: r[w].showName,
|
|
2221
2290
|
code: "",
|
|
2222
2291
|
value: c.list.map((f) => f.benefit_list.weekly.turnover)
|
|
2223
2292
|
});
|
|
2224
|
-
const
|
|
2293
|
+
const z = r.findIndex(
|
|
2225
2294
|
(f) => f.fieldName == "daily_bonus"
|
|
2226
2295
|
);
|
|
2227
|
-
c.bonus.day.isShow =
|
|
2228
|
-
name: r[
|
|
2296
|
+
c.bonus.day.isShow = z > -1, z > -1 && o.push({
|
|
2297
|
+
name: r[z].showName,
|
|
2229
2298
|
code: "",
|
|
2230
2299
|
value: c.list.map((f) => f.benefit_list.daily.bonus)
|
|
2231
2300
|
});
|
|
2232
|
-
const
|
|
2301
|
+
const C = r.findIndex(
|
|
2233
2302
|
(f) => f.fieldName == "daily_bonus_multiply"
|
|
2234
2303
|
);
|
|
2235
|
-
|
|
2236
|
-
name: r[
|
|
2304
|
+
C > -1 && o.push({
|
|
2305
|
+
name: r[C].showName,
|
|
2237
2306
|
code: "",
|
|
2238
2307
|
value: c.list.map((f) => f.benefit_list.daily.turnover)
|
|
2239
2308
|
}), (y === 1 || y === 3 || y === 4) && o.push({
|
|
@@ -2353,21 +2422,21 @@ const ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2353
2422
|
n.result.getCompany = c;
|
|
2354
2423
|
}
|
|
2355
2424
|
return n;
|
|
2356
|
-
} catch (
|
|
2357
|
-
return
|
|
2358
|
-
status: ((M =
|
|
2359
|
-
message: JSON.stringify((
|
|
2425
|
+
} catch (x) {
|
|
2426
|
+
return le.isAxiosError(x) ? {
|
|
2427
|
+
status: ((M = x.response) == null ? void 0 : M.status) || 600,
|
|
2428
|
+
message: JSON.stringify((F = x.response) == null ? void 0 : F.data),
|
|
2360
2429
|
result: {}
|
|
2361
|
-
} : (console.error(
|
|
2362
|
-
status:
|
|
2363
|
-
message:
|
|
2430
|
+
} : (console.error(x), {
|
|
2431
|
+
status: x.status || 500,
|
|
2432
|
+
message: x.message,
|
|
2364
2433
|
result: {}
|
|
2365
2434
|
});
|
|
2366
2435
|
}
|
|
2367
|
-
},
|
|
2436
|
+
}, Ga = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2368
2437
|
__proto__: null,
|
|
2369
|
-
post:
|
|
2370
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2438
|
+
post: La
|
|
2439
|
+
}, Symbol.toStringTag, { value: "Module" })), wa = async (e, t) => {
|
|
2371
2440
|
let a = {
|
|
2372
2441
|
status: 200,
|
|
2373
2442
|
message: "",
|
|
@@ -2377,7 +2446,7 @@ const ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2377
2446
|
a = {
|
|
2378
2447
|
status: 200,
|
|
2379
2448
|
message: "",
|
|
2380
|
-
accessToken: (await
|
|
2449
|
+
accessToken: (await N.post("/auth/sesh", {
|
|
2381
2450
|
usr: e,
|
|
2382
2451
|
pwd: t
|
|
2383
2452
|
})).data.access_token
|
|
@@ -2390,44 +2459,44 @@ const ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2390
2459
|
};
|
|
2391
2460
|
}
|
|
2392
2461
|
return a;
|
|
2393
|
-
},
|
|
2394
|
-
let
|
|
2462
|
+
}, za = async (e, t, a, u, i) => {
|
|
2463
|
+
let l = {
|
|
2395
2464
|
status: 200,
|
|
2396
2465
|
message: "",
|
|
2397
2466
|
accessToken: ""
|
|
2398
2467
|
};
|
|
2399
2468
|
try {
|
|
2400
|
-
const m = (await
|
|
2469
|
+
const m = (await N.post("/auth/jwt", {
|
|
2401
2470
|
os: e,
|
|
2402
2471
|
usr: t,
|
|
2403
2472
|
pwd: a,
|
|
2404
2473
|
mobileno: u,
|
|
2405
|
-
type:
|
|
2474
|
+
type: i
|
|
2406
2475
|
})).data;
|
|
2407
|
-
|
|
2476
|
+
l.status === 200 && (l = {
|
|
2408
2477
|
status: 200,
|
|
2409
2478
|
message: "",
|
|
2410
2479
|
accessToken: m.access_token
|
|
2411
2480
|
});
|
|
2412
2481
|
} catch (d) {
|
|
2413
|
-
|
|
2482
|
+
l = {
|
|
2414
2483
|
status: d.status || 500,
|
|
2415
2484
|
message: d.message,
|
|
2416
2485
|
accessToken: ""
|
|
2417
2486
|
};
|
|
2418
2487
|
}
|
|
2419
|
-
return
|
|
2420
|
-
},
|
|
2488
|
+
return l;
|
|
2489
|
+
}, Na = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2421
2490
|
__proto__: null,
|
|
2422
|
-
call:
|
|
2423
|
-
|
|
2424
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2491
|
+
call: wa,
|
|
2492
|
+
newCall: za
|
|
2493
|
+
}, Symbol.toStringTag, { value: "Module" })), Ua = async () => {
|
|
2425
2494
|
let e = {
|
|
2426
2495
|
status: 200,
|
|
2427
2496
|
message: ""
|
|
2428
2497
|
};
|
|
2429
2498
|
try {
|
|
2430
|
-
await
|
|
2499
|
+
await N.post("/auth/sesh/logout");
|
|
2431
2500
|
} catch (t) {
|
|
2432
2501
|
e = {
|
|
2433
2502
|
status: t.status || 500,
|
|
@@ -2435,10 +2504,10 @@ const ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2435
2504
|
};
|
|
2436
2505
|
}
|
|
2437
2506
|
return e;
|
|
2438
|
-
},
|
|
2507
|
+
}, Ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2439
2508
|
__proto__: null,
|
|
2440
|
-
call:
|
|
2441
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2509
|
+
call: Ua
|
|
2510
|
+
}, Symbol.toStringTag, { value: "Module" })), oe = {
|
|
2442
2511
|
data: {
|
|
2443
2512
|
status: !1,
|
|
2444
2513
|
message: "",
|
|
@@ -2448,14 +2517,14 @@ const ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2448
2517
|
accountId: 0
|
|
2449
2518
|
}
|
|
2450
2519
|
}
|
|
2451
|
-
},
|
|
2520
|
+
}, qa = async () => {
|
|
2452
2521
|
let e = {
|
|
2453
2522
|
status: 200,
|
|
2454
2523
|
message: "",
|
|
2455
|
-
...
|
|
2524
|
+
...oe
|
|
2456
2525
|
};
|
|
2457
2526
|
try {
|
|
2458
|
-
const a = (await
|
|
2527
|
+
const a = (await N.get("/autoregister")).data;
|
|
2459
2528
|
e.data = {
|
|
2460
2529
|
status: a.status == 1,
|
|
2461
2530
|
message: a.message ?? "",
|
|
@@ -2469,79 +2538,63 @@ const ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2469
2538
|
e = {
|
|
2470
2539
|
status: t.status || 500,
|
|
2471
2540
|
message: t.message,
|
|
2472
|
-
...
|
|
2541
|
+
...oe
|
|
2473
2542
|
};
|
|
2474
2543
|
}
|
|
2475
2544
|
return e;
|
|
2476
|
-
},
|
|
2545
|
+
}, Wa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2477
2546
|
__proto__: null,
|
|
2478
|
-
call:
|
|
2479
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2547
|
+
call: qa
|
|
2548
|
+
}, Symbol.toStringTag, { value: "Module" })), re = {
|
|
2480
2549
|
data: {
|
|
2481
2550
|
status: !1,
|
|
2482
2551
|
message: ""
|
|
2483
2552
|
}
|
|
2484
|
-
},
|
|
2553
|
+
}, Va = async (e, t) => {
|
|
2485
2554
|
let a = {
|
|
2486
2555
|
status: 200,
|
|
2487
2556
|
message: "",
|
|
2488
|
-
...
|
|
2557
|
+
...re
|
|
2489
2558
|
};
|
|
2490
2559
|
try {
|
|
2491
|
-
const u = await
|
|
2560
|
+
const u = await N.post("/setlocale", {
|
|
2492
2561
|
language: e,
|
|
2493
2562
|
udid: t ?? ""
|
|
2494
|
-
}),
|
|
2563
|
+
}), i = JSON.parse(
|
|
2495
2564
|
atob(u.data.responses[0].attributes)
|
|
2496
2565
|
);
|
|
2497
2566
|
a.data = {
|
|
2498
|
-
status:
|
|
2499
|
-
message:
|
|
2567
|
+
status: i.status == 1,
|
|
2568
|
+
message: i.message ?? ""
|
|
2500
2569
|
};
|
|
2501
2570
|
} catch (u) {
|
|
2502
2571
|
a = {
|
|
2503
2572
|
status: u.status || 500,
|
|
2504
2573
|
message: u.message,
|
|
2505
|
-
...
|
|
2574
|
+
...re
|
|
2506
2575
|
};
|
|
2507
2576
|
}
|
|
2508
2577
|
return a;
|
|
2509
|
-
},
|
|
2578
|
+
}, $a = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2510
2579
|
__proto__: null,
|
|
2511
|
-
call:
|
|
2512
|
-
}, Symbol.toStringTag, { value: "Module" })), za = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2513
|
-
__proto__: null
|
|
2514
|
-
}, Symbol.toStringTag, { value: "Module" })), Na = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2515
|
-
__proto__: null
|
|
2516
|
-
}, Symbol.toStringTag, { value: "Module" })), Ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2517
|
-
__proto__: null
|
|
2518
|
-
}, Symbol.toStringTag, { value: "Module" })), Ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2519
|
-
__proto__: null
|
|
2520
|
-
}, Symbol.toStringTag, { value: "Module" })), qa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2521
|
-
__proto__: null
|
|
2522
|
-
}, Symbol.toStringTag, { value: "Module" })), Wa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2523
|
-
__proto__: null
|
|
2524
|
-
}, Symbol.toStringTag, { value: "Module" }));
|
|
2525
|
-
var re = /* @__PURE__ */ ((e) => (e.mobileBanner = "mobileBanner", e.mobileAbout = "mobileAbout", e.mobileAd = "mobileAd", e.about = "about", e))(re || {});
|
|
2526
|
-
const Va = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2527
|
-
__proto__: null,
|
|
2528
|
-
CmsType: re
|
|
2529
|
-
}, Symbol.toStringTag, { value: "Module" })), $a = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2530
|
-
__proto__: null
|
|
2580
|
+
call: Va
|
|
2531
2581
|
}, Symbol.toStringTag, { value: "Module" })), Ea = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2532
2582
|
__proto__: null
|
|
2533
2583
|
}, Symbol.toStringTag, { value: "Module" })), Ha = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2534
2584
|
__proto__: null
|
|
2535
|
-
}, Symbol.toStringTag, { value: "Module" })), Aa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2536
|
-
__proto__: null
|
|
2537
2585
|
}, Symbol.toStringTag, { value: "Module" })), Ja = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2538
2586
|
__proto__: null
|
|
2587
|
+
}, Symbol.toStringTag, { value: "Module" })), Aa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2588
|
+
__proto__: null
|
|
2539
2589
|
}, Symbol.toStringTag, { value: "Module" })), Ya = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2540
2590
|
__proto__: null
|
|
2541
2591
|
}, Symbol.toStringTag, { value: "Module" })), Ka = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2542
2592
|
__proto__: null
|
|
2543
|
-
}, Symbol.toStringTag, { value: "Module" }))
|
|
2544
|
-
|
|
2593
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
2594
|
+
var ue = /* @__PURE__ */ ((e) => (e.mobileBanner = "mobileBanner", e.mobileAbout = "mobileAbout", e.mobileAd = "mobileAd", e.about = "about", e))(ue || {});
|
|
2595
|
+
const Qa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2596
|
+
__proto__: null,
|
|
2597
|
+
CmsType: ue
|
|
2545
2598
|
}, Symbol.toStringTag, { value: "Module" })), Xa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2546
2599
|
__proto__: null
|
|
2547
2600
|
}, Symbol.toStringTag, { value: "Module" })), Za = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -2590,37 +2643,37 @@ const Va = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2590
2643
|
__proto__: null
|
|
2591
2644
|
}, Symbol.toStringTag, { value: "Module" })), Rn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2592
2645
|
__proto__: null
|
|
2593
|
-
}, Symbol.toStringTag, { value: "Module" })), ae = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2594
|
-
__proto__: null
|
|
2595
|
-
}, Symbol.toStringTag, { value: "Module" })), ne = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2596
|
-
__proto__: null
|
|
2597
2646
|
}, Symbol.toStringTag, { value: "Module" })), Sn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2598
2647
|
__proto__: null
|
|
2599
2648
|
}, Symbol.toStringTag, { value: "Module" })), kn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2600
2649
|
__proto__: null
|
|
2601
2650
|
}, Symbol.toStringTag, { value: "Module" })), Pn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2602
2651
|
__proto__: null
|
|
2603
|
-
}, Symbol.toStringTag, { value: "Module" }))
|
|
2604
|
-
|
|
2605
|
-
const On = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2606
|
-
__proto__: null,
|
|
2607
|
-
ImageType: se
|
|
2652
|
+
}, Symbol.toStringTag, { value: "Module" })), On = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2653
|
+
__proto__: null
|
|
2608
2654
|
}, Symbol.toStringTag, { value: "Module" })), Mn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2609
2655
|
__proto__: null
|
|
2610
2656
|
}, Symbol.toStringTag, { value: "Module" })), jn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2611
2657
|
__proto__: null
|
|
2658
|
+
}, Symbol.toStringTag, { value: "Module" })), xn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2659
|
+
__proto__: null
|
|
2612
2660
|
}, Symbol.toStringTag, { value: "Module" })), Dn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2613
2661
|
__proto__: null
|
|
2614
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2662
|
+
}, Symbol.toStringTag, { value: "Module" })), se = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2663
|
+
__proto__: null
|
|
2664
|
+
}, Symbol.toStringTag, { value: "Module" })), ie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2615
2665
|
__proto__: null
|
|
2616
2666
|
}, Symbol.toStringTag, { value: "Module" })), Cn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2617
2667
|
__proto__: null
|
|
2618
2668
|
}, Symbol.toStringTag, { value: "Module" })), In = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2619
2669
|
__proto__: null
|
|
2620
|
-
}, Symbol.toStringTag, { value: "Module" })), Ln = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2621
|
-
__proto__: null
|
|
2622
2670
|
}, Symbol.toStringTag, { value: "Module" })), Fn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2623
2671
|
__proto__: null
|
|
2672
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
2673
|
+
var de = /* @__PURE__ */ ((e) => (e.default = "default", e.online = "online", e.mycard = "mycard", e.qrcode = "qrcode", e.personal = "personal", e))(de || {});
|
|
2674
|
+
const Ln = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2675
|
+
__proto__: null,
|
|
2676
|
+
ImageType: de
|
|
2624
2677
|
}, Symbol.toStringTag, { value: "Module" })), Gn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2625
2678
|
__proto__: null
|
|
2626
2679
|
}, Symbol.toStringTag, { value: "Module" })), wn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -2645,10 +2698,10 @@ const On = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2645
2698
|
__proto__: null
|
|
2646
2699
|
}, Symbol.toStringTag, { value: "Module" })), Hn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2647
2700
|
__proto__: null
|
|
2648
|
-
}, Symbol.toStringTag, { value: "Module" })), An = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2649
|
-
__proto__: null
|
|
2650
2701
|
}, Symbol.toStringTag, { value: "Module" })), Jn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2651
2702
|
__proto__: null
|
|
2703
|
+
}, Symbol.toStringTag, { value: "Module" })), An = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2704
|
+
__proto__: null
|
|
2652
2705
|
}, Symbol.toStringTag, { value: "Module" })), Yn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2653
2706
|
__proto__: null
|
|
2654
2707
|
}, Symbol.toStringTag, { value: "Module" })), Kn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -2715,244 +2768,266 @@ const On = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2715
2768
|
__proto__: null
|
|
2716
2769
|
}, Symbol.toStringTag, { value: "Module" })), jo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2717
2770
|
__proto__: null
|
|
2718
|
-
}, Symbol.toStringTag, { value: "Module" })), Do = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2719
|
-
__proto__: null
|
|
2720
2771
|
}, Symbol.toStringTag, { value: "Module" })), xo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2721
2772
|
__proto__: null
|
|
2773
|
+
}, Symbol.toStringTag, { value: "Module" })), Do = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2774
|
+
__proto__: null
|
|
2722
2775
|
}, Symbol.toStringTag, { value: "Module" })), Co = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2723
2776
|
__proto__: null
|
|
2724
|
-
}, Symbol.toStringTag, { value: "Module" })), Io = {
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
|
|
2792
|
-
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
|
|
2801
|
-
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
|
|
2825
|
-
|
|
2826
|
-
|
|
2827
|
-
|
|
2828
|
-
|
|
2829
|
-
|
|
2830
|
-
|
|
2831
|
-
|
|
2832
|
-
|
|
2833
|
-
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
|
|
2837
|
-
|
|
2838
|
-
|
|
2777
|
+
}, Symbol.toStringTag, { value: "Module" })), Io = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2778
|
+
__proto__: null
|
|
2779
|
+
}, Symbol.toStringTag, { value: "Module" })), Fo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2780
|
+
__proto__: null
|
|
2781
|
+
}, Symbol.toStringTag, { value: "Module" })), Lo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2782
|
+
__proto__: null
|
|
2783
|
+
}, Symbol.toStringTag, { value: "Module" })), Go = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2784
|
+
__proto__: null
|
|
2785
|
+
}, Symbol.toStringTag, { value: "Module" })), wo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2786
|
+
__proto__: null
|
|
2787
|
+
}, Symbol.toStringTag, { value: "Module" })), zo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2788
|
+
__proto__: null
|
|
2789
|
+
}, Symbol.toStringTag, { value: "Module" })), No = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2790
|
+
__proto__: null
|
|
2791
|
+
}, Symbol.toStringTag, { value: "Module" })), Uo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2792
|
+
__proto__: null
|
|
2793
|
+
}, Symbol.toStringTag, { value: "Module" })), Bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2794
|
+
__proto__: null
|
|
2795
|
+
}, Symbol.toStringTag, { value: "Module" })), qo = {
|
|
2796
|
+
api: Ga,
|
|
2797
|
+
loginApi: Na,
|
|
2798
|
+
logoutApi: Ba,
|
|
2799
|
+
autoRegisterApi: Wa,
|
|
2800
|
+
setLocaleApi: $a,
|
|
2801
|
+
apiType: fe,
|
|
2802
|
+
loginType: Ea,
|
|
2803
|
+
logoutType: Ha,
|
|
2804
|
+
announcementType: Ja,
|
|
2805
|
+
paymentsProviderType: ye,
|
|
2806
|
+
gameListType: Aa,
|
|
2807
|
+
vipListType: Ya,
|
|
2808
|
+
promotionType: Ka,
|
|
2809
|
+
cmsListType: Qa,
|
|
2810
|
+
mainWalletType: Xa,
|
|
2811
|
+
upcomingMatchType: Za,
|
|
2812
|
+
depositType: en,
|
|
2813
|
+
applyVipBonusType: tn,
|
|
2814
|
+
withdrawalGetType: an,
|
|
2815
|
+
addBankCardType: nn,
|
|
2816
|
+
withdrawType: on,
|
|
2817
|
+
getSettingType: pa,
|
|
2818
|
+
transactionReportType: rn,
|
|
2819
|
+
changePasswordType: sn,
|
|
2820
|
+
walletType: ln,
|
|
2821
|
+
getEventListType: un,
|
|
2822
|
+
getEventTokenType: dn,
|
|
2823
|
+
getExtraGameType: cn,
|
|
2824
|
+
mailBoxType: mn,
|
|
2825
|
+
fishGameListType: pn,
|
|
2826
|
+
slotGameListType: gn,
|
|
2827
|
+
getTurnOverRewardDataType: bn,
|
|
2828
|
+
getTurnOverRewardReportType: fn,
|
|
2829
|
+
getInviteRewardDataType: yn,
|
|
2830
|
+
getInviteRewardReportType: _n,
|
|
2831
|
+
getTopupRewardDataType: vn,
|
|
2832
|
+
getTopupRewardReportType: hn,
|
|
2833
|
+
getRewardReferralType: Tn,
|
|
2834
|
+
getDepositPromotionType: Rn,
|
|
2835
|
+
getInviteRewardClaimType: Sn,
|
|
2836
|
+
getTopUpRewardClaimType: kn,
|
|
2837
|
+
getTurnOverRewardClaimType: Pn,
|
|
2838
|
+
getInviteRewardSettingType: On,
|
|
2839
|
+
getTopUpRewardSettingType: Mn,
|
|
2840
|
+
getTurnOverRewardSettingType: jn,
|
|
2841
|
+
requestForgetPasswordType: xn,
|
|
2842
|
+
submitForgetPasswordType: Dn,
|
|
2843
|
+
submitGiftCode: se,
|
|
2844
|
+
playGame: ie,
|
|
2845
|
+
requestUpdateMobileTacCode: Cn,
|
|
2846
|
+
submitUpdateMobileTacCode: In,
|
|
2847
|
+
getVerifyPromo: Fn,
|
|
2848
|
+
getImageType: Ln,
|
|
2849
|
+
getValidateType: Gn,
|
|
2850
|
+
updateProfilePictureType: wn,
|
|
2851
|
+
readMailType: zn,
|
|
2852
|
+
checkRedPacketValidateType: Nn,
|
|
2853
|
+
getUserProfileType: Un,
|
|
2854
|
+
requestTacCodeType: Bn,
|
|
2855
|
+
getUsernameByReferType: qn,
|
|
2856
|
+
applyPromoType: Wn,
|
|
2857
|
+
applySignInType: Vn,
|
|
2858
|
+
applyRedPacketType: $n,
|
|
2859
|
+
getCountryType: En,
|
|
2860
|
+
submitGiftCodeType: se,
|
|
2861
|
+
playGameType: ie,
|
|
2862
|
+
transferToMainType: Hn,
|
|
2863
|
+
transferProcessType: Jn,
|
|
2864
|
+
submitValidateType: An,
|
|
2865
|
+
checkTransferCreditType: Yn,
|
|
2866
|
+
friendListType: Kn,
|
|
2867
|
+
friendListEditType: Qn,
|
|
2868
|
+
getActivePPType: Xn,
|
|
2869
|
+
getActiveProductType: Zn,
|
|
2870
|
+
requestWithdrawTacType: eo,
|
|
2871
|
+
requestWithdrawalCodeType: to,
|
|
2872
|
+
commissionWithdrawType: ao,
|
|
2873
|
+
submitWithdrawalCodeType: no,
|
|
2874
|
+
submitCryptoAccountType: oo,
|
|
2875
|
+
requestTransferMoneyType: ro,
|
|
2876
|
+
submitTransferMoneyType: so,
|
|
2877
|
+
signInViewInfoType: io,
|
|
2878
|
+
signInRecordType: lo,
|
|
2879
|
+
referralProfileType: uo,
|
|
2880
|
+
referralMemberProfileType: co,
|
|
2881
|
+
registerActionType: mo,
|
|
2882
|
+
transferReportType: po,
|
|
2883
|
+
agTransferCreditReportType: go,
|
|
2884
|
+
betReportType: bo,
|
|
2885
|
+
getTwoFactorAuthenticateType: fo,
|
|
2886
|
+
submitTwoFactorAuthenticateType: yo,
|
|
2887
|
+
getUserDeviceListType: _o,
|
|
2888
|
+
unbindUserDeviceType: vo,
|
|
2889
|
+
searchNumberHistoryType: ho,
|
|
2890
|
+
changeWithdrawalCodeType: To,
|
|
2891
|
+
checkRedPacketTokenType: Ro,
|
|
2892
|
+
submitWithdrawalAlipayType: So,
|
|
2893
|
+
applyReliefFund: ko,
|
|
2894
|
+
getReliefFundData: Po,
|
|
2895
|
+
getReliefFundReport: Oo,
|
|
2896
|
+
getWeekCardClaim: Mo,
|
|
2897
|
+
getWeekCardData: jo,
|
|
2898
|
+
applyWeekCard: xo,
|
|
2899
|
+
transferSettingType: Do,
|
|
2900
|
+
transferType: Co,
|
|
2901
|
+
claimIncentiveRebate: Io,
|
|
2902
|
+
getIncentiveData: Fo,
|
|
2903
|
+
getIncentiveRebate: Lo,
|
|
2904
|
+
getMissionData: Pa,
|
|
2905
|
+
getMissionClaim: Go,
|
|
2906
|
+
registerFormType: wo,
|
|
2907
|
+
getFavouriteGameType: zo,
|
|
2908
|
+
updateFavouriteGameType: No,
|
|
2909
|
+
requestForgetUsernameType: Uo,
|
|
2910
|
+
submitForgetUsernameType: Bo
|
|
2911
|
+
}, Vo = {
|
|
2839
2912
|
install(e) {
|
|
2840
|
-
e.config.globalProperties.$library =
|
|
2913
|
+
e.config.globalProperties.$library = qo;
|
|
2841
2914
|
}
|
|
2842
2915
|
};
|
|
2843
2916
|
export {
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
|
|
2851
|
-
|
|
2852
|
-
|
|
2853
|
-
|
|
2854
|
-
|
|
2855
|
-
|
|
2856
|
-
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
|
|
2861
|
-
|
|
2862
|
-
|
|
2863
|
-
|
|
2864
|
-
|
|
2865
|
-
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
|
|
2871
|
-
|
|
2872
|
-
|
|
2873
|
-
|
|
2874
|
-
|
|
2875
|
-
|
|
2876
|
-
|
|
2877
|
-
|
|
2878
|
-
|
|
2879
|
-
|
|
2880
|
-
|
|
2881
|
-
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
|
|
2887
|
-
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
|
|
2911
|
-
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
|
|
2915
|
-
|
|
2916
|
-
|
|
2917
|
-
|
|
2918
|
-
|
|
2919
|
-
|
|
2920
|
-
|
|
2921
|
-
|
|
2922
|
-
|
|
2923
|
-
|
|
2924
|
-
|
|
2925
|
-
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2917
|
+
Vo as Repository,
|
|
2918
|
+
nn as addBankCardType,
|
|
2919
|
+
go as agTransferCreditReportType,
|
|
2920
|
+
Ja as announcementType,
|
|
2921
|
+
Ga as api,
|
|
2922
|
+
fe as apiType,
|
|
2923
|
+
Wn as applyPromoType,
|
|
2924
|
+
$n as applyRedPacketType,
|
|
2925
|
+
ko as applyReliefFund,
|
|
2926
|
+
Vn as applySignInType,
|
|
2927
|
+
tn as applyVipBonusType,
|
|
2928
|
+
xo as applyWeekCard,
|
|
2929
|
+
Wa as autoRegisterApi,
|
|
2930
|
+
bo as betReportType,
|
|
2931
|
+
sn as changePasswordType,
|
|
2932
|
+
To as changeWithdrawalCodeType,
|
|
2933
|
+
Ro as checkRedPacketTokenType,
|
|
2934
|
+
Nn as checkRedPacketValidateType,
|
|
2935
|
+
Yn as checkTransferCreditType,
|
|
2936
|
+
Io as claimIncentiveRebate,
|
|
2937
|
+
Qa as cmsListType,
|
|
2938
|
+
ao as commissionWithdrawType,
|
|
2939
|
+
en as depositType,
|
|
2940
|
+
pn as fishGameListType,
|
|
2941
|
+
Qn as friendListEditType,
|
|
2942
|
+
Kn as friendListType,
|
|
2943
|
+
Aa as gameListType,
|
|
2944
|
+
Xn as getActivePPType,
|
|
2945
|
+
Zn as getActiveProductType,
|
|
2946
|
+
En as getCountryType,
|
|
2947
|
+
Rn as getDepositPromotionType,
|
|
2948
|
+
un as getEventListType,
|
|
2949
|
+
dn as getEventTokenType,
|
|
2950
|
+
cn as getExtraGameType,
|
|
2951
|
+
zo as getFavouriteGameType,
|
|
2952
|
+
Ln as getImageType,
|
|
2953
|
+
Fo as getIncentiveData,
|
|
2954
|
+
Lo as getIncentiveRebate,
|
|
2955
|
+
Sn as getInviteRewardClaimType,
|
|
2956
|
+
yn as getInviteRewardDataType,
|
|
2957
|
+
_n as getInviteRewardReportType,
|
|
2958
|
+
On as getInviteRewardSettingType,
|
|
2959
|
+
Go as getMissionClaim,
|
|
2960
|
+
Pa as getMissionData,
|
|
2961
|
+
Po as getReliefFundData,
|
|
2962
|
+
Oo as getReliefFundReport,
|
|
2963
|
+
Tn as getRewardReferralType,
|
|
2964
|
+
pa as getSettingType,
|
|
2965
|
+
kn as getTopUpRewardClaimType,
|
|
2966
|
+
Mn as getTopUpRewardSettingType,
|
|
2967
|
+
vn as getTopupRewardDataType,
|
|
2968
|
+
hn as getTopupRewardReportType,
|
|
2969
|
+
Pn as getTurnOverRewardClaimType,
|
|
2970
|
+
bn as getTurnOverRewardDataType,
|
|
2971
|
+
fn as getTurnOverRewardReportType,
|
|
2972
|
+
jn as getTurnOverRewardSettingType,
|
|
2973
|
+
fo as getTwoFactorAuthenticateType,
|
|
2974
|
+
_o as getUserDeviceListType,
|
|
2975
|
+
Un as getUserProfileType,
|
|
2976
|
+
qn as getUsernameByReferType,
|
|
2977
|
+
Gn as getValidateType,
|
|
2978
|
+
Fn as getVerifyPromo,
|
|
2979
|
+
Mo as getWeekCardClaim,
|
|
2980
|
+
jo as getWeekCardData,
|
|
2981
|
+
Na as loginApi,
|
|
2982
|
+
Ea as loginType,
|
|
2983
|
+
Ba as logoutApi,
|
|
2984
|
+
Ha as logoutType,
|
|
2985
|
+
mn as mailBoxType,
|
|
2986
|
+
Xa as mainWalletType,
|
|
2987
|
+
ye as paymentsProviderType,
|
|
2988
|
+
ie as playGame,
|
|
2989
|
+
ie as playGameType,
|
|
2990
|
+
Ka as promotionType,
|
|
2991
|
+
zn as readMailType,
|
|
2992
|
+
co as referralMemberProfileType,
|
|
2993
|
+
uo as referralProfileType,
|
|
2994
|
+
mo as registerActionType,
|
|
2995
|
+
wo as registerFormType,
|
|
2996
|
+
xn as requestForgetPasswordType,
|
|
2997
|
+
Uo as requestForgetUsernameType,
|
|
2998
|
+
Bn as requestTacCodeType,
|
|
2999
|
+
ro as requestTransferMoneyType,
|
|
3000
|
+
Cn as requestUpdateMobileTacCode,
|
|
3001
|
+
eo as requestWithdrawTacType,
|
|
3002
|
+
to as requestWithdrawalCodeType,
|
|
3003
|
+
ho as searchNumberHistoryType,
|
|
3004
|
+
$a as setLocaleApi,
|
|
3005
|
+
lo as signInRecordType,
|
|
3006
|
+
io as signInViewInfoType,
|
|
3007
|
+
gn as slotGameListType,
|
|
3008
|
+
oo as submitCryptoAccountType,
|
|
3009
|
+
Dn as submitForgetPasswordType,
|
|
3010
|
+
Bo as submitForgetUsernameType,
|
|
3011
|
+
se as submitGiftCode,
|
|
3012
|
+
se as submitGiftCodeType,
|
|
3013
|
+
so as submitTransferMoneyType,
|
|
3014
|
+
yo as submitTwoFactorAuthenticateType,
|
|
3015
|
+
In as submitUpdateMobileTacCode,
|
|
3016
|
+
An as submitValidateType,
|
|
3017
|
+
So as submitWithdrawalAlipayType,
|
|
3018
|
+
no as submitWithdrawalCodeType,
|
|
3019
|
+
rn as transactionReportType,
|
|
3020
|
+
Jn as transferProcessType,
|
|
3021
|
+
po as transferReportType,
|
|
3022
|
+
Do as transferSettingType,
|
|
3023
|
+
Hn as transferToMainType,
|
|
3024
|
+
Co as transferType,
|
|
3025
|
+
vo as unbindUserDeviceType,
|
|
3026
|
+
Za as upcomingMatchType,
|
|
3027
|
+
No as updateFavouriteGameType,
|
|
3028
|
+
wn as updateProfilePictureType,
|
|
3029
|
+
Ya as vipListType,
|
|
3030
|
+
ln as walletType,
|
|
3031
|
+
on as withdrawType,
|
|
3032
|
+
an as withdrawalGetType
|
|
2958
3033
|
};
|