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