60p82u21t54k 0.0.74 → 0.0.76
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 +943 -847
- package/dist/60p82u21t54k.umd.js +1 -1
- package/dist/api/api.d.ts.map +1 -1
- package/dist/main.d.ts +0 -1
- package/dist/model/betReport/getBetReportResponse.d.ts +3 -3
- package/dist/model/betReport/getBetReportResponse.d.ts.map +1 -1
- package/dist/model/gameList/getGameListResponse.d.ts +38 -6
- package/dist/model/gameList/getGameListResponse.d.ts.map +1 -1
- package/dist/model/gameList/type.d.ts +11 -4
- package/dist/model/gameList/type.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/60p82u21t54k.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import X from "axios";
|
|
2
|
-
const
|
|
2
|
+
const L = X.create({
|
|
3
3
|
baseURL: "/graph",
|
|
4
4
|
timeout: 5e3,
|
|
5
5
|
// Request timeout
|
|
@@ -45,11 +45,11 @@ const I = X.create({
|
|
|
45
45
|
// },
|
|
46
46
|
// },
|
|
47
47
|
});
|
|
48
|
-
|
|
48
|
+
L.interceptors.request.use(
|
|
49
49
|
(e) => e,
|
|
50
50
|
(e) => (console.error("Error request:", e.response), Promise.reject(e))
|
|
51
51
|
);
|
|
52
|
-
|
|
52
|
+
L.interceptors.response.use(
|
|
53
53
|
(e) => e,
|
|
54
54
|
(e) => {
|
|
55
55
|
const t = {
|
|
@@ -59,24 +59,24 @@ I.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 ne = (e) => new TextEncoder().encode(e), ae = (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(), n = e.getMonth(),
|
|
68
|
+
}, oe = () => {
|
|
69
|
+
const e = /* @__PURE__ */ new Date(), t = e.getFullYear(), n = e.getMonth(), u = new Date(t, n, 1, 12, 0, 0), s = new Date(t, n + 1, 1, 12, 0, 0), l = Math.floor(
|
|
70
70
|
(s.getTime() - e.getTime()) / 1e3
|
|
71
71
|
), d = Math.floor(
|
|
72
|
-
(s.getTime() -
|
|
73
|
-
), m = d -
|
|
72
|
+
(s.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
|
-
},
|
|
79
|
-
const e = /* @__PURE__ */ new Date(), t = e.getDay(), n = t === 1 ? 7 : 8 - t,
|
|
78
|
+
}, re = () => {
|
|
79
|
+
const e = /* @__PURE__ */ new Date(), t = e.getDay(), n = t === 1 ? 7 : 8 - t, u = new Date(
|
|
80
80
|
e.getFullYear(),
|
|
81
81
|
e.getMonth(),
|
|
82
82
|
e.getDate() + n,
|
|
@@ -84,12 +84,12 @@ const te = (e) => new TextEncoder().encode(e), ne = (e) => {
|
|
|
84
84
|
0,
|
|
85
85
|
0,
|
|
86
86
|
0
|
|
87
|
-
), s = Math.floor((
|
|
87
|
+
), s = Math.floor((u.getTime() - e.getTime()) / 1e3), g = 7 * 24 * 60 * 60;
|
|
88
88
|
return console.log(s), console.log(g), {
|
|
89
89
|
weekRemainingTime: s,
|
|
90
90
|
weekProgressPercentage: Math.round(s / g * 100)
|
|
91
91
|
};
|
|
92
|
-
},
|
|
92
|
+
}, se = () => {
|
|
93
93
|
const e = /* @__PURE__ */ new Date(), t = new Date(
|
|
94
94
|
e.getFullYear(),
|
|
95
95
|
e.getMonth(),
|
|
@@ -105,97 +105,97 @@ const te = (e) => new TextEncoder().encode(e), ne = (e) => {
|
|
|
105
105
|
};
|
|
106
106
|
};
|
|
107
107
|
var i = /* @__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))(i || {});
|
|
108
|
-
const
|
|
108
|
+
const ie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
109
109
|
__proto__: null,
|
|
110
110
|
Api: i
|
|
111
111
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
112
|
-
var
|
|
113
|
-
const
|
|
112
|
+
var D = /* @__PURE__ */ ((e) => (e.default = "default", e.pay = "pay", e.auto = "auto", e.fix = "fix", e.manual = "manual", e.unknown = "unknown", e))(D || {});
|
|
113
|
+
const le = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
114
114
|
__proto__: null,
|
|
115
|
-
PaymentType:
|
|
116
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
115
|
+
PaymentType: D
|
|
116
|
+
}, Symbol.toStringTag, { value: "Module" })), F = {
|
|
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
|
+
}, W = {
|
|
124
124
|
id: 0,
|
|
125
125
|
name: "",
|
|
126
|
-
type:
|
|
126
|
+
type: D.unknown,
|
|
127
127
|
promo: [],
|
|
128
128
|
bank: [],
|
|
129
|
-
requiredField:
|
|
130
|
-
},
|
|
129
|
+
requiredField: F
|
|
130
|
+
}, ue = (e) => {
|
|
131
131
|
var t;
|
|
132
132
|
return ((t = e.mdPaymentChannels) == null ? void 0 : t.map((n) => {
|
|
133
|
-
const
|
|
133
|
+
const u = [];
|
|
134
134
|
switch (n.name) {
|
|
135
|
-
case
|
|
136
|
-
|
|
135
|
+
case D.default:
|
|
136
|
+
u.push(H(n.paymentmethod.manual, e));
|
|
137
137
|
break;
|
|
138
|
-
case
|
|
139
|
-
|
|
138
|
+
case D.pay:
|
|
139
|
+
u.push(de(n.paymentmethod.onlinebanking, e));
|
|
140
140
|
break;
|
|
141
141
|
default:
|
|
142
|
-
if (n.paymentmethod.auto.bank.length > 0 &&
|
|
143
|
-
|
|
142
|
+
if (n.paymentmethod.auto.bank.length > 0 && u.push(
|
|
143
|
+
ce(n.bankid ?? 0, n.paymentmethod.auto, e)
|
|
144
144
|
), n.paymentmethod.manual.bank.length > 0) {
|
|
145
145
|
let s = !1;
|
|
146
|
-
for (let
|
|
147
|
-
const d = n.paymentmethod.manual.bank[
|
|
146
|
+
for (let l = 0; l < n.paymentmethod.manual.bank.length; l++) {
|
|
147
|
+
const d = n.paymentmethod.manual.bank[l];
|
|
148
148
|
if (d.list && d.list.length > 0) {
|
|
149
149
|
s = !0;
|
|
150
150
|
break;
|
|
151
151
|
}
|
|
152
152
|
}
|
|
153
|
-
s &&
|
|
153
|
+
s && u.push(H(n.paymentmethod.manual, e));
|
|
154
154
|
}
|
|
155
|
-
n.paymentmethod.fixamount.bank.length > 0 &&
|
|
156
|
-
|
|
155
|
+
n.paymentmethod.fixamount.bank.length > 0 && u.push(
|
|
156
|
+
me(n.bankid ?? 0, n.paymentmethod.fixamount)
|
|
157
157
|
);
|
|
158
158
|
}
|
|
159
159
|
return {
|
|
160
160
|
name: n.label,
|
|
161
161
|
imageUrl: `/image/game/native/deposit/sidemenu/${n.name}.png?${e.systemtime}`,
|
|
162
|
-
paymentList:
|
|
162
|
+
paymentList: u
|
|
163
163
|
};
|
|
164
164
|
})) ?? [];
|
|
165
|
-
},
|
|
165
|
+
}, B = (e) => {
|
|
166
166
|
const t = {
|
|
167
167
|
id: -1,
|
|
168
168
|
name: "excludePromo",
|
|
169
169
|
disabled: !0,
|
|
170
170
|
welcomeBonus: !1,
|
|
171
171
|
dailyBonus: !1
|
|
172
|
-
}, n = e.map((
|
|
173
|
-
id:
|
|
174
|
-
name:
|
|
172
|
+
}, n = e.map((u) => ({
|
|
173
|
+
id: u.promoindex,
|
|
174
|
+
name: u.promodesc,
|
|
175
175
|
disabled: !1,
|
|
176
|
-
welcomeBonus:
|
|
177
|
-
dailyBonus:
|
|
176
|
+
welcomeBonus: u.dtype === "5" && u.type === "F",
|
|
177
|
+
dailyBonus: u.dtype === "5" && u.type === "D"
|
|
178
178
|
}));
|
|
179
179
|
return [t, ...n];
|
|
180
|
-
}, N = (e, t, n,
|
|
181
|
-
let s,
|
|
182
|
-
n > 0 ? s = e > 0 ? Math.max(n, e) : n : s = Math.max(e, 0),
|
|
180
|
+
}, N = (e, t, n, u) => {
|
|
181
|
+
let s, l;
|
|
182
|
+
n > 0 ? s = e > 0 ? Math.max(n, e) : n : s = Math.max(e, 0), u > 0 ? l = t > 0 ? Math.min(u, t) : u : l = Math.max(t, 0);
|
|
183
183
|
const d = Math.round(s);
|
|
184
184
|
let m = 1e3;
|
|
185
|
-
|
|
186
|
-
const
|
|
185
|
+
l < m && (m = Math.round(l));
|
|
186
|
+
const f = m - d;
|
|
187
187
|
let g = "", _ = "";
|
|
188
|
-
if (
|
|
189
|
-
let
|
|
190
|
-
for (const
|
|
191
|
-
|
|
192
|
-
for (let
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
for (const
|
|
196
|
-
|
|
197
|
-
for (let
|
|
198
|
-
|
|
188
|
+
if (f > 0) {
|
|
189
|
+
let S = Math.round((m - d) * 0.25).toString().split(""), O = [];
|
|
190
|
+
for (const R of S)
|
|
191
|
+
R !== "" && O.push(R);
|
|
192
|
+
for (let R = 0; R < O.length; R++)
|
|
193
|
+
R === 0 ? g += (parseInt(O[R]) + 1).toString() : g += "0";
|
|
194
|
+
S = Math.round((m - d) * 0.5).toString().split(""), O = [];
|
|
195
|
+
for (const R of S)
|
|
196
|
+
R !== "" && O.push(R);
|
|
197
|
+
for (let R = 0; R < O.length; R++)
|
|
198
|
+
R === 0 ? _ += (parseInt(O[R]) + 1).toString() : _ += "0";
|
|
199
199
|
} else
|
|
200
200
|
g = m.toString(), _ = m.toString();
|
|
201
201
|
return { amountList: [
|
|
@@ -203,15 +203,15 @@ const ie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
203
203
|
g,
|
|
204
204
|
_,
|
|
205
205
|
m.toString()
|
|
206
|
-
], minAmount: d, maxAmount:
|
|
206
|
+
], minAmount: d, maxAmount: l };
|
|
207
207
|
}, H = (e, t) => t ? {
|
|
208
208
|
id: 0,
|
|
209
209
|
name: "manualMethod",
|
|
210
|
-
type:
|
|
211
|
-
promo:
|
|
210
|
+
type: D.manual,
|
|
211
|
+
promo: B(e.promo),
|
|
212
212
|
bank: e.bank.map((s) => {
|
|
213
|
-
const
|
|
214
|
-
Number(
|
|
213
|
+
const l = s.list && s.list.length > 0 ? s.list[0].mintransaction ?? "0.00" : "0.00", d = s.list && s.list.length > 0 ? s.list[0].maxtransaction ?? "0.00" : "0.00", { amountList: m, minAmount: f, maxAmount: g } = N(
|
|
214
|
+
Number(l),
|
|
215
215
|
Number(d),
|
|
216
216
|
t.mdBankLevelDetail.deposit_min,
|
|
217
217
|
t.mdBankLevelDetail.deposit_max
|
|
@@ -224,7 +224,7 @@ const ie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
224
224
|
accountNo: s.list && s.list.length > 0 ? s.list[0].bankaccountno ?? "" : "",
|
|
225
225
|
qrcode: s.list && s.list.length > 0 ? s.list[0].bankaccountdesc : "",
|
|
226
226
|
amountList: m,
|
|
227
|
-
min:
|
|
227
|
+
min: f,
|
|
228
228
|
max: g
|
|
229
229
|
};
|
|
230
230
|
}),
|
|
@@ -236,40 +236,40 @@ const ie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
236
236
|
depositor: t.mdManualDepositRequireField.depositor,
|
|
237
237
|
uploadReceipt: t.mdUploadReceipt
|
|
238
238
|
}
|
|
239
|
-
} :
|
|
239
|
+
} : W, de = (e, t) => t ? {
|
|
240
240
|
id: 0,
|
|
241
241
|
name: "onlineBankingMethod",
|
|
242
|
-
type:
|
|
243
|
-
promo:
|
|
242
|
+
type: D.pay,
|
|
243
|
+
promo: B(e.promo),
|
|
244
244
|
bank: e.banklist.map((s) => {
|
|
245
|
-
let
|
|
245
|
+
let l = "0.00", d = "0.00";
|
|
246
246
|
const m = s.bankindex ?? 0;
|
|
247
|
-
for (let
|
|
248
|
-
t.mdGatewayMinMax[
|
|
249
|
-
const { amountList:
|
|
250
|
-
Number(
|
|
247
|
+
for (let S = 0; S < t.mdGatewayMinMax.length; S++)
|
|
248
|
+
t.mdGatewayMinMax[S].bankindex == m.toString() && (l = t.mdGatewayMinMax[S].min, d = t.mdGatewayMinMax[S].max);
|
|
249
|
+
const { amountList: f, minAmount: g, maxAmount: _ } = N(
|
|
250
|
+
Number(l),
|
|
251
251
|
Number(d),
|
|
252
252
|
t.mdBankLevelDetail.onlinepayment_min,
|
|
253
253
|
t.mdBankLevelDetail.onlinepayment_max
|
|
254
|
-
),
|
|
254
|
+
), h = {
|
|
255
255
|
id: 0,
|
|
256
256
|
name: "autoChannel",
|
|
257
|
-
amountList:
|
|
257
|
+
amountList: f,
|
|
258
258
|
min: g,
|
|
259
259
|
max: _
|
|
260
|
-
},
|
|
261
|
-
const
|
|
262
|
-
Number(
|
|
263
|
-
Number(
|
|
260
|
+
}, M = s.pg.map((S) => {
|
|
261
|
+
const O = S.mintransaction ?? "0.00", G = S.maxtransaction ?? "0.00", { amountList: U, minAmount: R, maxAmount: $ } = N(
|
|
262
|
+
Number(O),
|
|
263
|
+
Number(G),
|
|
264
264
|
t.mdBankLevelDetail.onlinepayment_min,
|
|
265
265
|
t.mdBankLevelDetail.onlinepayment_max
|
|
266
266
|
);
|
|
267
267
|
return {
|
|
268
|
-
id:
|
|
269
|
-
name:
|
|
270
|
-
amountList:
|
|
271
|
-
min:
|
|
272
|
-
max:
|
|
268
|
+
id: S.pgindex,
|
|
269
|
+
name: S.bankaccountname,
|
|
270
|
+
amountList: U,
|
|
271
|
+
min: R,
|
|
272
|
+
max: $
|
|
273
273
|
};
|
|
274
274
|
});
|
|
275
275
|
return {
|
|
@@ -278,18 +278,18 @@ const ie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
278
278
|
amountList: [],
|
|
279
279
|
min: 0,
|
|
280
280
|
max: 0,
|
|
281
|
-
gateway: [
|
|
281
|
+
gateway: [h, ...M]
|
|
282
282
|
};
|
|
283
283
|
}),
|
|
284
|
-
requiredField:
|
|
285
|
-
} :
|
|
286
|
-
if (!n) return
|
|
287
|
-
const
|
|
284
|
+
requiredField: F
|
|
285
|
+
} : W, ce = (e, t, n) => {
|
|
286
|
+
if (!n) return W;
|
|
287
|
+
const u = D.auto;
|
|
288
288
|
let s = [];
|
|
289
|
-
const
|
|
289
|
+
const l = n.mdGatewayMinMax ?? [];
|
|
290
290
|
if (t.bank.length > 0 && n.mdPGSelection === "1")
|
|
291
291
|
s = t.bank.map((m) => {
|
|
292
|
-
const { amountList:
|
|
292
|
+
const { amountList: f, minAmount: g, maxAmount: _ } = N(
|
|
293
293
|
m.mintransaction ?? 0,
|
|
294
294
|
m.maxtransaction ?? 0,
|
|
295
295
|
n.mdBankLevelDetail.onlinepayment_min,
|
|
@@ -298,91 +298,122 @@ const ie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
298
298
|
return {
|
|
299
299
|
id: m.pgindex ?? 0,
|
|
300
300
|
name: m.bankaccountname || "",
|
|
301
|
-
amountList:
|
|
301
|
+
amountList: f,
|
|
302
302
|
min: g,
|
|
303
303
|
max: _
|
|
304
304
|
};
|
|
305
305
|
});
|
|
306
306
|
else {
|
|
307
|
-
let m = "0.00",
|
|
308
|
-
for (let p = 0; p <
|
|
309
|
-
|
|
310
|
-
const { amountList: g, minAmount: _, maxAmount:
|
|
307
|
+
let m = "0.00", f = "0.00";
|
|
308
|
+
for (let p = 0; p < l.length; p++)
|
|
309
|
+
l[p].bankindex === e.toString() && (m = l[p].min, f = l[p].max);
|
|
310
|
+
const { amountList: g, minAmount: _, maxAmount: h } = N(
|
|
311
311
|
Number(m),
|
|
312
|
-
Number(
|
|
312
|
+
Number(f),
|
|
313
313
|
n.mdBankLevelDetail.onlinepayment_min,
|
|
314
314
|
n.mdBankLevelDetail.onlinepayment_max
|
|
315
|
-
),
|
|
315
|
+
), M = {
|
|
316
316
|
id: 0,
|
|
317
317
|
name: "autoChannel",
|
|
318
318
|
amountList: g,
|
|
319
319
|
min: _,
|
|
320
|
-
max:
|
|
320
|
+
max: h
|
|
321
321
|
};
|
|
322
|
-
s.push(
|
|
322
|
+
s.push(M);
|
|
323
323
|
}
|
|
324
324
|
return {
|
|
325
325
|
id: e,
|
|
326
326
|
name: "autoMethod",
|
|
327
|
-
type:
|
|
328
|
-
promo:
|
|
327
|
+
type: u,
|
|
328
|
+
promo: B(t.promo),
|
|
329
329
|
bank: s,
|
|
330
|
-
requiredField:
|
|
330
|
+
requiredField: F
|
|
331
331
|
};
|
|
332
|
-
},
|
|
333
|
-
const n =
|
|
332
|
+
}, me = (e, t) => {
|
|
333
|
+
const n = D.fix;
|
|
334
334
|
return {
|
|
335
335
|
id: e,
|
|
336
336
|
name: "fixAmountMethod",
|
|
337
337
|
type: n,
|
|
338
|
-
promo:
|
|
338
|
+
promo: B(t.promo),
|
|
339
339
|
bank: t.bank.map((s) => {
|
|
340
|
-
const
|
|
340
|
+
const l = s.amtlist.map(Number).sort((m, f) => m - f);
|
|
341
341
|
return {
|
|
342
342
|
id: s.pgindex,
|
|
343
343
|
name: s.name,
|
|
344
344
|
amountList: s.amtlist,
|
|
345
|
-
min:
|
|
346
|
-
max:
|
|
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: F
|
|
350
350
|
};
|
|
351
|
-
},
|
|
351
|
+
}, pe = (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
|
+
}))) ?? [], ge = (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;
|
|
364
|
-
return
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
}
|
|
362
|
+
}), be = (e) => {
|
|
363
|
+
var t, n, u, s;
|
|
364
|
+
return {
|
|
365
|
+
platformGame: ((t = e.mdGameListResult) == null ? void 0 : t.map((l) => {
|
|
366
|
+
var d;
|
|
367
|
+
return {
|
|
368
|
+
code: l.code,
|
|
369
|
+
id: l.id,
|
|
370
|
+
name: l.name,
|
|
371
|
+
nextPage: l.nextPage === 1,
|
|
372
|
+
list: ((d = l.mdPlatformProducts) == null ? void 0 : d.map((m) => ({
|
|
373
|
+
gameId: Number(m.id_GameMaster),
|
|
374
|
+
platformId: Number(m.id),
|
|
375
|
+
name: m.shortName,
|
|
376
|
+
flag: {
|
|
377
|
+
value: m.flag,
|
|
378
|
+
hot: (m.flag & 2) > 0,
|
|
379
|
+
trial: (m.flag & 4) > 0,
|
|
380
|
+
new: (m.flag & 8) > 0
|
|
381
|
+
},
|
|
382
|
+
imageUrl: `${e.mdDomains[m.mdDomains_id]}${m.img}?ts=${m.filemtime}`,
|
|
383
|
+
rate: "0.00"
|
|
384
|
+
}))) ?? []
|
|
385
|
+
};
|
|
386
|
+
})) ?? [],
|
|
387
|
+
hotGameList: e.mdGameLists !== null ? ((u = (n = e.mdGameLists) == null ? void 0 : n.data) == null ? void 0 : u.map((l) => ({
|
|
388
|
+
gameId: Number(l.id),
|
|
389
|
+
platformId: Number(l.id_PlatformProduct),
|
|
390
|
+
name: l.name,
|
|
391
|
+
flag: {
|
|
392
|
+
value: l.flag,
|
|
393
|
+
hot: (l.flag & 2) > 0,
|
|
394
|
+
trial: (l.flag & 4) > 0,
|
|
395
|
+
new: (l.flag & 8) > 0
|
|
396
|
+
},
|
|
397
|
+
imageUrl: `${e.mdDomains[l.mdDomains_id]}${l.img}?ts=${l.filemtime}`,
|
|
398
|
+
rate: "0.00"
|
|
399
|
+
}))) ?? [] : [],
|
|
400
|
+
platformGameList: e.mdGameLists !== null && e.mdGameLists.length > 0 ? ((s = e.mdGameLists) == null ? void 0 : s.map((l) => ({
|
|
401
|
+
gameId: Number(l.id),
|
|
402
|
+
platformId: Number(l.id_PlatformProduct),
|
|
403
|
+
name: l.name,
|
|
404
|
+
flag: {
|
|
405
|
+
value: 0,
|
|
406
|
+
hot: !1,
|
|
407
|
+
trial: !1,
|
|
408
|
+
new: !1
|
|
409
|
+
},
|
|
410
|
+
imageUrl: `${e.mdDomains[l.mdDomains_id]}${l.img}?ts=${l.filemtime}`,
|
|
411
|
+
rate: "0.00"
|
|
412
|
+
}))) ?? [] : [],
|
|
413
|
+
trialGameList: [],
|
|
414
|
+
fishGameList: []
|
|
415
|
+
};
|
|
416
|
+
}, fe = (e) => ({
|
|
386
417
|
list: e.mdGrade.map((t) => ({
|
|
387
418
|
id: t.gradeindex,
|
|
388
419
|
is_current_level: !1,
|
|
@@ -453,7 +484,7 @@ const ie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
453
484
|
name: t.title
|
|
454
485
|
};
|
|
455
486
|
})
|
|
456
|
-
}),
|
|
487
|
+
}), _e = (e) => ({
|
|
457
488
|
month: {
|
|
458
489
|
isClaimable: e.month === 1
|
|
459
490
|
},
|
|
@@ -463,28 +494,28 @@ const ie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
463
494
|
day: {
|
|
464
495
|
isClaimable: e.day === 1
|
|
465
496
|
}
|
|
466
|
-
}),
|
|
497
|
+
}), he = (e) => e.mdVipSetting.filter((n) => n.status == 1).map((n) => ({
|
|
467
498
|
fieldName: n.fieldname,
|
|
468
499
|
showName: n.showname
|
|
469
|
-
})),
|
|
500
|
+
})), Te = (e) => ({
|
|
470
501
|
current_deposit: e.deposit,
|
|
471
502
|
current_turnover: e.turnOver,
|
|
472
503
|
current_grade_id: e.mdCurrentGrade.gradeindex,
|
|
473
504
|
next_grade_id: e.mdNextGrade.gradeindex,
|
|
474
505
|
percentage: Number(e.percentage) * 100
|
|
475
|
-
}),
|
|
506
|
+
}), ve = (e) => {
|
|
476
507
|
let t = 4;
|
|
477
508
|
e.vipcalculation && (t = Number(e.vipcalculation));
|
|
478
509
|
let n = [];
|
|
479
510
|
return e.extralivechat && (n = JSON.parse(e.extralivechat)), {
|
|
480
511
|
vipCalculation: t,
|
|
481
512
|
livechat: e.livechat ?? "",
|
|
482
|
-
livechatList: n.filter((
|
|
483
|
-
let s =
|
|
484
|
-
return s.slice(-4) === ".png" && (s =
|
|
485
|
-
name:
|
|
513
|
+
livechatList: n.filter((u) => u.status == 1).map((u) => {
|
|
514
|
+
let s = u.imgname;
|
|
515
|
+
return s.slice(-4) === ".png" && (s = u.imgname.slice(0, -4)), {
|
|
516
|
+
name: u.name,
|
|
486
517
|
imageUrl: `/image/game/native/customer_service/${s}.png`,
|
|
487
|
-
url:
|
|
518
|
+
url: u.url
|
|
488
519
|
};
|
|
489
520
|
}),
|
|
490
521
|
mobileValidate: e.mobilevalidate ? e.mobilevalidate === "1" : !1,
|
|
@@ -498,111 +529,111 @@ const ie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
498
529
|
withdrawAlipay: e.withdrawalipay === "1",
|
|
499
530
|
crypto: e.crypto === "1"
|
|
500
531
|
};
|
|
501
|
-
},
|
|
502
|
-
var t, n,
|
|
532
|
+
}, Re = (e) => {
|
|
533
|
+
var t, n, u;
|
|
503
534
|
return {
|
|
504
535
|
banner: ((t = e.mobileBanner) == null ? void 0 : t.map((s) => `${s.imagepath}?${s.filemtime}`)) ?? [],
|
|
505
536
|
ad: ((n = e.mobileAd) == null ? void 0 : n.map((s) => `${s.imagepath}?${s.filemtime}`)) ?? [],
|
|
506
|
-
about: ((
|
|
537
|
+
about: ((u = e.mobileAbout) == null ? void 0 : u.map((s) => ({
|
|
507
538
|
name: s.name,
|
|
508
539
|
content: s.content
|
|
509
540
|
}))) ?? []
|
|
510
541
|
};
|
|
511
|
-
},
|
|
542
|
+
}, Se = (e) => {
|
|
512
543
|
var t;
|
|
513
544
|
return ((t = e.data) == null ? void 0 : t.filter((n) => n.status == "1").map((n) => ({
|
|
514
545
|
code: n.area_code,
|
|
515
546
|
regex: n.regex,
|
|
516
547
|
value: n.value
|
|
517
548
|
}))) ?? [];
|
|
518
|
-
},
|
|
549
|
+
}, ke = (e) => e, Pe = (e) => {
|
|
519
550
|
let t = null;
|
|
520
551
|
return e ? e.status != 1 ? t = 0 : t = e.mainwallet : t = 0, {
|
|
521
552
|
amount: t
|
|
522
553
|
};
|
|
523
|
-
},
|
|
554
|
+
}, Oe = (e) => {
|
|
524
555
|
var t;
|
|
525
556
|
return ((t = e.data) == null ? void 0 : t.filter((n) => n.status == "1").map((n) => ({
|
|
526
557
|
name: n.title,
|
|
527
558
|
code: n.code,
|
|
528
559
|
iconUrl: n.flag_icon
|
|
529
560
|
}))) ?? [];
|
|
530
|
-
},
|
|
561
|
+
}, Me = (e) => (console.log(e), {
|
|
531
562
|
name: ""
|
|
532
|
-
}),
|
|
563
|
+
}), je = (e) => {
|
|
533
564
|
var t;
|
|
534
565
|
return ((t = e.data) == null ? void 0 : t.filter((n) => n.company_status == 1).map((n) => ({
|
|
535
566
|
id: n.company_id,
|
|
536
567
|
name: n.company_name,
|
|
537
568
|
date: []
|
|
538
569
|
}))) ?? [];
|
|
539
|
-
},
|
|
570
|
+
}, xe = (e) => {
|
|
540
571
|
var t;
|
|
541
572
|
return ((t = e.data) == null ? void 0 : t.map((n) => {
|
|
542
|
-
var
|
|
573
|
+
var u;
|
|
543
574
|
return {
|
|
544
575
|
id: n.key,
|
|
545
|
-
date: ((
|
|
576
|
+
date: ((u = n.draw_date) == null ? void 0 : u.map((s) => De(s.draw_tmactive))) ?? []
|
|
546
577
|
};
|
|
547
578
|
})) ?? [];
|
|
548
579
|
};
|
|
549
|
-
function
|
|
550
|
-
const t = new Date(e * 1e3), n = t.getFullYear(),
|
|
551
|
-
return `${n}-${
|
|
580
|
+
function De(e) {
|
|
581
|
+
const t = new Date(e * 1e3), n = t.getFullYear(), u = ("0" + (t.getMonth() + 1)).slice(-2), s = ("0" + t.getDate()).slice(-2);
|
|
582
|
+
return `${n}-${u}-${s}`;
|
|
552
583
|
}
|
|
553
|
-
const
|
|
584
|
+
const Ce = (e) => {
|
|
554
585
|
var t;
|
|
555
586
|
return ((t = e.data) == null ? void 0 : t.map((n) => {
|
|
556
|
-
var
|
|
587
|
+
var u;
|
|
557
588
|
return {
|
|
558
589
|
id: n.company_id,
|
|
559
590
|
name: n.company_name,
|
|
560
|
-
list: ((
|
|
591
|
+
list: ((u = n.drawCount) == null ? void 0 : u.map((s) => ({
|
|
561
592
|
combination: s.combination_combination,
|
|
562
593
|
total: s.total
|
|
563
594
|
}))) ?? []
|
|
564
595
|
};
|
|
565
596
|
})) ?? [];
|
|
566
|
-
},
|
|
597
|
+
}, we = (e) => e.data.map((t) => ({
|
|
567
598
|
companyId: t.company_id,
|
|
568
599
|
companyName: t.company_name,
|
|
569
600
|
resultByDateList: t.draws.map((n) => {
|
|
570
|
-
const
|
|
601
|
+
const u = n.results.filter((p) => p.combination_dimension == 3).map((p) => p.combination_combination), s = n.results.filter(
|
|
571
602
|
(p) => p.combination_dimension == 4 && p.combination_position === 1
|
|
572
|
-
).map((p) => p.combination_combination),
|
|
603
|
+
).map((p) => p.combination_combination), l = n.results.filter(
|
|
573
604
|
(p) => p.combination_dimension === 4 && p.combination_position === 2
|
|
574
605
|
).map((p) => p.combination_combination), d = n.results.filter(
|
|
575
606
|
(p) => p.combination_dimension === 4 && p.combination_position === 3
|
|
576
607
|
).map((p) => p.combination_combination), m = n.results.filter(
|
|
577
608
|
(p) => p.combination_dimension === 4 && p.combination_position === 4
|
|
578
|
-
).map((p) => p.combination_combination),
|
|
609
|
+
).map((p) => p.combination_combination), f = n.results.filter(
|
|
579
610
|
(p) => p.combination_dimension === 4 && p.combination_position === 5
|
|
580
611
|
).map((p) => p.combination_combination), g = n.results.filter(
|
|
581
612
|
(p) => p.combination_dimension === 5 && p.combination_position === 1
|
|
582
|
-
).map((p) => p.combination_combination), _ = n.results.filter((p) => p.combination_dimension == 5).map((p) => p.combination_combination),
|
|
613
|
+
).map((p) => p.combination_combination), _ = n.results.filter((p) => p.combination_dimension == 5).map((p) => p.combination_combination), h = n.results.filter(
|
|
583
614
|
(p) => p.combination_dimension === 6 && p.combination_position === 1
|
|
584
|
-
).map((p) => p.combination_combination),
|
|
615
|
+
).map((p) => p.combination_combination), M = n.results.filter((p) => p.combination_dimension === 6).map((p) => p.combination_combination);
|
|
585
616
|
return {
|
|
586
617
|
date: n.date,
|
|
587
|
-
dimension_3:
|
|
618
|
+
dimension_3: u,
|
|
588
619
|
dimension_4: {
|
|
589
620
|
prize_1: s,
|
|
590
|
-
prize_2:
|
|
621
|
+
prize_2: l,
|
|
591
622
|
prize_3: d,
|
|
592
623
|
prize_4: m,
|
|
593
|
-
prize_5:
|
|
624
|
+
prize_5: f
|
|
594
625
|
},
|
|
595
626
|
dimension_5: {
|
|
596
627
|
prize_1: g,
|
|
597
628
|
all: _
|
|
598
629
|
},
|
|
599
630
|
dimension_6: {
|
|
600
|
-
prize_1:
|
|
601
|
-
all:
|
|
631
|
+
prize_1: h,
|
|
632
|
+
all: M
|
|
602
633
|
}
|
|
603
634
|
};
|
|
604
635
|
})
|
|
605
|
-
})),
|
|
636
|
+
})), Ie = (e) => e.data.map((t) => ({
|
|
606
637
|
id: t.id,
|
|
607
638
|
date: t.matchDate,
|
|
608
639
|
tag: t.tag,
|
|
@@ -616,29 +647,29 @@ const De = (e) => {
|
|
|
616
647
|
name: t.home,
|
|
617
648
|
logo_url: t.homeLogo
|
|
618
649
|
}
|
|
619
|
-
})),
|
|
650
|
+
})), Le = (e) => ({
|
|
620
651
|
status: e.status == 1,
|
|
621
652
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
622
653
|
paymentUrl: e.urlpayment ?? ""
|
|
623
|
-
}),
|
|
654
|
+
}), Ge = (e) => ({
|
|
624
655
|
status: e.status == 1,
|
|
625
656
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
626
657
|
flag: e.flag
|
|
627
|
-
}),
|
|
658
|
+
}), v = (e) => ({
|
|
628
659
|
status: e.status == 1,
|
|
629
660
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? ""
|
|
630
|
-
}), ze = (e) =>
|
|
631
|
-
var t, n,
|
|
661
|
+
}), ze = (e) => v(e), Ne = (e) => {
|
|
662
|
+
var t, n, u, s, l;
|
|
632
663
|
return {
|
|
633
664
|
bankCard: ((t = e.bankCard) == null ? void 0 : t.map((d) => {
|
|
634
|
-
var m,
|
|
665
|
+
var m, f;
|
|
635
666
|
return {
|
|
636
667
|
bankIndex: d.bankindex,
|
|
637
668
|
bankProvince: {
|
|
638
669
|
id: d.bankprovince,
|
|
639
|
-
desc: ((
|
|
670
|
+
desc: ((f = (m = e.province) == null ? void 0 : m.find(
|
|
640
671
|
(g) => g.provinceindex == d.bankprovince
|
|
641
|
-
)) == null ? void 0 :
|
|
672
|
+
)) == null ? void 0 : f.label) ?? ""
|
|
642
673
|
},
|
|
643
674
|
bankName: d.banknamesimplified,
|
|
644
675
|
bankAccountNo: d.bankaccountno,
|
|
@@ -657,7 +688,7 @@ const De = (e) => {
|
|
|
657
688
|
showDeposit: d.show_deposit === "1",
|
|
658
689
|
countryIndex: d.countryindex
|
|
659
690
|
}))) ?? [],
|
|
660
|
-
province: ((
|
|
691
|
+
province: ((u = e.province) == null ? void 0 : u.map((d) => ({
|
|
661
692
|
index: d.provinceindex,
|
|
662
693
|
label: d.label,
|
|
663
694
|
countryIndex: d.countryindex
|
|
@@ -670,7 +701,7 @@ const De = (e) => {
|
|
|
670
701
|
}))) ?? [],
|
|
671
702
|
cryptoDetail: {
|
|
672
703
|
limit: e.mdCryptoDetail.cryptolimit,
|
|
673
|
-
protocol: ((
|
|
704
|
+
protocol: ((l = e.mdCryptoDetail.cryptoprotocol) == null ? void 0 : l.map((d) => ({
|
|
674
705
|
id: d.id,
|
|
675
706
|
name: d.name,
|
|
676
707
|
status: d.status == "1"
|
|
@@ -685,15 +716,15 @@ const De = (e) => {
|
|
|
685
716
|
},
|
|
686
717
|
bankCardLimit: e.bankcardlimit
|
|
687
718
|
};
|
|
688
|
-
},
|
|
719
|
+
}, Fe = (e) => ({
|
|
689
720
|
withdrawMin: Number(e.withdrawMin),
|
|
690
721
|
withdrawMax: Number(e.withdrawMax),
|
|
691
722
|
dailyWithdrawLimit: Number(e.dailyWithdrawLimit),
|
|
692
723
|
withdrawFee: e.withdrawFee,
|
|
693
724
|
withdrawMaxFee: Number(e.withdrawMaxFee),
|
|
694
725
|
withdrawCount: e.withdrawCount
|
|
695
|
-
}), Be = (e) =>
|
|
696
|
-
var t, n,
|
|
726
|
+
}), Be = (e) => v(e), Ue = (e) => {
|
|
727
|
+
var t, n, u, s, l, d;
|
|
697
728
|
return {
|
|
698
729
|
subStatusModes: ((t = e.subStatusModes) == null ? void 0 : t.map((m) => ({
|
|
699
730
|
key: m.key,
|
|
@@ -704,10 +735,10 @@ const De = (e) => {
|
|
|
704
735
|
value: m.value
|
|
705
736
|
}))) ?? [],
|
|
706
737
|
mdCashLedgers: {
|
|
707
|
-
currentPage: ((
|
|
738
|
+
currentPage: ((u = e.mdCashLedgers) == null ? void 0 : u.current_page) ?? 0,
|
|
708
739
|
lastPage: ((s = e.mdCashLedgers) == null ? void 0 : s.last_page) ?? 0,
|
|
709
|
-
data: ((d = (
|
|
710
|
-
var
|
|
740
|
+
data: ((d = (l = e.mdCashLedgers) == null ? void 0 : l.data) == null ? void 0 : d.map((m) => {
|
|
741
|
+
var f, g;
|
|
711
742
|
return {
|
|
712
743
|
ledgerIndex: m.ledgerindex,
|
|
713
744
|
transactionIndex: m.transactionindex,
|
|
@@ -719,7 +750,7 @@ const De = (e) => {
|
|
|
719
750
|
status: {
|
|
720
751
|
id: m.status,
|
|
721
752
|
value: m.status == 1,
|
|
722
|
-
desc: ((g = (
|
|
753
|
+
desc: ((g = (f = e.subStatusModes) == null ? void 0 : f.find((_) => _.key === m.status)) == null ? void 0 : g.value) ?? ""
|
|
723
754
|
},
|
|
724
755
|
amount: m.amount,
|
|
725
756
|
ledgerDateTime: m.ledgerdatetime,
|
|
@@ -760,21 +791,21 @@ const De = (e) => {
|
|
|
760
791
|
return "shareHolderDividend";
|
|
761
792
|
}
|
|
762
793
|
return "";
|
|
763
|
-
},
|
|
794
|
+
}, Ve = (e) => ({
|
|
764
795
|
status: e.status == 1
|
|
765
|
-
}),
|
|
796
|
+
}), We = (e) => (e == null ? void 0 : e.map((t) => {
|
|
766
797
|
var n;
|
|
767
798
|
return {
|
|
768
|
-
activeCom: ((n = t.active_com) == null ? void 0 : n.map((
|
|
769
|
-
code:
|
|
770
|
-
name:
|
|
771
|
-
categoryId:
|
|
772
|
-
maintenance:
|
|
799
|
+
activeCom: ((n = t.active_com) == null ? void 0 : n.map((u) => ({
|
|
800
|
+
code: u.code,
|
|
801
|
+
name: u.name,
|
|
802
|
+
categoryId: u.category_id,
|
|
803
|
+
maintenance: u.maintenance === 1
|
|
773
804
|
}))) ?? [],
|
|
774
805
|
platformWallet: t.platformwallet.toFixed(2),
|
|
775
806
|
com: t.com ?? ""
|
|
776
807
|
};
|
|
777
|
-
})) ?? [],
|
|
808
|
+
})) ?? [], Ee = (e) => ({
|
|
778
809
|
status: e.status == 1,
|
|
779
810
|
message: e.message ?? "",
|
|
780
811
|
data: e.data.map((t) => ({
|
|
@@ -784,7 +815,7 @@ const De = (e) => {
|
|
|
784
815
|
imageUrl: t.image_url,
|
|
785
816
|
getToken: t.getToken === 1
|
|
786
817
|
}))
|
|
787
|
-
}),
|
|
818
|
+
}), $e = (e) => {
|
|
788
819
|
var t;
|
|
789
820
|
return {
|
|
790
821
|
status: e.status == 1,
|
|
@@ -800,13 +831,13 @@ const De = (e) => {
|
|
|
800
831
|
loginId: e.loginId ?? "",
|
|
801
832
|
password: e.password ?? "",
|
|
802
833
|
downloadUrl: e.download_link ?? ""
|
|
803
|
-
}),
|
|
834
|
+
}), He = (e) => (e == null ? void 0 : e.map((t) => ({
|
|
804
835
|
messageId: t.msgindex,
|
|
805
836
|
unread: t.status == "0",
|
|
806
837
|
date: t.cdate,
|
|
807
838
|
title: t.account_message_content.subject,
|
|
808
839
|
content: t.account_message_content.content
|
|
809
|
-
}))) ?? [],
|
|
840
|
+
}))) ?? [], Je = (e) => {
|
|
810
841
|
var t;
|
|
811
842
|
return ((t = e.mdGameLists) == null ? void 0 : t.map((n) => ({
|
|
812
843
|
id: n.id,
|
|
@@ -814,18 +845,18 @@ const De = (e) => {
|
|
|
814
845
|
platformProductID: n.id_PlatformProduct,
|
|
815
846
|
imgUrl: `${e.mdDomains[n.mdDomains_id]}${n.img}?${n.filemtime}`
|
|
816
847
|
}))) ?? [];
|
|
817
|
-
},
|
|
848
|
+
}, Ye = (e) => e.mdGameLists.map((t) => ({
|
|
818
849
|
id: t.id,
|
|
819
850
|
name: t.name,
|
|
820
851
|
list: t.gameList.map((n) => {
|
|
821
|
-
const
|
|
852
|
+
const u = e.mdDomains, l = `${u.length >= n.mdDomains_id ? u[n.mdDomains_id] : ""}${n.img}?${n.filemtime}`;
|
|
822
853
|
return {
|
|
823
854
|
id: n.id,
|
|
824
855
|
name: n.name,
|
|
825
|
-
imageUrl:
|
|
856
|
+
imageUrl: l
|
|
826
857
|
};
|
|
827
858
|
})
|
|
828
|
-
})),
|
|
859
|
+
})), Ke = (e) => e.status == 0 ? {
|
|
829
860
|
claimedReward: "0",
|
|
830
861
|
currentDirectDownline: "0",
|
|
831
862
|
currentOtherDownline: "0",
|
|
@@ -839,19 +870,19 @@ const De = (e) => {
|
|
|
839
870
|
currentReward: e.data.current_reward.toString(),
|
|
840
871
|
totalReward: e.data.total_reward,
|
|
841
872
|
unclaimReward: e.data.unclaim_reward.toString()
|
|
842
|
-
},
|
|
843
|
-
const t = /* @__PURE__ */ new Set(), n = e.data.map((
|
|
844
|
-
id:
|
|
845
|
-
name:
|
|
846
|
-
cashback:
|
|
847
|
-
commission:
|
|
848
|
-
})),
|
|
873
|
+
}, Qe = (e) => {
|
|
874
|
+
const t = /* @__PURE__ */ new Set(), n = e.data.map((l) => (t.add(l.downline), {
|
|
875
|
+
id: l.logindex,
|
|
876
|
+
name: l.firstname,
|
|
877
|
+
cashback: l.turnover,
|
|
878
|
+
commission: l.income
|
|
879
|
+
})), u = e.data.reduce((l, d) => l + parseFloat(d.income), 0), s = t.size;
|
|
849
880
|
return {
|
|
850
|
-
totalReward:
|
|
881
|
+
totalReward: u,
|
|
851
882
|
totalCount: s,
|
|
852
883
|
list: n
|
|
853
884
|
};
|
|
854
|
-
},
|
|
885
|
+
}, Xe = (e) => e.status == 0 ? {
|
|
855
886
|
claimedReward: "0",
|
|
856
887
|
currentInvite: "0",
|
|
857
888
|
currentReward: "0",
|
|
@@ -865,21 +896,21 @@ const De = (e) => {
|
|
|
865
896
|
totalInvite: e.data.total_invite,
|
|
866
897
|
totalReward: e.data.total_reward,
|
|
867
898
|
unclaimReward: e.data.unclaim_reward.toString()
|
|
868
|
-
},
|
|
869
|
-
const t = /* @__PURE__ */ new Set(), n = e.data.map((
|
|
870
|
-
id:
|
|
871
|
-
name:
|
|
872
|
-
dateCreated:
|
|
873
|
-
deposit:
|
|
874
|
-
activeBet:
|
|
875
|
-
commission:
|
|
876
|
-
})),
|
|
899
|
+
}, Ze = (e) => {
|
|
900
|
+
const t = /* @__PURE__ */ new Set(), n = e.data.map((l) => (t.add(l.accountid), {
|
|
901
|
+
id: l.id,
|
|
902
|
+
name: l.firstname,
|
|
903
|
+
dateCreated: l.created,
|
|
904
|
+
deposit: l.deposit,
|
|
905
|
+
activeBet: l.activebet,
|
|
906
|
+
commission: l.reward
|
|
907
|
+
})), u = e.data.reduce((l, d) => l + parseFloat(d.reward), 0), s = t.size;
|
|
877
908
|
return {
|
|
878
|
-
totalReward:
|
|
909
|
+
totalReward: u,
|
|
879
910
|
totalCount: s,
|
|
880
911
|
list: n
|
|
881
912
|
};
|
|
882
|
-
},
|
|
913
|
+
}, et = (e) => e.status == 0 ? {
|
|
883
914
|
claimedReward: "0",
|
|
884
915
|
currentDirectDownline: "0",
|
|
885
916
|
currentOtherDownline: "0",
|
|
@@ -893,19 +924,19 @@ const De = (e) => {
|
|
|
893
924
|
currentReward: e.data.current_reward.toString(),
|
|
894
925
|
totalReward: e.data.total_reward,
|
|
895
926
|
unclaimReward: e.data.unclaim_reward.toString()
|
|
896
|
-
},
|
|
897
|
-
const t = /* @__PURE__ */ new Set(), n = e.data.map((
|
|
898
|
-
id:
|
|
899
|
-
name:
|
|
900
|
-
total:
|
|
901
|
-
commission:
|
|
902
|
-
})),
|
|
927
|
+
}, tt = (e) => {
|
|
928
|
+
const t = /* @__PURE__ */ new Set(), n = e.data.map((l) => (t.add(l.accountid), {
|
|
929
|
+
id: l.logindex,
|
|
930
|
+
name: l.firstname,
|
|
931
|
+
total: l.deposit,
|
|
932
|
+
commission: l.reward
|
|
933
|
+
})), u = e.data.reduce((l, d) => l + parseFloat(d.reward), 0), s = t.size;
|
|
903
934
|
return {
|
|
904
|
-
totalReward:
|
|
935
|
+
totalReward: u,
|
|
905
936
|
totalCount: s,
|
|
906
937
|
list: n
|
|
907
938
|
};
|
|
908
|
-
},
|
|
939
|
+
}, nt = (e) => e.status == 0 ? {
|
|
909
940
|
directDownline: "0",
|
|
910
941
|
otherDownline: "0",
|
|
911
942
|
uplineCode: "",
|
|
@@ -915,12 +946,12 @@ const De = (e) => {
|
|
|
915
946
|
otherDownline: e.data.others_downline_count.toString(),
|
|
916
947
|
uplineCode: e.data.upline.accountcode,
|
|
917
948
|
referralCode: e.data.referral_code
|
|
918
|
-
},
|
|
919
|
-
var
|
|
949
|
+
}, at = (e) => {
|
|
950
|
+
var f;
|
|
920
951
|
let t = null, n = null;
|
|
921
952
|
if (e.status == 0)
|
|
922
953
|
return { welcomeBonus: null, dailyBonus: null };
|
|
923
|
-
const
|
|
954
|
+
const u = e.data.filter((g) => g.dtype == "5" && g.type == "F").map((g) => {
|
|
924
955
|
const _ = Math.min(
|
|
925
956
|
Number(g.min_deposit) * Number(g.percentage) / 100,
|
|
926
957
|
Number(g.max_promo_amt)
|
|
@@ -933,7 +964,7 @@ const De = (e) => {
|
|
|
933
964
|
expiryTime: g.etime
|
|
934
965
|
};
|
|
935
966
|
});
|
|
936
|
-
|
|
967
|
+
u.length > 0 && (t = u[0]);
|
|
937
968
|
const s = e.data.filter((g) => g.dtype == "5" && g.type == "D").map((g) => {
|
|
938
969
|
const _ = Math.min(
|
|
939
970
|
Number(g.min_deposit) * Number(g.percentage) / 100,
|
|
@@ -947,27 +978,27 @@ const De = (e) => {
|
|
|
947
978
|
expiryTime: g.etime
|
|
948
979
|
};
|
|
949
980
|
});
|
|
950
|
-
let
|
|
951
|
-
const m = s.map((g) => (
|
|
981
|
+
let l = 0, d = ((f = s[0]) == null ? void 0 : f.expiryTime) || "";
|
|
982
|
+
const m = s.map((g) => (l = Math.max(l, g.percentage), new Date(g.expiryTime) < new Date(d) && (d = g.expiryTime), {
|
|
952
983
|
name: g.name,
|
|
953
984
|
depositAmount: g.depositAmount,
|
|
954
985
|
promoAmount: g.promoAmount
|
|
955
986
|
}));
|
|
956
987
|
return n = {
|
|
957
|
-
percentage:
|
|
988
|
+
percentage: l,
|
|
958
989
|
expiryTime: d,
|
|
959
990
|
list: m
|
|
960
991
|
}, { welcomeBonus: t, dailyBonus: n };
|
|
961
|
-
},
|
|
992
|
+
}, ot = (e) => ({
|
|
962
993
|
status: e.status == 1,
|
|
963
994
|
message: e.msg ?? ""
|
|
964
|
-
}),
|
|
995
|
+
}), rt = (e) => ({
|
|
965
996
|
status: e.status == 1,
|
|
966
997
|
message: e.msg ?? ""
|
|
967
|
-
}),
|
|
998
|
+
}), st = (e) => ({
|
|
968
999
|
status: e.status == 1,
|
|
969
1000
|
message: e.msg ?? ""
|
|
970
|
-
}),
|
|
1001
|
+
}), it = (e) => e.status == 0 ? {
|
|
971
1002
|
deposit: "0",
|
|
972
1003
|
reward: "0",
|
|
973
1004
|
turnover: "0"
|
|
@@ -975,59 +1006,59 @@ const De = (e) => {
|
|
|
975
1006
|
deposit: e.data.deposit,
|
|
976
1007
|
reward: e.data.reward,
|
|
977
1008
|
turnover: e.data.turnover
|
|
978
|
-
},
|
|
1009
|
+
}, lt = (e) => {
|
|
979
1010
|
if (e.status == 0 || !e.data)
|
|
980
1011
|
return {};
|
|
981
1012
|
const t = {};
|
|
982
1013
|
for (const n in e.data)
|
|
983
1014
|
if (Object.prototype.hasOwnProperty.call(e.data, n)) {
|
|
984
|
-
const
|
|
1015
|
+
const u = e.data[n];
|
|
985
1016
|
t[n] = [];
|
|
986
|
-
for (let s = 0; s <
|
|
987
|
-
const
|
|
1017
|
+
for (let s = 0; s < u.length; s++) {
|
|
1018
|
+
const l = u[s];
|
|
988
1019
|
let d = "";
|
|
989
|
-
|
|
990
|
-
rate:
|
|
991
|
-
minValue:
|
|
1020
|
+
u.length > s + 1 && (d = (Number(u[s + 1].achievement) - 1).toString()), t[n].push({
|
|
1021
|
+
rate: l.rate,
|
|
1022
|
+
minValue: l.achievement.toString(),
|
|
992
1023
|
maxValue: d
|
|
993
1024
|
});
|
|
994
1025
|
}
|
|
995
1026
|
}
|
|
996
1027
|
return t;
|
|
997
|
-
},
|
|
1028
|
+
}, ut = (e) => {
|
|
998
1029
|
if (e.status == 0 || !e.data)
|
|
999
1030
|
return {};
|
|
1000
1031
|
const t = {};
|
|
1001
1032
|
for (const n in e.data)
|
|
1002
1033
|
if (Object.prototype.hasOwnProperty.call(e.data, n)) {
|
|
1003
|
-
const
|
|
1034
|
+
const u = e.data[n];
|
|
1004
1035
|
t[n] = [];
|
|
1005
|
-
for (let s = 0; s <
|
|
1006
|
-
const
|
|
1036
|
+
for (let s = 0; s < u.length; s++) {
|
|
1037
|
+
const l = u[s];
|
|
1007
1038
|
let d = "";
|
|
1008
|
-
|
|
1009
|
-
rate:
|
|
1010
|
-
minValue:
|
|
1039
|
+
u.length > s + 1 && (d = (Number(u[s + 1].achievement) - 1).toString()), t[n].push({
|
|
1040
|
+
rate: l.rate,
|
|
1041
|
+
minValue: l.achievement,
|
|
1011
1042
|
maxValue: d
|
|
1012
1043
|
});
|
|
1013
1044
|
}
|
|
1014
1045
|
}
|
|
1015
1046
|
return t;
|
|
1016
|
-
},
|
|
1017
|
-
var t, n,
|
|
1047
|
+
}, dt = (e) => v(e), ct = (e) => v(e), mt = (e) => {
|
|
1048
|
+
var t, n, u, s, l;
|
|
1018
1049
|
return {
|
|
1019
1050
|
status: e.status == 1,
|
|
1020
1051
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
1021
1052
|
default: ((t = e.data) == null ? void 0 : t.default) ?? [],
|
|
1022
1053
|
online: ((n = e.data) == null ? void 0 : n.online) ?? [],
|
|
1023
|
-
mycard: ((
|
|
1054
|
+
mycard: ((u = e.data) == null ? void 0 : u.mycard) ?? [],
|
|
1024
1055
|
qrcode: ((s = e.data) == null ? void 0 : s.qrcode) ?? [],
|
|
1025
|
-
personal: ((
|
|
1056
|
+
personal: ((l = e.data) == null ? void 0 : l.personal) ?? []
|
|
1026
1057
|
};
|
|
1027
|
-
},
|
|
1058
|
+
}, q = (e) => (console.log(e), {
|
|
1028
1059
|
validated: e.withdrawValidate === 1 || e.depositValidate === 1 || e.TransferCreditValidate === 1,
|
|
1029
|
-
forms:
|
|
1030
|
-
}),
|
|
1060
|
+
forms: pt(e)
|
|
1061
|
+
}), pt = (e) => e.subDepositForms && e.subDepositForms.length > 0 ? e.subDepositForms.map((t) => ({
|
|
1031
1062
|
id: t.id,
|
|
1032
1063
|
fieldName: t.fieldname,
|
|
1033
1064
|
regex: t.regex,
|
|
@@ -1045,51 +1076,51 @@ const De = (e) => {
|
|
|
1045
1076
|
regex: t.regex,
|
|
1046
1077
|
showName: t.showname,
|
|
1047
1078
|
inputHelper: t.inputHelper
|
|
1048
|
-
})) : [],
|
|
1079
|
+
})) : [], gt = (e) => v(e), bt = (e) => e, ft = (e) => ({
|
|
1049
1080
|
status: e.status == 1,
|
|
1050
1081
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? ""
|
|
1051
|
-
}), yt = (e) =>
|
|
1082
|
+
}), yt = (e) => v(e), _t = (e) => ({
|
|
1052
1083
|
status: e.status == 1,
|
|
1053
1084
|
message: e.message,
|
|
1054
1085
|
user: e.user ?? ""
|
|
1055
|
-
}),
|
|
1086
|
+
}), ht = (e) => ({
|
|
1056
1087
|
status: e.status == 1,
|
|
1057
1088
|
message: e.msg ?? "",
|
|
1058
1089
|
amount: e.amount ?? ""
|
|
1059
|
-
}),
|
|
1090
|
+
}), Tt = (e) => v(e), vt = (e) => {
|
|
1060
1091
|
var t;
|
|
1061
1092
|
return {
|
|
1062
1093
|
status: e.status == 1,
|
|
1063
1094
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
1064
1095
|
dayStreak: ((t = e.data) == null ? void 0 : t.continuousDay) ?? 0
|
|
1065
1096
|
};
|
|
1066
|
-
},
|
|
1097
|
+
}, Rt = (e) => {
|
|
1067
1098
|
var t;
|
|
1068
1099
|
return {
|
|
1069
1100
|
status: e.status == 1,
|
|
1070
1101
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
1071
1102
|
countryList: ((t = e.data) == null ? void 0 : t.map((n) => {
|
|
1072
|
-
var
|
|
1103
|
+
var u, s;
|
|
1073
1104
|
return {
|
|
1074
1105
|
countryIndex: n.countryindex,
|
|
1075
1106
|
currencyName: n.currency_name ?? "",
|
|
1076
1107
|
label: n.label,
|
|
1077
1108
|
currencyRate: {
|
|
1078
|
-
depositCurrencyRate: ((
|
|
1109
|
+
depositCurrencyRate: ((u = n.currency_rate) == null ? void 0 : u.currency_rate_deposit) ?? "",
|
|
1079
1110
|
withdrawCurrencyRate: ((s = n.currency_rate) == null ? void 0 : s.currency_rate_withdraw) ?? ""
|
|
1080
1111
|
}
|
|
1081
1112
|
};
|
|
1082
1113
|
})) ?? []
|
|
1083
1114
|
};
|
|
1084
|
-
},
|
|
1115
|
+
}, St = (e) => ({
|
|
1085
1116
|
status: e.status == 1,
|
|
1086
1117
|
message: e.msg ?? ""
|
|
1087
|
-
}),
|
|
1118
|
+
}), kt = (e) => (console.log(e), {
|
|
1088
1119
|
form: e.form ?? ""
|
|
1089
|
-
}),
|
|
1120
|
+
}), Pt = (e) => v(e), Ot = (e) => v(e), V = (e) => ({
|
|
1090
1121
|
status: e.status == 1,
|
|
1091
1122
|
message: e.errormessage ?? ""
|
|
1092
|
-
}),
|
|
1123
|
+
}), Mt = (e) => v(e), jt = (e) => e, xt = (e) => v(e), Dt = (e) => {
|
|
1093
1124
|
var t;
|
|
1094
1125
|
return {
|
|
1095
1126
|
platformProduct: ((t = e.mdPlatformProduct) == null ? void 0 : t.map((n) => ({
|
|
@@ -1098,7 +1129,7 @@ const De = (e) => {
|
|
|
1098
1129
|
com: n.com
|
|
1099
1130
|
}))) ?? []
|
|
1100
1131
|
};
|
|
1101
|
-
},
|
|
1132
|
+
}, Ct = (e) => {
|
|
1102
1133
|
var t;
|
|
1103
1134
|
return {
|
|
1104
1135
|
productMaster: ((t = e.mdProductMaster) == null ? void 0 : t.map((n) => ({
|
|
@@ -1106,11 +1137,11 @@ const De = (e) => {
|
|
|
1106
1137
|
name: n.name
|
|
1107
1138
|
}))) ?? []
|
|
1108
1139
|
};
|
|
1109
|
-
},
|
|
1140
|
+
}, wt = (e) => v(e), It = (e) => v(e), Lt = (e) => v(e), Gt = (e) => v(e), zt = (e) => v(e), Nt = (e) => v(e), Ft = (e) => v(e), Bt = (e) => ({
|
|
1110
1141
|
status: e.status == 1,
|
|
1111
1142
|
message: e.msg ?? "",
|
|
1112
1143
|
data: e.data
|
|
1113
|
-
}),
|
|
1144
|
+
}), Ut = (e) => ({
|
|
1114
1145
|
status: e.status == 1,
|
|
1115
1146
|
message: e.msg ?? ""
|
|
1116
1147
|
}), qt = (e) => {
|
|
@@ -1119,20 +1150,20 @@ const De = (e) => {
|
|
|
1119
1150
|
status: e.status == 1,
|
|
1120
1151
|
amount: t
|
|
1121
1152
|
};
|
|
1122
|
-
},
|
|
1153
|
+
}, Vt = (e) => ({
|
|
1123
1154
|
eventDescription: {
|
|
1124
1155
|
condition: e.bottomDescription.signinCondition,
|
|
1125
1156
|
prize: e.bottomDescription.signinPrize,
|
|
1126
1157
|
others: e.bottomDescription.otherDescription
|
|
1127
1158
|
},
|
|
1128
1159
|
firstDayOfMonth: e.firstDayOfMonth
|
|
1129
|
-
}),
|
|
1160
|
+
}), Wt = (e) => ({
|
|
1130
1161
|
status: e.status == 1,
|
|
1131
1162
|
signedDays: e.days,
|
|
1132
1163
|
signedToday: e.todayIsSign === 1,
|
|
1133
1164
|
dayStreak: e.continuousDay,
|
|
1134
1165
|
canSignToday: e.canSign === 1
|
|
1135
|
-
}),
|
|
1166
|
+
}), Et = (e) => ({
|
|
1136
1167
|
status: e.status == 1,
|
|
1137
1168
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
1138
1169
|
fullName: e.fullname,
|
|
@@ -1168,7 +1199,7 @@ const De = (e) => {
|
|
|
1168
1199
|
commission: n.commission
|
|
1169
1200
|
}))
|
|
1170
1201
|
}))
|
|
1171
|
-
}),
|
|
1202
|
+
}), $t = (e) => ({
|
|
1172
1203
|
status: e.status == 1,
|
|
1173
1204
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
1174
1205
|
id: e.id ?? 0,
|
|
@@ -1185,7 +1216,7 @@ const De = (e) => {
|
|
|
1185
1216
|
message: e.msg ?? "",
|
|
1186
1217
|
username: e.accountcode,
|
|
1187
1218
|
password: e.password
|
|
1188
|
-
}),
|
|
1219
|
+
}), Ht = (e) => {
|
|
1189
1220
|
var t;
|
|
1190
1221
|
return {
|
|
1191
1222
|
currentPage: e.mdGameCreditLimitTransfers.current_page,
|
|
@@ -1198,7 +1229,7 @@ const De = (e) => {
|
|
|
1198
1229
|
transferDateTime: n.transferdatetime
|
|
1199
1230
|
}))) ?? []
|
|
1200
1231
|
};
|
|
1201
|
-
},
|
|
1232
|
+
}, Jt = (e) => {
|
|
1202
1233
|
var t;
|
|
1203
1234
|
return {
|
|
1204
1235
|
currentPage: e.mdAgTransfeReport.current_page,
|
|
@@ -1211,51 +1242,51 @@ const De = (e) => {
|
|
|
1211
1242
|
transferDateTime: n.transferdatetime
|
|
1212
1243
|
}))) ?? []
|
|
1213
1244
|
};
|
|
1214
|
-
},
|
|
1215
|
-
var t, n;
|
|
1245
|
+
}, Yt = (e) => {
|
|
1246
|
+
var t, n, u, s, l, d, m, f, g, _;
|
|
1216
1247
|
return {
|
|
1217
1248
|
status: e.status == 1,
|
|
1218
1249
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
1219
1250
|
data: {
|
|
1220
1251
|
total: {
|
|
1221
|
-
bet: e.data.total.bet.toFixed(2),
|
|
1222
|
-
activeBet: (e.data.total.activebet ?? 0).toFixed(2),
|
|
1223
|
-
validBet: (e.data.total.validbet ?? 0).toFixed(2),
|
|
1224
|
-
payout: e.data.total.payout.toFixed(2)
|
|
1252
|
+
bet: (((t = e.data) == null ? void 0 : t.total.bet) ?? 0).toFixed(2),
|
|
1253
|
+
activeBet: (((n = e.data) == null ? void 0 : n.total.activebet) ?? 0).toFixed(2),
|
|
1254
|
+
validBet: (((u = e.data) == null ? void 0 : u.total.validbet) ?? 0).toFixed(2),
|
|
1255
|
+
payout: (((s = e.data) == null ? void 0 : s.total.payout) ?? 0).toFixed(2)
|
|
1225
1256
|
},
|
|
1226
|
-
sum: ((
|
|
1227
|
-
bet:
|
|
1228
|
-
activeBet:
|
|
1229
|
-
name:
|
|
1230
|
-
com:
|
|
1257
|
+
sum: ((d = (l = e.data) == null ? void 0 : l.sum) == null ? void 0 : d.map((h) => ({
|
|
1258
|
+
bet: h.bet,
|
|
1259
|
+
activeBet: h.activebet,
|
|
1260
|
+
name: h.name,
|
|
1261
|
+
com: h.com
|
|
1231
1262
|
}))) ?? [],
|
|
1232
|
-
wagers: ((
|
|
1233
|
-
payout:
|
|
1234
|
-
betType:
|
|
1235
|
-
stakeF:
|
|
1236
|
-
stakeL:
|
|
1237
|
-
date:
|
|
1238
|
-
key:
|
|
1239
|
-
detailSA:
|
|
1240
|
-
detailSC:
|
|
1241
|
-
resultL:
|
|
1263
|
+
wagers: ((f = (m = e.data) == null ? void 0 : m.wagers) == null ? void 0 : f.map((h) => ({
|
|
1264
|
+
payout: h.payout,
|
|
1265
|
+
betType: h.betType,
|
|
1266
|
+
stakeF: h.stakeF,
|
|
1267
|
+
stakeL: h.stakeL,
|
|
1268
|
+
date: h.date,
|
|
1269
|
+
key: h.key,
|
|
1270
|
+
detailSA: h.detailsa,
|
|
1271
|
+
detailSC: h.detailsc,
|
|
1272
|
+
resultL: h.resultL
|
|
1242
1273
|
}))) ?? [],
|
|
1243
|
-
currentPage: e.data.page.current_page,
|
|
1244
|
-
totalPage: e.data.page.last_page
|
|
1274
|
+
currentPage: ((g = e.data) == null ? void 0 : g.page.current_page) ?? 1,
|
|
1275
|
+
totalPage: ((_ = e.data) == null ? void 0 : _.page.last_page) ?? 1
|
|
1245
1276
|
}
|
|
1246
1277
|
};
|
|
1247
|
-
},
|
|
1248
|
-
var t, n,
|
|
1278
|
+
}, Kt = (e) => {
|
|
1279
|
+
var t, n, u;
|
|
1249
1280
|
return {
|
|
1250
1281
|
status: e.status == 1,
|
|
1251
1282
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
1252
1283
|
data: {
|
|
1253
1284
|
key: ((t = e.data) == null ? void 0 : t.key) ?? "",
|
|
1254
1285
|
qrcode: ((n = e.data) == null ? void 0 : n.qrcode) ?? "",
|
|
1255
|
-
binded: ((
|
|
1286
|
+
binded: ((u = e.data) == null ? void 0 : u.binded) ?? !1
|
|
1256
1287
|
}
|
|
1257
1288
|
};
|
|
1258
|
-
},
|
|
1289
|
+
}, Qt = (e) => v(e), Xt = (e) => {
|
|
1259
1290
|
var t;
|
|
1260
1291
|
return {
|
|
1261
1292
|
status: e.status == 1,
|
|
@@ -1265,8 +1296,8 @@ const De = (e) => {
|
|
|
1265
1296
|
createdAt: n.created_at
|
|
1266
1297
|
}))) ?? []
|
|
1267
1298
|
};
|
|
1268
|
-
},
|
|
1269
|
-
var t, n,
|
|
1299
|
+
}, Zt = (e) => v(e), en = (e) => {
|
|
1300
|
+
var t, n, u;
|
|
1270
1301
|
return {
|
|
1271
1302
|
status: e.status == 1,
|
|
1272
1303
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
@@ -1279,7 +1310,7 @@ const De = (e) => {
|
|
|
1279
1310
|
key: s.key,
|
|
1280
1311
|
count: s.count
|
|
1281
1312
|
}))) ?? [],
|
|
1282
|
-
list: ((
|
|
1313
|
+
list: ((u = e.data.list) == null ? void 0 : u.map((s) => ({
|
|
1283
1314
|
dimension: s.combination_dimension,
|
|
1284
1315
|
combination: s.combination_combination,
|
|
1285
1316
|
prizePosition: s.combination_position,
|
|
@@ -1290,23 +1321,23 @@ const De = (e) => {
|
|
|
1290
1321
|
}))) ?? []
|
|
1291
1322
|
}
|
|
1292
1323
|
};
|
|
1293
|
-
},
|
|
1324
|
+
}, tn = (e) => v(e), nn = (e) => ({
|
|
1294
1325
|
status: e.status == 1,
|
|
1295
1326
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
1296
1327
|
tokenAmount: e.token_amount
|
|
1297
|
-
}),
|
|
1298
|
-
var
|
|
1299
|
-
const
|
|
1328
|
+
}), an = (e) => v(e);
|
|
1329
|
+
var E = /* @__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))(E || {});
|
|
1330
|
+
const on = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1300
1331
|
__proto__: null,
|
|
1301
|
-
SettingType:
|
|
1302
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
1332
|
+
SettingType: E
|
|
1333
|
+
}, Symbol.toStringTag, { value: "Module" })), rn = (e) => {
|
|
1303
1334
|
let t = 0;
|
|
1304
1335
|
return e.data != null && typeof e.data == "object" && (t = e.data.amount), {
|
|
1305
1336
|
status: e.status,
|
|
1306
1337
|
message: e.msg ?? "",
|
|
1307
1338
|
amount: t
|
|
1308
1339
|
};
|
|
1309
|
-
},
|
|
1340
|
+
}, sn = (e) => e.status == 0 ? {
|
|
1310
1341
|
record: {
|
|
1311
1342
|
today: {
|
|
1312
1343
|
deposit: "0",
|
|
@@ -1336,13 +1367,13 @@ const an = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1336
1367
|
loseLimit: t.loselimit,
|
|
1337
1368
|
maxReward: t.max_reward
|
|
1338
1369
|
}))
|
|
1339
|
-
},
|
|
1370
|
+
}, ln = (e) => e.status == 0 ? [] : e.data.map((t) => ({
|
|
1340
1371
|
amount: t.amount,
|
|
1341
1372
|
date: t.date,
|
|
1342
1373
|
deposit: t.deposit,
|
|
1343
1374
|
payout: t.payout
|
|
1344
|
-
})),
|
|
1345
|
-
var t, n,
|
|
1375
|
+
})), un = async (e) => {
|
|
1376
|
+
var t, n, u, s, l, d, m, f, g, _, h, M;
|
|
1346
1377
|
try {
|
|
1347
1378
|
e.findIndex((c) => c.name === i.vipList) !== -1 && e.push(
|
|
1348
1379
|
{
|
|
@@ -1353,45 +1384,54 @@ const an = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1353
1384
|
{ name: i.vipStatus, query: "" },
|
|
1354
1385
|
{
|
|
1355
1386
|
name: i.getSetting,
|
|
1356
|
-
query: JSON.stringify({ name: [
|
|
1387
|
+
query: JSON.stringify({ name: [E.vipcalculation] })
|
|
1357
1388
|
}
|
|
1358
|
-
)
|
|
1389
|
+
);
|
|
1390
|
+
const S = e.findIndex((c) => c.name === i.gameList);
|
|
1391
|
+
S !== -1 && (JSON.parse(e[S].query).pid || e.push({
|
|
1392
|
+
name: i.fishGameList,
|
|
1393
|
+
query: JSON.stringify({
|
|
1394
|
+
d: "mobile",
|
|
1395
|
+
p: "1",
|
|
1396
|
+
c: "0"
|
|
1397
|
+
})
|
|
1398
|
+
}), e.push({
|
|
1359
1399
|
name: i.getPlatformTurnoverRate,
|
|
1360
1400
|
query: ""
|
|
1361
|
-
});
|
|
1362
|
-
const
|
|
1363
|
-
if (
|
|
1401
|
+
}));
|
|
1402
|
+
const O = e.findIndex((c) => c.name === i.searchHot);
|
|
1403
|
+
if (O !== -1) {
|
|
1364
1404
|
let c = {};
|
|
1365
|
-
e.forEach((
|
|
1366
|
-
c =
|
|
1367
|
-
}), e.splice(
|
|
1405
|
+
e.forEach((y) => {
|
|
1406
|
+
c = y.query;
|
|
1407
|
+
}), e.splice(O), e.push({
|
|
1368
1408
|
name: i.getFourDimensionData,
|
|
1369
1409
|
query: String(c)
|
|
1370
1410
|
});
|
|
1371
1411
|
}
|
|
1372
|
-
const
|
|
1373
|
-
if (
|
|
1412
|
+
const G = e.findIndex((c) => c.name === i.searchNumberHistory);
|
|
1413
|
+
if (G !== -1) {
|
|
1374
1414
|
let c = {};
|
|
1375
|
-
e.forEach((
|
|
1376
|
-
c =
|
|
1377
|
-
}), e.splice(
|
|
1415
|
+
e.forEach((y) => {
|
|
1416
|
+
c = y.query;
|
|
1417
|
+
}), e.splice(G), e.push({
|
|
1378
1418
|
name: i.getFourDimensionData,
|
|
1379
1419
|
query: String(c)
|
|
1380
1420
|
});
|
|
1381
1421
|
}
|
|
1382
1422
|
if (e.findIndex((c) => c.name === i.searchByDate) !== -1) {
|
|
1383
1423
|
let c = {};
|
|
1384
|
-
e.forEach((
|
|
1385
|
-
c =
|
|
1386
|
-
}), e.splice(
|
|
1424
|
+
e.forEach((y) => {
|
|
1425
|
+
c = y.query;
|
|
1426
|
+
}), e.splice(G), e.push({
|
|
1387
1427
|
name: i.getFourDimensionData,
|
|
1388
1428
|
query: String(c)
|
|
1389
1429
|
});
|
|
1390
1430
|
}
|
|
1391
|
-
const
|
|
1431
|
+
const R = e.findIndex(
|
|
1392
1432
|
(c) => c.name === i.getFourDimensionData
|
|
1393
1433
|
);
|
|
1394
|
-
|
|
1434
|
+
R !== -1 && e[R].query == "" && (e.splice(R), e.push(
|
|
1395
1435
|
{
|
|
1396
1436
|
name: i.getFourDimensionData,
|
|
1397
1437
|
query: JSON.stringify({ action: i.getCompany, native: "1" })
|
|
@@ -1407,639 +1447,695 @@ const an = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1407
1447
|
})
|
|
1408
1448
|
}
|
|
1409
1449
|
));
|
|
1410
|
-
const
|
|
1450
|
+
const A = {
|
|
1411
1451
|
requests: e.map((c) => ({
|
|
1412
1452
|
name: c.name,
|
|
1413
1453
|
query: btoa(c.query)
|
|
1414
1454
|
}))
|
|
1415
|
-
},
|
|
1455
|
+
}, te = await L.post(
|
|
1416
1456
|
"/jwt",
|
|
1417
|
-
|
|
1418
|
-
),
|
|
1457
|
+
ne(JSON.stringify(A))
|
|
1458
|
+
), o = {
|
|
1419
1459
|
status: 200,
|
|
1420
1460
|
message: "",
|
|
1421
1461
|
result: {}
|
|
1422
1462
|
};
|
|
1423
|
-
for (const c of
|
|
1424
|
-
c.error != null && c.error.code != 200 && (
|
|
1425
|
-
const
|
|
1426
|
-
if (console.log(
|
|
1427
|
-
console.log("Not data received"),
|
|
1463
|
+
for (const c of te.data.responses) {
|
|
1464
|
+
c.error != null && c.error.code != 200 && (o.status = c.error.code, o.message = c.error.message);
|
|
1465
|
+
const y = c.attributes !== null && c.attributes !== void 0 ? ae(c.attributes) : null, r = c.name, a = y ? JSON.parse(y) : null;
|
|
1466
|
+
if (console.log(r), console.log(a), !a)
|
|
1467
|
+
console.log("Not data received"), o.result[r] = null;
|
|
1428
1468
|
else
|
|
1429
|
-
switch (
|
|
1469
|
+
switch (r) {
|
|
1430
1470
|
case i.announcement:
|
|
1431
|
-
|
|
1471
|
+
o.result[r] = pe(a);
|
|
1432
1472
|
break;
|
|
1433
1473
|
case i.gameList:
|
|
1434
|
-
|
|
1474
|
+
o.result[r] = be(a);
|
|
1435
1475
|
break;
|
|
1436
1476
|
case i.cmsList:
|
|
1437
|
-
|
|
1477
|
+
o.result[r] = Re(a);
|
|
1438
1478
|
break;
|
|
1439
1479
|
case i.paymentsProvider:
|
|
1440
|
-
|
|
1441
|
-
|
|
1480
|
+
o.result[r] = ue(
|
|
1481
|
+
a
|
|
1442
1482
|
);
|
|
1443
1483
|
break;
|
|
1444
1484
|
case i.getUserProfile:
|
|
1445
|
-
|
|
1485
|
+
o.result[r] = ge(a);
|
|
1446
1486
|
break;
|
|
1447
1487
|
case i.vipList:
|
|
1448
|
-
|
|
1488
|
+
o.result[r] = fe(a);
|
|
1449
1489
|
break;
|
|
1450
1490
|
case i.vipBonus:
|
|
1451
|
-
|
|
1491
|
+
o.result[r] = _e(a);
|
|
1452
1492
|
break;
|
|
1453
1493
|
case i.vipFieldStatus:
|
|
1454
|
-
|
|
1494
|
+
o.result[r] = he(a);
|
|
1455
1495
|
break;
|
|
1456
1496
|
case i.vipStatus:
|
|
1457
|
-
|
|
1497
|
+
o.result[r] = Te(a);
|
|
1458
1498
|
break;
|
|
1459
1499
|
case i.promotion:
|
|
1460
|
-
|
|
1500
|
+
o.result[r] = ye(a);
|
|
1461
1501
|
break;
|
|
1462
1502
|
case i.getSetting:
|
|
1463
|
-
|
|
1503
|
+
o.result[r] = ve(a);
|
|
1464
1504
|
break;
|
|
1465
1505
|
case i.getCountryMobile:
|
|
1466
|
-
|
|
1467
|
-
|
|
1506
|
+
o.result[r] = Se(
|
|
1507
|
+
a
|
|
1468
1508
|
);
|
|
1469
1509
|
break;
|
|
1470
1510
|
case i.getPlatformTurnoverRate:
|
|
1471
|
-
|
|
1472
|
-
|
|
1511
|
+
o.result[r] = ke(
|
|
1512
|
+
a
|
|
1473
1513
|
);
|
|
1474
1514
|
break;
|
|
1475
1515
|
case i.mainWallet:
|
|
1476
|
-
|
|
1516
|
+
o.result[r] = Pe(a);
|
|
1477
1517
|
break;
|
|
1478
1518
|
case i.getLanguageSetting:
|
|
1479
|
-
|
|
1480
|
-
|
|
1519
|
+
o.result[r] = Oe(
|
|
1520
|
+
a
|
|
1481
1521
|
);
|
|
1482
1522
|
break;
|
|
1483
1523
|
case i.getFourDimensionData:
|
|
1484
|
-
|
|
1485
|
-
|
|
1524
|
+
o.result[r] = Me(
|
|
1525
|
+
a
|
|
1486
1526
|
);
|
|
1487
1527
|
break;
|
|
1488
1528
|
case i.getCompany:
|
|
1489
|
-
|
|
1529
|
+
o.result[r] = je(a);
|
|
1490
1530
|
break;
|
|
1491
1531
|
case i.searchResultDate:
|
|
1492
|
-
|
|
1493
|
-
|
|
1532
|
+
o.result[r] = xe(
|
|
1533
|
+
a
|
|
1494
1534
|
);
|
|
1495
1535
|
break;
|
|
1496
1536
|
case i.searchHot:
|
|
1497
|
-
|
|
1537
|
+
o.result[r] = Ce(a);
|
|
1498
1538
|
break;
|
|
1499
1539
|
case i.searchByDate:
|
|
1500
|
-
|
|
1540
|
+
o.result[r] = we(a);
|
|
1501
1541
|
break;
|
|
1502
1542
|
case i.upcomingMatches:
|
|
1503
|
-
|
|
1504
|
-
|
|
1543
|
+
o.result[r] = Ie(
|
|
1544
|
+
a
|
|
1505
1545
|
);
|
|
1506
1546
|
break;
|
|
1507
1547
|
case i.deposit:
|
|
1508
|
-
|
|
1548
|
+
o.result[r] = Le(a);
|
|
1509
1549
|
break;
|
|
1510
1550
|
case i.applyVipBonus:
|
|
1511
|
-
|
|
1551
|
+
o.result[r] = Ge(a);
|
|
1512
1552
|
break;
|
|
1513
1553
|
case i.withdraw:
|
|
1514
|
-
|
|
1554
|
+
o.result[r] = ze(a);
|
|
1515
1555
|
break;
|
|
1516
1556
|
case i.getBankCardData:
|
|
1517
|
-
|
|
1518
|
-
|
|
1557
|
+
o.result[r] = Ne(
|
|
1558
|
+
a
|
|
1519
1559
|
);
|
|
1520
1560
|
break;
|
|
1521
1561
|
case i.withdrawalGet:
|
|
1522
|
-
|
|
1562
|
+
o.result[r] = Fe(a);
|
|
1523
1563
|
break;
|
|
1524
1564
|
case i.addBankCard:
|
|
1525
|
-
|
|
1565
|
+
o.result[r] = Be(a);
|
|
1526
1566
|
break;
|
|
1527
1567
|
case i.transactionReport:
|
|
1528
|
-
|
|
1529
|
-
|
|
1568
|
+
o.result[r] = Ue(
|
|
1569
|
+
a
|
|
1530
1570
|
);
|
|
1531
1571
|
break;
|
|
1532
1572
|
case i.changePassword:
|
|
1533
|
-
|
|
1573
|
+
o.result[r] = Ve(a);
|
|
1534
1574
|
break;
|
|
1535
1575
|
case i.wallet:
|
|
1536
|
-
|
|
1576
|
+
o.result[r] = We(a);
|
|
1537
1577
|
break;
|
|
1538
1578
|
case i.getEventList:
|
|
1539
|
-
|
|
1579
|
+
o.result[r] = Ee(a);
|
|
1540
1580
|
break;
|
|
1541
1581
|
case i.getEventToken:
|
|
1542
|
-
|
|
1582
|
+
o.result[r] = $e(a);
|
|
1543
1583
|
break;
|
|
1544
1584
|
case i.getExtraGame:
|
|
1545
|
-
|
|
1585
|
+
o.result[r] = Ae(a);
|
|
1546
1586
|
break;
|
|
1547
1587
|
case i.mailBox:
|
|
1548
|
-
|
|
1588
|
+
o.result[r] = He(a);
|
|
1549
1589
|
break;
|
|
1550
1590
|
case i.fishGameList:
|
|
1551
|
-
|
|
1591
|
+
o.result[r] = Je(a);
|
|
1552
1592
|
break;
|
|
1553
1593
|
case i.slotGameList:
|
|
1554
|
-
|
|
1594
|
+
o.result[r] = Ye(a);
|
|
1555
1595
|
break;
|
|
1556
1596
|
case i.getTurnOverRewardData:
|
|
1557
|
-
|
|
1558
|
-
|
|
1597
|
+
o.result[r] = Ke(
|
|
1598
|
+
a
|
|
1559
1599
|
);
|
|
1560
1600
|
break;
|
|
1561
1601
|
case i.getTurnOverRewardReport:
|
|
1562
|
-
|
|
1563
|
-
|
|
1602
|
+
o.result[r] = Qe(
|
|
1603
|
+
a
|
|
1564
1604
|
);
|
|
1565
1605
|
break;
|
|
1566
1606
|
case i.getInviteRewardData:
|
|
1567
|
-
|
|
1568
|
-
|
|
1607
|
+
o.result[r] = Xe(
|
|
1608
|
+
a
|
|
1569
1609
|
);
|
|
1570
1610
|
break;
|
|
1571
1611
|
case i.getInviteRewardReport:
|
|
1572
|
-
|
|
1573
|
-
|
|
1612
|
+
o.result[r] = Ze(
|
|
1613
|
+
a
|
|
1574
1614
|
);
|
|
1575
1615
|
break;
|
|
1576
1616
|
case i.getTopupRewardData:
|
|
1577
|
-
|
|
1578
|
-
|
|
1617
|
+
o.result[r] = et(
|
|
1618
|
+
a
|
|
1579
1619
|
);
|
|
1580
1620
|
break;
|
|
1581
1621
|
case i.getTopupRewardReport:
|
|
1582
|
-
|
|
1583
|
-
|
|
1622
|
+
o.result[r] = tt(
|
|
1623
|
+
a
|
|
1584
1624
|
);
|
|
1585
1625
|
break;
|
|
1586
1626
|
case i.getRewardReferral:
|
|
1587
|
-
|
|
1588
|
-
|
|
1627
|
+
o.result[r] = nt(
|
|
1628
|
+
a
|
|
1589
1629
|
);
|
|
1590
1630
|
break;
|
|
1591
1631
|
case i.submitWithdrawValidate:
|
|
1592
|
-
|
|
1632
|
+
o.result[r] = V(a);
|
|
1593
1633
|
break;
|
|
1594
1634
|
case i.getDepositPromotion:
|
|
1595
|
-
|
|
1596
|
-
|
|
1635
|
+
o.result[r] = at(
|
|
1636
|
+
a
|
|
1597
1637
|
);
|
|
1598
1638
|
break;
|
|
1599
1639
|
case i.getTopUpRewardClaim:
|
|
1600
|
-
|
|
1601
|
-
|
|
1640
|
+
o.result[r] = ot(
|
|
1641
|
+
a
|
|
1602
1642
|
);
|
|
1603
1643
|
break;
|
|
1604
1644
|
case i.getInviteRewardClaim:
|
|
1605
|
-
|
|
1606
|
-
|
|
1645
|
+
o.result[r] = rt(
|
|
1646
|
+
a
|
|
1607
1647
|
);
|
|
1608
1648
|
break;
|
|
1609
1649
|
case i.getTurnOverRewardClaim:
|
|
1610
|
-
|
|
1611
|
-
|
|
1650
|
+
o.result[r] = st(
|
|
1651
|
+
a
|
|
1612
1652
|
);
|
|
1613
1653
|
break;
|
|
1614
1654
|
case i.getInviteRewardSetting:
|
|
1615
|
-
|
|
1616
|
-
|
|
1655
|
+
o.result[r] = it(
|
|
1656
|
+
a
|
|
1617
1657
|
);
|
|
1618
1658
|
break;
|
|
1619
1659
|
case i.getTurnOverRewardSetting:
|
|
1620
|
-
|
|
1621
|
-
|
|
1660
|
+
o.result[r] = lt(
|
|
1661
|
+
a
|
|
1622
1662
|
);
|
|
1623
1663
|
break;
|
|
1624
1664
|
case i.getTopUpRewardSetting:
|
|
1625
|
-
|
|
1626
|
-
|
|
1665
|
+
o.result[r] = ut(
|
|
1666
|
+
a
|
|
1627
1667
|
);
|
|
1628
1668
|
break;
|
|
1629
1669
|
case i.requestForgetPassword:
|
|
1630
|
-
|
|
1631
|
-
|
|
1670
|
+
o.result[r] = dt(
|
|
1671
|
+
a
|
|
1632
1672
|
);
|
|
1633
1673
|
break;
|
|
1634
1674
|
case i.submitForgetPassword:
|
|
1635
|
-
|
|
1636
|
-
|
|
1675
|
+
o.result[r] = ct(
|
|
1676
|
+
a
|
|
1637
1677
|
);
|
|
1638
1678
|
break;
|
|
1639
1679
|
case i.getImage:
|
|
1640
|
-
|
|
1680
|
+
o.result[r] = mt(a);
|
|
1641
1681
|
break;
|
|
1642
1682
|
case i.getDepositValidate:
|
|
1643
|
-
|
|
1683
|
+
o.result[r] = q(a);
|
|
1644
1684
|
break;
|
|
1645
1685
|
case i.getWithdrawValidate:
|
|
1646
|
-
|
|
1686
|
+
o.result[r] = q(a);
|
|
1647
1687
|
break;
|
|
1648
1688
|
case i.getTransferCreditValidate:
|
|
1649
|
-
|
|
1689
|
+
o.result[r] = q(a);
|
|
1650
1690
|
break;
|
|
1651
1691
|
case i.updateProfilePicture:
|
|
1652
|
-
|
|
1653
|
-
|
|
1692
|
+
o.result[r] = gt(
|
|
1693
|
+
a
|
|
1654
1694
|
);
|
|
1655
1695
|
break;
|
|
1656
1696
|
case i.readMail:
|
|
1657
|
-
|
|
1697
|
+
o.result[r] = bt(a);
|
|
1658
1698
|
break;
|
|
1659
1699
|
case i.checkRedPacketValidate:
|
|
1660
|
-
|
|
1661
|
-
|
|
1700
|
+
o.result[r] = ft(
|
|
1701
|
+
a
|
|
1662
1702
|
);
|
|
1663
1703
|
break;
|
|
1664
1704
|
case i.requestTacCode:
|
|
1665
|
-
|
|
1705
|
+
o.result[r] = yt(a);
|
|
1666
1706
|
break;
|
|
1667
1707
|
case i.getUsernameByRefer:
|
|
1668
|
-
|
|
1669
|
-
|
|
1708
|
+
o.result[r] = _t(
|
|
1709
|
+
a
|
|
1670
1710
|
);
|
|
1671
1711
|
break;
|
|
1672
1712
|
case i.applyPromo:
|
|
1673
|
-
|
|
1713
|
+
o.result[r] = ht(a);
|
|
1674
1714
|
break;
|
|
1675
1715
|
case i.applyRedPacket:
|
|
1676
|
-
|
|
1716
|
+
o.result[r] = Tt(a);
|
|
1677
1717
|
break;
|
|
1678
1718
|
case i.applySignIn:
|
|
1679
|
-
|
|
1719
|
+
o.result[r] = vt(a);
|
|
1680
1720
|
break;
|
|
1681
1721
|
case i.getCountry:
|
|
1682
|
-
|
|
1722
|
+
o.result[r] = Rt(a);
|
|
1683
1723
|
break;
|
|
1684
1724
|
case i.submitGiftCode:
|
|
1685
|
-
|
|
1725
|
+
o.result[r] = St(a);
|
|
1686
1726
|
break;
|
|
1687
1727
|
case i.playGame:
|
|
1688
|
-
|
|
1728
|
+
o.result[r] = kt(a);
|
|
1689
1729
|
break;
|
|
1690
1730
|
case i.transferToMain:
|
|
1691
|
-
|
|
1731
|
+
o.result[r] = Pt(a);
|
|
1692
1732
|
break;
|
|
1693
1733
|
case i.transferProcess:
|
|
1694
|
-
|
|
1695
|
-
|
|
1734
|
+
o.result[r] = Ot(
|
|
1735
|
+
a
|
|
1696
1736
|
);
|
|
1697
1737
|
break;
|
|
1698
1738
|
case i.submitDepositValidate:
|
|
1699
|
-
|
|
1739
|
+
o.result[r] = V(a);
|
|
1700
1740
|
break;
|
|
1701
1741
|
case i.submitTransferCreditValidate:
|
|
1702
|
-
|
|
1742
|
+
o.result[r] = V(a);
|
|
1703
1743
|
break;
|
|
1704
1744
|
case i.checkTransferCredit:
|
|
1705
|
-
|
|
1706
|
-
|
|
1745
|
+
o.result[r] = Mt(
|
|
1746
|
+
a
|
|
1707
1747
|
);
|
|
1708
1748
|
break;
|
|
1709
1749
|
case i.friendList:
|
|
1710
|
-
|
|
1750
|
+
o.result[r] = jt(a);
|
|
1711
1751
|
break;
|
|
1712
1752
|
case i.friendListEdit:
|
|
1713
|
-
|
|
1753
|
+
o.result[r] = xt(a);
|
|
1714
1754
|
break;
|
|
1715
1755
|
case i.getActivePP:
|
|
1716
|
-
|
|
1756
|
+
o.result[r] = Dt(a);
|
|
1717
1757
|
break;
|
|
1718
1758
|
case i.getActiveProduct:
|
|
1719
|
-
|
|
1720
|
-
|
|
1759
|
+
o.result[r] = Ct(
|
|
1760
|
+
a
|
|
1721
1761
|
);
|
|
1722
1762
|
break;
|
|
1723
1763
|
case i.requestWithdrawTac:
|
|
1724
|
-
|
|
1725
|
-
|
|
1764
|
+
o.result[r] = wt(
|
|
1765
|
+
a
|
|
1726
1766
|
);
|
|
1727
1767
|
break;
|
|
1728
1768
|
case i.requestWithdrawalCode:
|
|
1729
|
-
|
|
1730
|
-
|
|
1769
|
+
o.result[r] = It(
|
|
1770
|
+
a
|
|
1731
1771
|
);
|
|
1732
1772
|
break;
|
|
1733
1773
|
case i.commissionWithdraw:
|
|
1734
|
-
|
|
1735
|
-
|
|
1774
|
+
o.result[r] = Lt(
|
|
1775
|
+
a
|
|
1736
1776
|
);
|
|
1737
1777
|
break;
|
|
1738
1778
|
case i.submitWithdrawalCode:
|
|
1739
|
-
|
|
1740
|
-
|
|
1779
|
+
o.result[r] = Gt(
|
|
1780
|
+
a
|
|
1741
1781
|
);
|
|
1742
1782
|
break;
|
|
1743
1783
|
case i.submitCryptoAccount:
|
|
1744
|
-
|
|
1745
|
-
|
|
1784
|
+
o.result[r] = zt(
|
|
1785
|
+
a
|
|
1746
1786
|
);
|
|
1747
1787
|
break;
|
|
1748
1788
|
case i.requestTransferMoney:
|
|
1749
|
-
|
|
1750
|
-
|
|
1789
|
+
o.result[r] = Nt(
|
|
1790
|
+
a
|
|
1751
1791
|
);
|
|
1752
1792
|
break;
|
|
1753
1793
|
case i.submitTransferMoney:
|
|
1754
|
-
|
|
1755
|
-
|
|
1794
|
+
o.result[r] = Ft(
|
|
1795
|
+
a
|
|
1756
1796
|
);
|
|
1757
1797
|
break;
|
|
1758
1798
|
case i.requestUpdateMobileTacCode:
|
|
1759
|
-
|
|
1760
|
-
|
|
1799
|
+
o.result[r] = Bt(
|
|
1800
|
+
a
|
|
1761
1801
|
);
|
|
1762
1802
|
break;
|
|
1763
1803
|
case i.submitUpdateMobileTacCode:
|
|
1764
|
-
|
|
1765
|
-
|
|
1804
|
+
o.result[r] = Ut(
|
|
1805
|
+
a
|
|
1766
1806
|
);
|
|
1767
1807
|
break;
|
|
1768
1808
|
case i.getVerifyPromo:
|
|
1769
|
-
|
|
1809
|
+
o.result[r] = qt(a);
|
|
1770
1810
|
break;
|
|
1771
1811
|
case i.signInViewInfo:
|
|
1772
|
-
|
|
1812
|
+
o.result[r] = Vt(a);
|
|
1773
1813
|
break;
|
|
1774
1814
|
case i.signInRecord:
|
|
1775
|
-
|
|
1815
|
+
o.result[r] = Wt(a);
|
|
1776
1816
|
break;
|
|
1777
1817
|
case i.referralProfile:
|
|
1778
|
-
|
|
1779
|
-
|
|
1818
|
+
o.result[r] = Et(
|
|
1819
|
+
a
|
|
1780
1820
|
);
|
|
1781
1821
|
break;
|
|
1782
1822
|
case i.referralMemberProfile:
|
|
1783
|
-
|
|
1784
|
-
|
|
1823
|
+
o.result[r] = $t(
|
|
1824
|
+
a
|
|
1785
1825
|
);
|
|
1786
1826
|
break;
|
|
1787
1827
|
case i.registerAction:
|
|
1788
|
-
|
|
1828
|
+
o.result[r] = At(a);
|
|
1789
1829
|
break;
|
|
1790
1830
|
case i.transferReport:
|
|
1791
|
-
|
|
1831
|
+
o.result[r] = Ht(a);
|
|
1792
1832
|
break;
|
|
1793
1833
|
case i.agTransferCreditReport:
|
|
1794
|
-
|
|
1795
|
-
|
|
1834
|
+
o.result[r] = Jt(
|
|
1835
|
+
a
|
|
1796
1836
|
);
|
|
1797
1837
|
break;
|
|
1798
1838
|
case i.betReport:
|
|
1799
|
-
|
|
1839
|
+
o.result[r] = Yt(a);
|
|
1800
1840
|
break;
|
|
1801
1841
|
case i.getTwoFactorAuthenticate:
|
|
1802
|
-
|
|
1803
|
-
|
|
1842
|
+
o.result[r] = Kt(
|
|
1843
|
+
a
|
|
1804
1844
|
);
|
|
1805
1845
|
break;
|
|
1806
1846
|
case i.submitTwoFactorAuthenticate:
|
|
1807
|
-
|
|
1808
|
-
|
|
1847
|
+
o.result[r] = Qt(
|
|
1848
|
+
a
|
|
1809
1849
|
);
|
|
1810
1850
|
break;
|
|
1811
1851
|
case i.getUserDeviceList:
|
|
1812
|
-
|
|
1813
|
-
|
|
1852
|
+
o.result[r] = Xt(
|
|
1853
|
+
a
|
|
1814
1854
|
);
|
|
1815
1855
|
break;
|
|
1816
1856
|
case i.unbindUserDevice:
|
|
1817
|
-
|
|
1818
|
-
|
|
1857
|
+
o.result[r] = Zt(
|
|
1858
|
+
a
|
|
1819
1859
|
);
|
|
1820
1860
|
break;
|
|
1821
1861
|
case i.searchNumberHistory:
|
|
1822
|
-
|
|
1823
|
-
|
|
1862
|
+
o.result[r] = en(
|
|
1863
|
+
a
|
|
1824
1864
|
);
|
|
1825
1865
|
break;
|
|
1826
1866
|
case i.changeWithdrawalCode:
|
|
1827
|
-
|
|
1828
|
-
|
|
1867
|
+
o.result[r] = tn(
|
|
1868
|
+
a
|
|
1829
1869
|
);
|
|
1830
1870
|
break;
|
|
1831
1871
|
case i.checkRedPacketToken:
|
|
1832
|
-
|
|
1833
|
-
|
|
1872
|
+
o.result[r] = nn(
|
|
1873
|
+
a
|
|
1834
1874
|
);
|
|
1835
1875
|
break;
|
|
1836
1876
|
case i.submitWithdrawalAlipay:
|
|
1837
|
-
|
|
1838
|
-
|
|
1877
|
+
o.result[r] = an(
|
|
1878
|
+
a
|
|
1839
1879
|
);
|
|
1840
1880
|
break;
|
|
1841
1881
|
case i.applyReliefFund:
|
|
1842
|
-
|
|
1843
|
-
|
|
1882
|
+
o.result[r] = rn(
|
|
1883
|
+
a
|
|
1844
1884
|
);
|
|
1845
1885
|
break;
|
|
1846
1886
|
case i.getReliefFundData:
|
|
1847
|
-
|
|
1848
|
-
|
|
1887
|
+
o.result[r] = sn(
|
|
1888
|
+
a
|
|
1849
1889
|
);
|
|
1850
1890
|
break;
|
|
1851
1891
|
case i.getReliefFundReport:
|
|
1852
|
-
|
|
1853
|
-
|
|
1892
|
+
o.result[r] = ln(
|
|
1893
|
+
a
|
|
1854
1894
|
);
|
|
1855
1895
|
break;
|
|
1856
1896
|
}
|
|
1857
1897
|
}
|
|
1858
|
-
if (i.vipList in
|
|
1859
|
-
const c =
|
|
1860
|
-
let
|
|
1861
|
-
if (i.getSetting in
|
|
1862
|
-
if ((
|
|
1863
|
-
const
|
|
1864
|
-
current_grade_id:
|
|
1865
|
-
current_deposit:
|
|
1866
|
-
current_turnover:
|
|
1867
|
-
percentage:
|
|
1868
|
-
} =
|
|
1869
|
-
c.list = c.list.map((
|
|
1870
|
-
const
|
|
1871
|
-
let
|
|
1872
|
-
return
|
|
1873
|
-
...
|
|
1874
|
-
is_current_level:
|
|
1898
|
+
if (i.vipList in o.result && ((t = o.result) != null && t.vipList)) {
|
|
1899
|
+
const c = o.result.vipList;
|
|
1900
|
+
let y = 4;
|
|
1901
|
+
if (i.getSetting in o.result && ((n = o.result) != null && n.getSetting && (y = o.result.getSetting.vipCalculation), delete o.result.getSetting), i.vipStatus in o.result) {
|
|
1902
|
+
if ((u = o.result) != null && u.vipStatus) {
|
|
1903
|
+
const r = o.result.vipStatus, {
|
|
1904
|
+
current_grade_id: a,
|
|
1905
|
+
current_deposit: T,
|
|
1906
|
+
current_turnover: k,
|
|
1907
|
+
percentage: j
|
|
1908
|
+
} = r, C = c.list.findIndex((P) => P.id === a);
|
|
1909
|
+
c.list = c.list.map((P, w) => {
|
|
1910
|
+
const I = w === C;
|
|
1911
|
+
let x = "0", b = "0", z = 0;
|
|
1912
|
+
return I ? (x = `${Math.min(Number(T), Number(P.deposit.total))}`, b = `${Math.min(Number(k), Number(P.turnover.total))}`, z = j) : w < C ? (x = P.deposit.total, b = P.turnover.total, z = 1) : w > C && (x = "0.00", b = "0.00", z = 0), {
|
|
1913
|
+
...P,
|
|
1914
|
+
is_current_level: I,
|
|
1875
1915
|
deposit: {
|
|
1876
|
-
...
|
|
1877
|
-
isShow:
|
|
1878
|
-
current:
|
|
1916
|
+
...P.deposit,
|
|
1917
|
+
isShow: y === 1 || y === 3 || y === 4,
|
|
1918
|
+
current: x
|
|
1879
1919
|
},
|
|
1880
1920
|
turnover: {
|
|
1881
|
-
...
|
|
1882
|
-
isShow:
|
|
1921
|
+
...P.turnover,
|
|
1922
|
+
isShow: y === 2 || y === 3 || y === 4,
|
|
1883
1923
|
current: b
|
|
1884
1924
|
},
|
|
1885
|
-
percentage:
|
|
1925
|
+
percentage: z
|
|
1886
1926
|
};
|
|
1887
1927
|
});
|
|
1888
1928
|
}
|
|
1889
|
-
delete
|
|
1929
|
+
delete o.result.vipStatus;
|
|
1890
1930
|
}
|
|
1891
|
-
if (i.vipBonus in
|
|
1892
|
-
if ((s =
|
|
1893
|
-
const
|
|
1894
|
-
c.bonus.day.isClaimable =
|
|
1895
|
-
const { dayRemainingTime:
|
|
1931
|
+
if (i.vipBonus in o.result) {
|
|
1932
|
+
if ((s = o.result) != null && s.vipBonus) {
|
|
1933
|
+
const r = o.result.vipBonus, a = c.list.find((z) => z.is_current_level == !0), T = Number(a == null ? void 0 : a.benefit_list.daily.bonus) ?? 0, k = Number(a == null ? void 0 : a.benefit_list.weekly.bonus) ?? 0, j = Number(a == null ? void 0 : a.benefit_list.monthly.bonus) ?? 0;
|
|
1934
|
+
c.bonus.day.isClaimable = r.day.isClaimable;
|
|
1935
|
+
const { dayRemainingTime: C, dayProgressPercentage: P } = se();
|
|
1896
1936
|
c.bonus.day.timestamp = {
|
|
1897
|
-
current: !
|
|
1898
|
-
percentage:
|
|
1899
|
-
}, c.bonus.week.isClaimable =
|
|
1900
|
-
const { weekRemainingTime:
|
|
1937
|
+
current: !r.day.isClaimable && T > 0 ? C : 0,
|
|
1938
|
+
percentage: P
|
|
1939
|
+
}, c.bonus.week.isClaimable = r.week.isClaimable;
|
|
1940
|
+
const { weekRemainingTime: w, weekProgressPercentage: I } = re();
|
|
1901
1941
|
c.bonus.week.timestamp = {
|
|
1902
|
-
current: !
|
|
1903
|
-
percentage:
|
|
1904
|
-
}, c.bonus.month.isClaimable =
|
|
1905
|
-
const { monthRemainingTime:
|
|
1942
|
+
current: !r.week.isClaimable && k > 0 ? w : 0,
|
|
1943
|
+
percentage: I
|
|
1944
|
+
}, c.bonus.month.isClaimable = r.month.isClaimable;
|
|
1945
|
+
const { monthRemainingTime: x, monthProgressPercentage: b } = oe();
|
|
1906
1946
|
c.bonus.month.timestamp = {
|
|
1907
|
-
current: !
|
|
1947
|
+
current: !r.month.isClaimable && j > 0 ? x : 0,
|
|
1908
1948
|
percentage: b
|
|
1909
1949
|
};
|
|
1910
1950
|
}
|
|
1911
|
-
delete
|
|
1951
|
+
delete o.result.vipBonus;
|
|
1912
1952
|
}
|
|
1913
|
-
if (i.vipFieldStatus in
|
|
1914
|
-
if ((
|
|
1915
|
-
const
|
|
1916
|
-
|
|
1953
|
+
if (i.vipFieldStatus in o.result) {
|
|
1954
|
+
if ((l = o.result) != null && l.vipFieldStatus) {
|
|
1955
|
+
const r = o.result.vipFieldStatus, a = [];
|
|
1956
|
+
a.push({
|
|
1917
1957
|
name: "",
|
|
1918
1958
|
code: "vipLevel",
|
|
1919
1959
|
value: c.list.map((b) => b.name)
|
|
1920
1960
|
});
|
|
1921
|
-
const
|
|
1961
|
+
const T = r.findIndex(
|
|
1922
1962
|
(b) => b.fieldName == "upgrade_bonus"
|
|
1923
1963
|
);
|
|
1924
|
-
|
|
1925
|
-
name:
|
|
1964
|
+
T > -1 && a.push({
|
|
1965
|
+
name: r[T].showName,
|
|
1926
1966
|
code: "",
|
|
1927
1967
|
value: c.list.map((b) => b.benefit_list.upgrade.bonus)
|
|
1928
1968
|
});
|
|
1929
|
-
const
|
|
1969
|
+
const k = r.findIndex(
|
|
1930
1970
|
(b) => b.fieldName == "upgrade_bonus_multiply"
|
|
1931
1971
|
);
|
|
1932
|
-
|
|
1933
|
-
name:
|
|
1972
|
+
k > -1 && a.push({
|
|
1973
|
+
name: r[k].showName,
|
|
1934
1974
|
code: "",
|
|
1935
1975
|
value: c.list.map((b) => b.benefit_list.upgrade.turnover)
|
|
1936
1976
|
});
|
|
1937
|
-
const
|
|
1977
|
+
const j = r.findIndex(
|
|
1938
1978
|
(b) => b.fieldName == "monthly_bonus"
|
|
1939
1979
|
);
|
|
1940
|
-
c.bonus.month.isShow =
|
|
1941
|
-
name:
|
|
1980
|
+
c.bonus.month.isShow = j > -1, j > -1 && a.push({
|
|
1981
|
+
name: r[j].showName,
|
|
1942
1982
|
code: "",
|
|
1943
1983
|
value: c.list.map((b) => b.benefit_list.monthly.bonus)
|
|
1944
1984
|
});
|
|
1945
|
-
const
|
|
1985
|
+
const C = r.findIndex(
|
|
1946
1986
|
(b) => b.fieldName == "monthly_bonus_multiply"
|
|
1947
1987
|
);
|
|
1948
|
-
|
|
1949
|
-
name:
|
|
1988
|
+
C > -1 && a.push({
|
|
1989
|
+
name: r[C].showName,
|
|
1950
1990
|
code: "",
|
|
1951
1991
|
value: c.list.map((b) => b.benefit_list.monthly.turnover)
|
|
1952
1992
|
});
|
|
1953
|
-
const
|
|
1993
|
+
const P = r.findIndex(
|
|
1954
1994
|
(b) => b.fieldName == "weekly_bonus"
|
|
1955
1995
|
);
|
|
1956
|
-
c.bonus.week.isShow =
|
|
1957
|
-
name:
|
|
1996
|
+
c.bonus.week.isShow = P > -1, P > -1 && a.push({
|
|
1997
|
+
name: r[P].showName,
|
|
1958
1998
|
code: "",
|
|
1959
1999
|
value: c.list.map((b) => b.benefit_list.weekly.bonus)
|
|
1960
2000
|
});
|
|
1961
|
-
const
|
|
2001
|
+
const w = r.findIndex(
|
|
1962
2002
|
(b) => b.fieldName == "weekly_bonus_multiply"
|
|
1963
2003
|
);
|
|
1964
|
-
|
|
1965
|
-
name:
|
|
2004
|
+
w > -1 && a.push({
|
|
2005
|
+
name: r[w].showName,
|
|
1966
2006
|
code: "",
|
|
1967
2007
|
value: c.list.map((b) => b.benefit_list.weekly.turnover)
|
|
1968
2008
|
});
|
|
1969
|
-
const
|
|
2009
|
+
const I = r.findIndex(
|
|
1970
2010
|
(b) => b.fieldName == "daily_bonus"
|
|
1971
2011
|
);
|
|
1972
|
-
c.bonus.day.isShow =
|
|
1973
|
-
name:
|
|
2012
|
+
c.bonus.day.isShow = I > -1, I > -1 && a.push({
|
|
2013
|
+
name: r[I].showName,
|
|
1974
2014
|
code: "",
|
|
1975
2015
|
value: c.list.map((b) => b.benefit_list.daily.bonus)
|
|
1976
2016
|
});
|
|
1977
|
-
const
|
|
2017
|
+
const x = r.findIndex(
|
|
1978
2018
|
(b) => b.fieldName == "daily_bonus_multiply"
|
|
1979
2019
|
);
|
|
1980
|
-
|
|
1981
|
-
name:
|
|
2020
|
+
x > -1 && a.push({
|
|
2021
|
+
name: r[x].showName,
|
|
1982
2022
|
code: "",
|
|
1983
2023
|
value: c.list.map((b) => b.benefit_list.daily.turnover)
|
|
1984
|
-
}), (
|
|
2024
|
+
}), (y === 1 || y === 3 || y === 4) && a.push({
|
|
1985
2025
|
name: "",
|
|
1986
2026
|
code: "detail_deposit",
|
|
1987
2027
|
value: c.list.map((b) => b.deposit.total)
|
|
1988
|
-
}), (
|
|
2028
|
+
}), (y === 2 || y === 3 || y === 4) && a.push({
|
|
1989
2029
|
name: "",
|
|
1990
2030
|
code: "detail_turnover",
|
|
1991
2031
|
value: c.list.map((b) => b.turnover.total)
|
|
1992
|
-
}), c.detail =
|
|
2032
|
+
}), c.detail = a;
|
|
1993
2033
|
}
|
|
1994
|
-
delete
|
|
2034
|
+
delete o.result.vipFieldStatus;
|
|
1995
2035
|
}
|
|
1996
|
-
|
|
2036
|
+
o.result.vipList = c;
|
|
1997
2037
|
}
|
|
1998
|
-
if (i.gameList in
|
|
1999
|
-
const c =
|
|
2000
|
-
if (
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
const
|
|
2005
|
-
(
|
|
2038
|
+
if (i.gameList in o.result && ((d = o.result) != null && d.gameList)) {
|
|
2039
|
+
const c = o.result.gameList;
|
|
2040
|
+
if (JSON.parse(e[S].query).pid) {
|
|
2041
|
+
if (i.getPlatformTurnoverRate in o.result && ((m = o.result) != null && m.getPlatformTurnoverRate)) {
|
|
2042
|
+
const y = o.result.getPlatformTurnoverRate;
|
|
2043
|
+
c.platformGameList = c.platformGameList.map((r) => {
|
|
2044
|
+
const a = y.find(
|
|
2045
|
+
(T) => T.id === r.platformId
|
|
2006
2046
|
);
|
|
2007
2047
|
return {
|
|
2008
2048
|
...r,
|
|
2009
|
-
rate: (
|
|
2049
|
+
rate: (a == null ? void 0 : a.percentage) ?? "0.00"
|
|
2010
2050
|
};
|
|
2011
2051
|
});
|
|
2012
|
-
}
|
|
2052
|
+
}
|
|
2053
|
+
} else {
|
|
2054
|
+
const y = c.platformGame.map((r) => r.list.filter((a) => a.flag.trial && !r.nextPage).map((a) => a));
|
|
2055
|
+
if (c.trialGameList = y.flat(), i.fishGameList in o.result && o.result.fishGameList) {
|
|
2056
|
+
const r = o.result.fishGameList;
|
|
2057
|
+
c.fishGameList = r.map((a) => ({
|
|
2058
|
+
gameId: Number(a.id),
|
|
2059
|
+
platformId: Number(a.platformProductID),
|
|
2060
|
+
name: a.gameName,
|
|
2061
|
+
flag: {
|
|
2062
|
+
value: 0,
|
|
2063
|
+
hot: !1,
|
|
2064
|
+
trial: !1,
|
|
2065
|
+
new: !1
|
|
2066
|
+
},
|
|
2067
|
+
imageUrl: a.imgUrl,
|
|
2068
|
+
rate: "0.00"
|
|
2069
|
+
})), delete o.result.fishGameList;
|
|
2070
|
+
}
|
|
2071
|
+
if (i.getPlatformTurnoverRate in o.result && ((f = o.result) != null && f.getPlatformTurnoverRate)) {
|
|
2072
|
+
const r = o.result.getPlatformTurnoverRate;
|
|
2073
|
+
c.platformGame.forEach((a) => {
|
|
2074
|
+
a.list = a.list.map((T) => {
|
|
2075
|
+
const k = r.find(
|
|
2076
|
+
(j) => j.id === T.platformId
|
|
2077
|
+
);
|
|
2078
|
+
return {
|
|
2079
|
+
...T,
|
|
2080
|
+
rate: (k == null ? void 0 : k.percentage) ?? "0.00"
|
|
2081
|
+
};
|
|
2082
|
+
});
|
|
2083
|
+
}), c.hotGameList = c.hotGameList.map((a) => {
|
|
2084
|
+
const T = r.find(
|
|
2085
|
+
(k) => k.id === a.platformId
|
|
2086
|
+
);
|
|
2087
|
+
return {
|
|
2088
|
+
...a,
|
|
2089
|
+
rate: (T == null ? void 0 : T.percentage) ?? "0.00"
|
|
2090
|
+
};
|
|
2091
|
+
}), c.trialGameList = c.trialGameList.map((a) => {
|
|
2092
|
+
const T = r.find(
|
|
2093
|
+
(k) => k.id === a.platformId
|
|
2094
|
+
);
|
|
2095
|
+
return {
|
|
2096
|
+
...a,
|
|
2097
|
+
rate: (T == null ? void 0 : T.percentage) ?? "0.00"
|
|
2098
|
+
};
|
|
2099
|
+
}), c.fishGameList = c.fishGameList.map((a) => {
|
|
2100
|
+
const T = r.find(
|
|
2101
|
+
(k) => k.id === a.platformId
|
|
2102
|
+
);
|
|
2103
|
+
return {
|
|
2104
|
+
...a,
|
|
2105
|
+
rate: (T == null ? void 0 : T.percentage) ?? "0.00"
|
|
2106
|
+
};
|
|
2107
|
+
}), delete o.result.getPlatformTurnoverRate;
|
|
2108
|
+
}
|
|
2013
2109
|
}
|
|
2014
|
-
|
|
2110
|
+
o.result.gameList = c;
|
|
2015
2111
|
}
|
|
2016
|
-
if (i.getCompany in
|
|
2017
|
-
const c =
|
|
2018
|
-
if (i.searchResultDate in
|
|
2019
|
-
const
|
|
2020
|
-
c.forEach((
|
|
2021
|
-
const
|
|
2022
|
-
|
|
2023
|
-
}), delete
|
|
2112
|
+
if (i.getCompany in o.result && ((g = o.result) != null && g.getCompany)) {
|
|
2113
|
+
const c = o.result.getCompany;
|
|
2114
|
+
if (i.searchResultDate in o.result && (_ = o.result) != null && _.searchResultDate) {
|
|
2115
|
+
const y = o.result.searchResultDate;
|
|
2116
|
+
c.forEach((r) => {
|
|
2117
|
+
const a = y.find((T) => T.id == r.id);
|
|
2118
|
+
a && (r.date = a == null ? void 0 : a.date);
|
|
2119
|
+
}), delete o.result.searchResultDate;
|
|
2024
2120
|
}
|
|
2025
|
-
|
|
2121
|
+
o.result.getCompany = c;
|
|
2026
2122
|
}
|
|
2027
|
-
return
|
|
2028
|
-
} catch (
|
|
2029
|
-
return X.isAxiosError(
|
|
2030
|
-
status: ((
|
|
2031
|
-
message: JSON.stringify((
|
|
2123
|
+
return o;
|
|
2124
|
+
} catch (p) {
|
|
2125
|
+
return X.isAxiosError(p) ? {
|
|
2126
|
+
status: ((h = p.response) == null ? void 0 : h.status) || 600,
|
|
2127
|
+
message: JSON.stringify((M = p.response) == null ? void 0 : M.data),
|
|
2032
2128
|
result: {}
|
|
2033
|
-
} : (console.error(
|
|
2034
|
-
status:
|
|
2035
|
-
message:
|
|
2129
|
+
} : (console.error(p), {
|
|
2130
|
+
status: p.status || 500,
|
|
2131
|
+
message: p.message,
|
|
2036
2132
|
result: {}
|
|
2037
2133
|
});
|
|
2038
2134
|
}
|
|
2039
|
-
},
|
|
2135
|
+
}, dn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2040
2136
|
__proto__: null,
|
|
2041
|
-
post:
|
|
2042
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2137
|
+
post: un
|
|
2138
|
+
}, Symbol.toStringTag, { value: "Module" })), cn = async (e, t) => {
|
|
2043
2139
|
let n = {
|
|
2044
2140
|
status: 200,
|
|
2045
2141
|
message: "",
|
|
@@ -2049,57 +2145,57 @@ const an = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2049
2145
|
n = {
|
|
2050
2146
|
status: 200,
|
|
2051
2147
|
message: "",
|
|
2052
|
-
accessToken: (await
|
|
2148
|
+
accessToken: (await L.post("/auth/sesh", {
|
|
2053
2149
|
usr: e,
|
|
2054
2150
|
pwd: t
|
|
2055
2151
|
})).data.access_token
|
|
2056
2152
|
};
|
|
2057
|
-
} catch (
|
|
2153
|
+
} catch (u) {
|
|
2058
2154
|
n = {
|
|
2059
|
-
status:
|
|
2060
|
-
message:
|
|
2155
|
+
status: u.status || 500,
|
|
2156
|
+
message: u.message,
|
|
2061
2157
|
accessToken: ""
|
|
2062
2158
|
};
|
|
2063
2159
|
}
|
|
2064
2160
|
return n;
|
|
2065
|
-
},
|
|
2066
|
-
let
|
|
2161
|
+
}, mn = async (e, t, n, u, s) => {
|
|
2162
|
+
let l = {
|
|
2067
2163
|
status: 200,
|
|
2068
2164
|
message: "",
|
|
2069
2165
|
accessToken: ""
|
|
2070
2166
|
};
|
|
2071
2167
|
try {
|
|
2072
|
-
const m = (await
|
|
2168
|
+
const m = (await L.post("/auth/jwt", {
|
|
2073
2169
|
os: e,
|
|
2074
2170
|
usr: t,
|
|
2075
2171
|
pwd: n,
|
|
2076
|
-
mobileno:
|
|
2172
|
+
mobileno: u,
|
|
2077
2173
|
type: s
|
|
2078
2174
|
})).data;
|
|
2079
|
-
|
|
2175
|
+
l.status === 200 && (l = {
|
|
2080
2176
|
status: 200,
|
|
2081
2177
|
message: "",
|
|
2082
2178
|
accessToken: m.access_token
|
|
2083
2179
|
});
|
|
2084
2180
|
} catch (d) {
|
|
2085
|
-
|
|
2181
|
+
l = {
|
|
2086
2182
|
status: d.status || 500,
|
|
2087
2183
|
message: d.message,
|
|
2088
2184
|
accessToken: ""
|
|
2089
2185
|
};
|
|
2090
2186
|
}
|
|
2091
|
-
return
|
|
2092
|
-
},
|
|
2187
|
+
return l;
|
|
2188
|
+
}, pn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2093
2189
|
__proto__: null,
|
|
2094
|
-
call:
|
|
2095
|
-
debug:
|
|
2096
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2190
|
+
call: mn,
|
|
2191
|
+
debug: cn
|
|
2192
|
+
}, Symbol.toStringTag, { value: "Module" })), gn = async () => {
|
|
2097
2193
|
let e = {
|
|
2098
2194
|
status: 200,
|
|
2099
2195
|
message: ""
|
|
2100
2196
|
};
|
|
2101
2197
|
try {
|
|
2102
|
-
await
|
|
2198
|
+
await L.post("/auth/sesh/logout");
|
|
2103
2199
|
} catch (t) {
|
|
2104
2200
|
e = {
|
|
2105
2201
|
status: t.status || 500,
|
|
@@ -2107,9 +2203,9 @@ const an = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2107
2203
|
};
|
|
2108
2204
|
}
|
|
2109
2205
|
return e;
|
|
2110
|
-
},
|
|
2206
|
+
}, bn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2111
2207
|
__proto__: null,
|
|
2112
|
-
call:
|
|
2208
|
+
call: gn
|
|
2113
2209
|
}, Symbol.toStringTag, { value: "Module" })), J = {
|
|
2114
2210
|
data: {
|
|
2115
2211
|
status: !1,
|
|
@@ -2120,14 +2216,14 @@ const an = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2120
2216
|
accountId: 0
|
|
2121
2217
|
}
|
|
2122
2218
|
}
|
|
2123
|
-
},
|
|
2219
|
+
}, fn = async () => {
|
|
2124
2220
|
let e = {
|
|
2125
2221
|
status: 200,
|
|
2126
2222
|
message: "",
|
|
2127
2223
|
...J
|
|
2128
2224
|
};
|
|
2129
2225
|
try {
|
|
2130
|
-
const n = (await
|
|
2226
|
+
const n = (await L.get("/autoregister")).data;
|
|
2131
2227
|
e.data = {
|
|
2132
2228
|
status: n.status == 1,
|
|
2133
2229
|
message: n.message ?? "",
|
|
@@ -2147,42 +2243,40 @@ const an = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2147
2243
|
return e;
|
|
2148
2244
|
}, yn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2149
2245
|
__proto__: null,
|
|
2150
|
-
call:
|
|
2246
|
+
call: fn
|
|
2151
2247
|
}, Symbol.toStringTag, { value: "Module" })), Y = {
|
|
2152
2248
|
data: {
|
|
2153
2249
|
status: !1,
|
|
2154
2250
|
message: ""
|
|
2155
2251
|
}
|
|
2156
|
-
},
|
|
2252
|
+
}, _n = async (e, t) => {
|
|
2157
2253
|
let n = {
|
|
2158
2254
|
status: 200,
|
|
2159
2255
|
message: "",
|
|
2160
2256
|
...Y
|
|
2161
2257
|
};
|
|
2162
2258
|
try {
|
|
2163
|
-
const
|
|
2259
|
+
const u = await L.post("/setlocale", {
|
|
2164
2260
|
language: e,
|
|
2165
2261
|
udid: t ?? ""
|
|
2166
2262
|
}), s = JSON.parse(
|
|
2167
|
-
atob(
|
|
2263
|
+
atob(u.data.responses[0].attributes)
|
|
2168
2264
|
);
|
|
2169
2265
|
n.data = {
|
|
2170
2266
|
status: s.status == 1,
|
|
2171
2267
|
message: s.message ?? ""
|
|
2172
2268
|
};
|
|
2173
|
-
} catch (
|
|
2269
|
+
} catch (u) {
|
|
2174
2270
|
n = {
|
|
2175
|
-
status:
|
|
2176
|
-
message:
|
|
2271
|
+
status: u.status || 500,
|
|
2272
|
+
message: u.message,
|
|
2177
2273
|
...Y
|
|
2178
2274
|
};
|
|
2179
2275
|
}
|
|
2180
2276
|
return n;
|
|
2181
|
-
},
|
|
2277
|
+
}, hn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2182
2278
|
__proto__: null,
|
|
2183
|
-
call:
|
|
2184
|
-
}, Symbol.toStringTag, { value: "Module" })), hn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2185
|
-
__proto__: null
|
|
2279
|
+
call: _n
|
|
2186
2280
|
}, Symbol.toStringTag, { value: "Module" })), Tn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2187
2281
|
__proto__: null
|
|
2188
2282
|
}, Symbol.toStringTag, { value: "Module" })), vn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -2193,13 +2287,13 @@ const an = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2193
2287
|
__proto__: null
|
|
2194
2288
|
}, Symbol.toStringTag, { value: "Module" })), kn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2195
2289
|
__proto__: null
|
|
2290
|
+
}, Symbol.toStringTag, { value: "Module" })), Pn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2291
|
+
__proto__: null
|
|
2196
2292
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
2197
2293
|
var Z = /* @__PURE__ */ ((e) => (e.mobileBanner = "mobileBanner", e.mobileAbout = "mobileAbout", e.mobileAd = "mobileAd", e))(Z || {});
|
|
2198
|
-
const
|
|
2294
|
+
const On = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2199
2295
|
__proto__: null,
|
|
2200
2296
|
CmsType: Z
|
|
2201
|
-
}, Symbol.toStringTag, { value: "Module" })), On = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2202
|
-
__proto__: null
|
|
2203
2297
|
}, Symbol.toStringTag, { value: "Module" })), Mn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2204
2298
|
__proto__: null
|
|
2205
2299
|
}, Symbol.toStringTag, { value: "Module" })), jn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -2216,30 +2310,30 @@ const Pn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2216
2310
|
__proto__: null
|
|
2217
2311
|
}, Symbol.toStringTag, { value: "Module" })), Ln = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2218
2312
|
__proto__: null
|
|
2219
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2313
|
+
}, Symbol.toStringTag, { value: "Module" })), Gn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2220
2314
|
__proto__: null
|
|
2221
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2315
|
+
}, Symbol.toStringTag, { value: "Module" })), zn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2222
2316
|
__proto__: null
|
|
2223
2317
|
}, Symbol.toStringTag, { value: "Module" })), Nn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2224
2318
|
__proto__: null
|
|
2319
|
+
}, Symbol.toStringTag, { value: "Module" })), Fn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2320
|
+
__proto__: null
|
|
2225
2321
|
}, Symbol.toStringTag, { value: "Module" })), Bn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2226
2322
|
__proto__: null
|
|
2227
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2323
|
+
}, Symbol.toStringTag, { value: "Module" })), Un = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2228
2324
|
__proto__: null
|
|
2229
2325
|
}, Symbol.toStringTag, { value: "Module" })), qn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2230
2326
|
__proto__: null
|
|
2231
|
-
}, Symbol.toStringTag, { value: "Module" })), Un = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2232
|
-
__proto__: null
|
|
2233
2327
|
}, Symbol.toStringTag, { value: "Module" })), Vn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2234
2328
|
__proto__: null
|
|
2235
2329
|
}, Symbol.toStringTag, { value: "Module" })), Wn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2236
2330
|
__proto__: null
|
|
2237
2331
|
}, Symbol.toStringTag, { value: "Module" })), En = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2238
2332
|
__proto__: null
|
|
2239
|
-
}, Symbol.toStringTag, { value: "Module" })), An = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2240
|
-
__proto__: null
|
|
2241
2333
|
}, Symbol.toStringTag, { value: "Module" })), $n = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2242
2334
|
__proto__: null
|
|
2335
|
+
}, Symbol.toStringTag, { value: "Module" })), An = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2336
|
+
__proto__: null
|
|
2243
2337
|
}, Symbol.toStringTag, { value: "Module" })), Hn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2244
2338
|
__proto__: null
|
|
2245
2339
|
}, Symbol.toStringTag, { value: "Module" })), Jn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -2262,23 +2356,23 @@ const Pn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2262
2356
|
__proto__: null
|
|
2263
2357
|
}, Symbol.toStringTag, { value: "Module" })), aa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2264
2358
|
__proto__: null
|
|
2359
|
+
}, Symbol.toStringTag, { value: "Module" })), oa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2360
|
+
__proto__: null
|
|
2265
2361
|
}, Symbol.toStringTag, { value: "Module" })), K = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2266
2362
|
__proto__: null
|
|
2267
2363
|
}, Symbol.toStringTag, { value: "Module" })), Q = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2268
2364
|
__proto__: null
|
|
2269
|
-
}, Symbol.toStringTag, { value: "Module" })), oa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2270
|
-
__proto__: null
|
|
2271
2365
|
}, Symbol.toStringTag, { value: "Module" })), ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2272
2366
|
__proto__: null
|
|
2273
2367
|
}, Symbol.toStringTag, { value: "Module" })), sa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2274
2368
|
__proto__: null
|
|
2369
|
+
}, Symbol.toStringTag, { value: "Module" })), ia = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2370
|
+
__proto__: null
|
|
2275
2371
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
2276
2372
|
var ee = /* @__PURE__ */ ((e) => (e.default = "default", e.online = "online", e.mycard = "mycard", e.qrcode = "qrcode", e.personal = "personal", e))(ee || {});
|
|
2277
|
-
const
|
|
2373
|
+
const la = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2278
2374
|
__proto__: null,
|
|
2279
2375
|
ImageType: ee
|
|
2280
|
-
}, Symbol.toStringTag, { value: "Module" })), la = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2281
|
-
__proto__: null
|
|
2282
2376
|
}, Symbol.toStringTag, { value: "Module" })), ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2283
2377
|
__proto__: null
|
|
2284
2378
|
}, Symbol.toStringTag, { value: "Module" })), da = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -2293,10 +2387,10 @@ const ia = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2293
2387
|
__proto__: null
|
|
2294
2388
|
}, Symbol.toStringTag, { value: "Module" })), ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2295
2389
|
__proto__: null
|
|
2296
|
-
}, Symbol.toStringTag, { value: "Module" })), ya = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2297
|
-
__proto__: null
|
|
2298
2390
|
}, Symbol.toStringTag, { value: "Module" })), fa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2299
2391
|
__proto__: null
|
|
2392
|
+
}, Symbol.toStringTag, { value: "Module" })), ya = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2393
|
+
__proto__: null
|
|
2300
2394
|
}, Symbol.toStringTag, { value: "Module" })), _a = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2301
2395
|
__proto__: null
|
|
2302
2396
|
}, Symbol.toStringTag, { value: "Module" })), ha = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -2331,30 +2425,30 @@ const ia = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2331
2425
|
__proto__: null
|
|
2332
2426
|
}, Symbol.toStringTag, { value: "Module" })), La = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2333
2427
|
__proto__: null
|
|
2334
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2428
|
+
}, Symbol.toStringTag, { value: "Module" })), Ga = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2335
2429
|
__proto__: null
|
|
2336
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2430
|
+
}, Symbol.toStringTag, { value: "Module" })), za = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2337
2431
|
__proto__: null
|
|
2338
2432
|
}, Symbol.toStringTag, { value: "Module" })), Na = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2339
2433
|
__proto__: null
|
|
2434
|
+
}, Symbol.toStringTag, { value: "Module" })), Fa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2435
|
+
__proto__: null
|
|
2340
2436
|
}, Symbol.toStringTag, { value: "Module" })), Ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2341
2437
|
__proto__: null
|
|
2342
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2438
|
+
}, Symbol.toStringTag, { value: "Module" })), Ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2343
2439
|
__proto__: null
|
|
2344
2440
|
}, Symbol.toStringTag, { value: "Module" })), qa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2345
2441
|
__proto__: null
|
|
2346
|
-
}, Symbol.toStringTag, { value: "Module" })), Ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2347
|
-
__proto__: null
|
|
2348
2442
|
}, Symbol.toStringTag, { value: "Module" })), Va = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2349
2443
|
__proto__: null
|
|
2350
2444
|
}, Symbol.toStringTag, { value: "Module" })), Wa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2351
2445
|
__proto__: null
|
|
2352
2446
|
}, Symbol.toStringTag, { value: "Module" })), Ea = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2353
2447
|
__proto__: null
|
|
2354
|
-
}, Symbol.toStringTag, { value: "Module" })), Aa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2355
|
-
__proto__: null
|
|
2356
2448
|
}, Symbol.toStringTag, { value: "Module" })), $a = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2357
2449
|
__proto__: null
|
|
2450
|
+
}, Symbol.toStringTag, { value: "Module" })), Aa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2451
|
+
__proto__: null
|
|
2358
2452
|
}, Symbol.toStringTag, { value: "Module" })), Ha = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2359
2453
|
__proto__: null
|
|
2360
2454
|
}, Symbol.toStringTag, { value: "Module" })), Ja = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -2367,212 +2461,214 @@ const ia = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2367
2461
|
__proto__: null
|
|
2368
2462
|
}, Symbol.toStringTag, { value: "Module" })), Xa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2369
2463
|
__proto__: null
|
|
2370
|
-
}, Symbol.toStringTag, { value: "Module" })), Za = {
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2464
|
+
}, Symbol.toStringTag, { value: "Module" })), Za = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2465
|
+
__proto__: null
|
|
2466
|
+
}, Symbol.toStringTag, { value: "Module" })), eo = {
|
|
2467
|
+
api: dn,
|
|
2468
|
+
loginApi: pn,
|
|
2469
|
+
logoutApi: bn,
|
|
2374
2470
|
autoRegisterApi: yn,
|
|
2375
|
-
setLocaleApi:
|
|
2376
|
-
apiType:
|
|
2377
|
-
loginType:
|
|
2378
|
-
logoutType:
|
|
2379
|
-
announcementType:
|
|
2380
|
-
paymentsProviderType:
|
|
2381
|
-
gameListType:
|
|
2382
|
-
vipListType:
|
|
2383
|
-
promotionType:
|
|
2384
|
-
cmsListType:
|
|
2385
|
-
mainWalletType:
|
|
2386
|
-
upcomingMatchType:
|
|
2387
|
-
depositType:
|
|
2388
|
-
applyVipBonusType:
|
|
2389
|
-
withdrawalGetType:
|
|
2390
|
-
addBankCardType:
|
|
2391
|
-
withdrawType:
|
|
2392
|
-
getSettingType:
|
|
2393
|
-
transactionReportType:
|
|
2394
|
-
changePasswordType:
|
|
2471
|
+
setLocaleApi: hn,
|
|
2472
|
+
apiType: ie,
|
|
2473
|
+
loginType: Tn,
|
|
2474
|
+
logoutType: vn,
|
|
2475
|
+
announcementType: Rn,
|
|
2476
|
+
paymentsProviderType: le,
|
|
2477
|
+
gameListType: Sn,
|
|
2478
|
+
vipListType: kn,
|
|
2479
|
+
promotionType: Pn,
|
|
2480
|
+
cmsListType: On,
|
|
2481
|
+
mainWalletType: Mn,
|
|
2482
|
+
upcomingMatchType: jn,
|
|
2483
|
+
depositType: xn,
|
|
2484
|
+
applyVipBonusType: Dn,
|
|
2485
|
+
withdrawalGetType: Cn,
|
|
2486
|
+
addBankCardType: wn,
|
|
2487
|
+
withdrawType: In,
|
|
2488
|
+
getSettingType: on,
|
|
2489
|
+
transactionReportType: Ln,
|
|
2490
|
+
changePasswordType: Gn,
|
|
2395
2491
|
walletType: zn,
|
|
2396
|
-
getEventListType:
|
|
2397
|
-
getEventTokenType:
|
|
2492
|
+
getEventListType: Nn,
|
|
2493
|
+
getEventTokenType: Fn,
|
|
2398
2494
|
getExtraGameType: Bn,
|
|
2399
|
-
mailBoxType:
|
|
2495
|
+
mailBoxType: Un,
|
|
2400
2496
|
fishGameListType: qn,
|
|
2401
|
-
slotGameListType:
|
|
2402
|
-
getTurnOverRewardDataType:
|
|
2403
|
-
getTurnOverRewardReportType:
|
|
2404
|
-
getInviteRewardDataType:
|
|
2497
|
+
slotGameListType: Vn,
|
|
2498
|
+
getTurnOverRewardDataType: Wn,
|
|
2499
|
+
getTurnOverRewardReportType: En,
|
|
2500
|
+
getInviteRewardDataType: $n,
|
|
2405
2501
|
getInviteRewardReportType: An,
|
|
2406
|
-
getTopupRewardDataType:
|
|
2407
|
-
getTopupRewardReportType:
|
|
2408
|
-
getRewardReferralType:
|
|
2409
|
-
getDepositPromotionType:
|
|
2410
|
-
getInviteRewardClaimType:
|
|
2411
|
-
getTopUpRewardClaimType:
|
|
2412
|
-
getTurnOverRewardClaimType:
|
|
2413
|
-
getInviteRewardSettingType:
|
|
2414
|
-
getTopUpRewardSettingType:
|
|
2415
|
-
getTurnOverRewardSettingType:
|
|
2416
|
-
requestForgetPasswordType:
|
|
2417
|
-
submitForgetPasswordType:
|
|
2502
|
+
getTopupRewardDataType: Hn,
|
|
2503
|
+
getTopupRewardReportType: Jn,
|
|
2504
|
+
getRewardReferralType: Yn,
|
|
2505
|
+
getDepositPromotionType: Kn,
|
|
2506
|
+
getInviteRewardClaimType: Qn,
|
|
2507
|
+
getTopUpRewardClaimType: Xn,
|
|
2508
|
+
getTurnOverRewardClaimType: Zn,
|
|
2509
|
+
getInviteRewardSettingType: ea,
|
|
2510
|
+
getTopUpRewardSettingType: ta,
|
|
2511
|
+
getTurnOverRewardSettingType: na,
|
|
2512
|
+
requestForgetPasswordType: aa,
|
|
2513
|
+
submitForgetPasswordType: oa,
|
|
2418
2514
|
submitGiftCode: K,
|
|
2419
2515
|
playGame: Q,
|
|
2420
|
-
requestUpdateMobileTacCode:
|
|
2421
|
-
submitUpdateMobileTacCode:
|
|
2422
|
-
getVerifyPromo:
|
|
2423
|
-
getImageType:
|
|
2424
|
-
getValidateType:
|
|
2425
|
-
updateProfilePictureType:
|
|
2426
|
-
readMailType:
|
|
2427
|
-
checkRedPacketValidateType:
|
|
2428
|
-
getUserProfileType:
|
|
2429
|
-
requestTacCodeType:
|
|
2430
|
-
getUsernameByReferType:
|
|
2431
|
-
applyPromoType:
|
|
2516
|
+
requestUpdateMobileTacCode: ra,
|
|
2517
|
+
submitUpdateMobileTacCode: sa,
|
|
2518
|
+
getVerifyPromo: ia,
|
|
2519
|
+
getImageType: la,
|
|
2520
|
+
getValidateType: ua,
|
|
2521
|
+
updateProfilePictureType: da,
|
|
2522
|
+
readMailType: ca,
|
|
2523
|
+
checkRedPacketValidateType: ma,
|
|
2524
|
+
getUserProfileType: pa,
|
|
2525
|
+
requestTacCodeType: ga,
|
|
2526
|
+
getUsernameByReferType: ba,
|
|
2527
|
+
applyPromoType: fa,
|
|
2432
2528
|
applySignInType: ya,
|
|
2433
|
-
applyRedPacketType:
|
|
2434
|
-
getCountryType:
|
|
2529
|
+
applyRedPacketType: _a,
|
|
2530
|
+
getCountryType: ha,
|
|
2435
2531
|
submitGiftCodeType: K,
|
|
2436
2532
|
playGameType: Q,
|
|
2437
|
-
transferToMainType:
|
|
2438
|
-
transferProcessType:
|
|
2439
|
-
submitValidateType:
|
|
2440
|
-
checkTransferCreditType:
|
|
2441
|
-
friendListType:
|
|
2442
|
-
friendListEditType:
|
|
2443
|
-
getActivePPType:
|
|
2444
|
-
getActiveProductType:
|
|
2445
|
-
requestWithdrawTacType:
|
|
2446
|
-
requestWithdrawalCodeType:
|
|
2447
|
-
commissionWithdrawType:
|
|
2448
|
-
submitWithdrawalCodeType:
|
|
2449
|
-
submitCryptoAccountType:
|
|
2450
|
-
requestTransferMoneyType:
|
|
2451
|
-
submitTransferMoneyType:
|
|
2452
|
-
signInViewInfoType:
|
|
2533
|
+
transferToMainType: Ta,
|
|
2534
|
+
transferProcessType: va,
|
|
2535
|
+
submitValidateType: Ra,
|
|
2536
|
+
checkTransferCreditType: Sa,
|
|
2537
|
+
friendListType: ka,
|
|
2538
|
+
friendListEditType: Pa,
|
|
2539
|
+
getActivePPType: Oa,
|
|
2540
|
+
getActiveProductType: Ma,
|
|
2541
|
+
requestWithdrawTacType: ja,
|
|
2542
|
+
requestWithdrawalCodeType: xa,
|
|
2543
|
+
commissionWithdrawType: Da,
|
|
2544
|
+
submitWithdrawalCodeType: Ca,
|
|
2545
|
+
submitCryptoAccountType: wa,
|
|
2546
|
+
requestTransferMoneyType: Ia,
|
|
2547
|
+
submitTransferMoneyType: La,
|
|
2548
|
+
signInViewInfoType: Ga,
|
|
2453
2549
|
signInRecordType: za,
|
|
2454
|
-
referralProfileType:
|
|
2455
|
-
referralMemberProfileType:
|
|
2550
|
+
referralProfileType: Na,
|
|
2551
|
+
referralMemberProfileType: Fa,
|
|
2456
2552
|
registerActionType: Ba,
|
|
2457
|
-
transferReportType:
|
|
2553
|
+
transferReportType: Ua,
|
|
2458
2554
|
agTransferCreditReportType: qa,
|
|
2459
|
-
betReportType:
|
|
2460
|
-
getTwoFactorAuthenticateType:
|
|
2461
|
-
submitTwoFactorAuthenticateType:
|
|
2462
|
-
getUserDeviceListType:
|
|
2555
|
+
betReportType: Va,
|
|
2556
|
+
getTwoFactorAuthenticateType: Wa,
|
|
2557
|
+
submitTwoFactorAuthenticateType: Ea,
|
|
2558
|
+
getUserDeviceListType: $a,
|
|
2463
2559
|
unbindUserDeviceType: Aa,
|
|
2464
|
-
searchNumberHistoryType:
|
|
2465
|
-
changeWithdrawalCodeType:
|
|
2466
|
-
checkRedPacketTokenType:
|
|
2467
|
-
submitWithdrawalAlipayType:
|
|
2468
|
-
applyReliefFund:
|
|
2469
|
-
getReliefFundData:
|
|
2470
|
-
getReliefFundReport:
|
|
2471
|
-
},
|
|
2560
|
+
searchNumberHistoryType: Ha,
|
|
2561
|
+
changeWithdrawalCodeType: Ja,
|
|
2562
|
+
checkRedPacketTokenType: Ya,
|
|
2563
|
+
submitWithdrawalAlipayType: Ka,
|
|
2564
|
+
applyReliefFund: Qa,
|
|
2565
|
+
getReliefFundData: Xa,
|
|
2566
|
+
getReliefFundReport: Za
|
|
2567
|
+
}, no = {
|
|
2472
2568
|
install(e) {
|
|
2473
|
-
e.config.globalProperties.$library =
|
|
2569
|
+
e.config.globalProperties.$library = eo;
|
|
2474
2570
|
}
|
|
2475
2571
|
};
|
|
2476
2572
|
export {
|
|
2477
|
-
|
|
2478
|
-
|
|
2573
|
+
no as Repository,
|
|
2574
|
+
wn as addBankCardType,
|
|
2479
2575
|
qa as agTransferCreditReportType,
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2576
|
+
Rn as announcementType,
|
|
2577
|
+
dn as api,
|
|
2578
|
+
ie as apiType,
|
|
2579
|
+
fa as applyPromoType,
|
|
2580
|
+
_a as applyRedPacketType,
|
|
2581
|
+
Qa as applyReliefFund,
|
|
2486
2582
|
ya as applySignInType,
|
|
2487
|
-
|
|
2583
|
+
Dn as applyVipBonusType,
|
|
2488
2584
|
yn as autoRegisterApi,
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
|
|
2585
|
+
Va as betReportType,
|
|
2586
|
+
Gn as changePasswordType,
|
|
2587
|
+
Ja as changeWithdrawalCodeType,
|
|
2588
|
+
Ya as checkRedPacketTokenType,
|
|
2589
|
+
ma as checkRedPacketValidateType,
|
|
2590
|
+
Sa as checkTransferCreditType,
|
|
2591
|
+
On as cmsListType,
|
|
2592
|
+
Da as commissionWithdrawType,
|
|
2593
|
+
xn as depositType,
|
|
2498
2594
|
qn as fishGameListType,
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
|
|
2595
|
+
Pa as friendListEditType,
|
|
2596
|
+
ka as friendListType,
|
|
2597
|
+
Sn as gameListType,
|
|
2598
|
+
Oa as getActivePPType,
|
|
2599
|
+
Ma as getActiveProductType,
|
|
2600
|
+
ha as getCountryType,
|
|
2601
|
+
Kn as getDepositPromotionType,
|
|
2602
|
+
Nn as getEventListType,
|
|
2603
|
+
Fn as getEventTokenType,
|
|
2508
2604
|
Bn as getExtraGameType,
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
|
|
2605
|
+
la as getImageType,
|
|
2606
|
+
Qn as getInviteRewardClaimType,
|
|
2607
|
+
$n as getInviteRewardDataType,
|
|
2512
2608
|
An as getInviteRewardReportType,
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2609
|
+
ea as getInviteRewardSettingType,
|
|
2610
|
+
Xa as getReliefFundData,
|
|
2611
|
+
Za as getReliefFundReport,
|
|
2612
|
+
Yn as getRewardReferralType,
|
|
2613
|
+
on as getSettingType,
|
|
2614
|
+
Xn as getTopUpRewardClaimType,
|
|
2615
|
+
ta as getTopUpRewardSettingType,
|
|
2616
|
+
Hn as getTopupRewardDataType,
|
|
2617
|
+
Jn as getTopupRewardReportType,
|
|
2618
|
+
Zn as getTurnOverRewardClaimType,
|
|
2619
|
+
Wn as getTurnOverRewardDataType,
|
|
2620
|
+
En as getTurnOverRewardReportType,
|
|
2621
|
+
na as getTurnOverRewardSettingType,
|
|
2622
|
+
Wa as getTwoFactorAuthenticateType,
|
|
2623
|
+
$a as getUserDeviceListType,
|
|
2624
|
+
pa as getUserProfileType,
|
|
2625
|
+
ba as getUsernameByReferType,
|
|
2626
|
+
ua as getValidateType,
|
|
2627
|
+
ia as getVerifyPromo,
|
|
2628
|
+
pn as loginApi,
|
|
2629
|
+
Tn as loginType,
|
|
2630
|
+
bn as logoutApi,
|
|
2631
|
+
vn as logoutType,
|
|
2632
|
+
Un as mailBoxType,
|
|
2633
|
+
Mn as mainWalletType,
|
|
2634
|
+
le as paymentsProviderType,
|
|
2539
2635
|
Q as playGame,
|
|
2540
2636
|
Q as playGameType,
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2637
|
+
Pn as promotionType,
|
|
2638
|
+
ca as readMailType,
|
|
2639
|
+
Fa as referralMemberProfileType,
|
|
2640
|
+
Na as referralProfileType,
|
|
2545
2641
|
Ba as registerActionType,
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
2642
|
+
aa as requestForgetPasswordType,
|
|
2643
|
+
ga as requestTacCodeType,
|
|
2644
|
+
Ia as requestTransferMoneyType,
|
|
2645
|
+
ra as requestUpdateMobileTacCode,
|
|
2646
|
+
ja as requestWithdrawTacType,
|
|
2647
|
+
xa as requestWithdrawalCodeType,
|
|
2648
|
+
Ha as searchNumberHistoryType,
|
|
2649
|
+
hn as setLocaleApi,
|
|
2554
2650
|
za as signInRecordType,
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2651
|
+
Ga as signInViewInfoType,
|
|
2652
|
+
Vn as slotGameListType,
|
|
2653
|
+
wa as submitCryptoAccountType,
|
|
2654
|
+
oa as submitForgetPasswordType,
|
|
2559
2655
|
K as submitGiftCode,
|
|
2560
2656
|
K as submitGiftCodeType,
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2657
|
+
La as submitTransferMoneyType,
|
|
2658
|
+
Ea as submitTwoFactorAuthenticateType,
|
|
2659
|
+
sa as submitUpdateMobileTacCode,
|
|
2660
|
+
Ra as submitValidateType,
|
|
2661
|
+
Ka as submitWithdrawalAlipayType,
|
|
2662
|
+
Ca as submitWithdrawalCodeType,
|
|
2663
|
+
Ln as transactionReportType,
|
|
2664
|
+
va as transferProcessType,
|
|
2665
|
+
Ua as transferReportType,
|
|
2666
|
+
Ta as transferToMainType,
|
|
2571
2667
|
Aa as unbindUserDeviceType,
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2668
|
+
jn as upcomingMatchType,
|
|
2669
|
+
da as updateProfilePictureType,
|
|
2670
|
+
kn as vipListType,
|
|
2575
2671
|
zn as walletType,
|
|
2576
|
-
|
|
2577
|
-
|
|
2672
|
+
In as withdrawType,
|
|
2673
|
+
Cn as withdrawalGetType
|
|
2578
2674
|
};
|