60p82u21t54k 0.0.82 → 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 +964 -935
- package/dist/60p82u21t54k.umd.js +1 -1
- package/dist/main.d.ts +0 -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,14 +59,14 @@ 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
72
|
(i.getTime() - u.getTime()) / 1e3
|
|
@@ -75,11 +75,11 @@ const ne = (e) => new TextEncoder().encode(e), oe = (e) => {
|
|
|
75
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,
|
|
@@ -89,7 +89,7 @@ const ne = (e) => new TextEncoder().encode(e), oe = (e) => {
|
|
|
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,88 +98,88 @@ 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((
|
|
132
|
+
return ((t = e.mdPaymentChannels) == null ? void 0 : t.map((n) => {
|
|
133
133
|
const u = [];
|
|
134
|
-
switch (
|
|
135
|
-
case
|
|
136
|
-
u.push(
|
|
134
|
+
switch (n.name) {
|
|
135
|
+
case L.default:
|
|
136
|
+
u.push(K(n.paymentmethod.manual, e));
|
|
137
137
|
break;
|
|
138
|
-
case
|
|
139
|
-
u.push(
|
|
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 l = 0; l <
|
|
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 && u.push(
|
|
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/${
|
|
160
|
+
name: n.label,
|
|
161
|
+
imageUrl: `/image/game/native/deposit/sidemenu/${n.name}.png?${e.systemtime}`,
|
|
162
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
|
-
},
|
|
172
|
+
}, n = e.map((u) => ({
|
|
173
173
|
id: u.promoindex,
|
|
174
174
|
name: u.promodesc,
|
|
175
175
|
disabled: !1,
|
|
176
176
|
welcomeBonus: u.dtype === "5" && u.type === "F",
|
|
177
177
|
dailyBonus: u.dtype === "5" && u.type === "D"
|
|
178
178
|
}));
|
|
179
|
-
return [t, ...
|
|
180
|
-
},
|
|
179
|
+
return [t, ...n];
|
|
180
|
+
}, U = (e, t, n, u) => {
|
|
181
181
|
let i, l;
|
|
182
|
-
|
|
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));
|
|
@@ -187,15 +187,15 @@ const ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
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: [
|
|
@@ -204,13 +204,13 @@ const ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
204
204
|
_,
|
|
205
205
|
m.toString()
|
|
206
206
|
], minAmount: d, maxAmount: l };
|
|
207
|
-
},
|
|
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 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 } =
|
|
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
214
|
Number(l),
|
|
215
215
|
Number(d),
|
|
216
216
|
t.mdBankLevelDetail.deposit_min,
|
|
@@ -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
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
248
|
t.mdGatewayMinMax[S].bankindex == m.toString() && (l = t.mdGatewayMinMax[S].min, d = t.mdGatewayMinMax[S].max);
|
|
249
|
-
const { amountList: f, minAmount: p, maxAmount: _ } =
|
|
249
|
+
const { amountList: f, minAmount: p, maxAmount: _ } = U(
|
|
250
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 u =
|
|
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 l =
|
|
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,
|
|
@@ -307,17 +307,17 @@ const ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
307
307
|
let m = "0.00", f = "0.00";
|
|
308
308
|
for (let g = 0; g < l.length; g++)
|
|
309
309
|
l[g].bankindex === e.toString() && (m = l[g].min, f = l[g].max);
|
|
310
|
-
const { amountList: p, minAmount: _, maxAmount:
|
|
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
|
}
|
|
@@ -325,17 +325,17 @@ const ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
325
325
|
id: e,
|
|
326
326
|
name: "autoMethod",
|
|
327
327
|
type: u,
|
|
328
|
-
promo:
|
|
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
340
|
const l = i.amtlist.map(Number).sort((m, f) => m - f);
|
|
341
341
|
return {
|
|
@@ -346,21 +346,21 @@ const ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
346
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
365
|
platformGame: ((t = e.mdGameListResult) == null ? void 0 : t.map((l) => {
|
|
366
366
|
var d;
|
|
@@ -384,7 +384,7 @@ const ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
384
384
|
}))) ?? []
|
|
385
385
|
};
|
|
386
386
|
})) ?? [],
|
|
387
|
-
hotGameList: e.mdGameLists !== null ? ((u = (
|
|
387
|
+
hotGameList: e.mdGameLists !== null ? ((u = (n = e.mdGameLists) == null ? void 0 : n.data) == null ? void 0 : u.map((l) => ({
|
|
388
388
|
gameId: Number(l.id),
|
|
389
389
|
platformId: Number(l.id_PlatformProduct),
|
|
390
390
|
name: l.name,
|
|
@@ -413,32 +413,60 @@ const ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
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:
|
|
541
|
+
livechatList: n.filter((u) => u.status == 1).map((u) => {
|
|
514
542
|
let i = u.imgname;
|
|
515
543
|
return i.slice(-4) === ".png" && (i = u.imgname.slice(0, -4)), {
|
|
516
544
|
name: u.name,
|
|
517
545
|
imageUrl: `/image/game/native/customer_service/${i}.png`,
|
|
518
|
-
url: u.url
|
|
546
|
+
url: u.url,
|
|
547
|
+
status: u.status == 1
|
|
519
548
|
};
|
|
520
549
|
}),
|
|
521
550
|
mobileValidate: e.mobilevalidate ? e.mobilevalidate === "1" : !1,
|
|
@@ -529,11 +558,11 @@ 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
564
|
banner: ((t = e.mobileBanner) == null ? void 0 : t.map((l) => `${l.imagepath}?${l.filemtime}`)) ?? [],
|
|
536
|
-
ad: ((
|
|
565
|
+
ad: ((n = e.mobileAd) == null ? void 0 : n.map((l) => `${l.imagepath}?${l.filemtime}`)) ?? [],
|
|
537
566
|
about: ((u = e.about) == null ? void 0 : u.map((l) => ({
|
|
538
567
|
name: l.name,
|
|
539
568
|
content: l.content
|
|
@@ -543,82 +572,82 @@ const ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
543
572
|
content: l.content
|
|
544
573
|
}))) ?? []
|
|
545
574
|
};
|
|
546
|
-
},
|
|
575
|
+
}, Pe = (e) => {
|
|
547
576
|
var t;
|
|
548
|
-
return ((t = e.data) == null ? void 0 : t.filter((
|
|
549
|
-
code:
|
|
550
|
-
regex:
|
|
551
|
-
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
|
|
552
581
|
}))) ?? [];
|
|
553
|
-
},
|
|
582
|
+
}, Oe = (e) => e, Me = (e) => {
|
|
554
583
|
let t = null;
|
|
555
584
|
return e ? e.status != 1 ? t = 0 : t = e.mainwallet : t = 0, {
|
|
556
585
|
amount: t
|
|
557
586
|
};
|
|
558
|
-
},
|
|
587
|
+
}, je = (e) => {
|
|
559
588
|
var t;
|
|
560
|
-
return ((t = e.data) == null ? void 0 : t.filter((
|
|
561
|
-
name:
|
|
562
|
-
code:
|
|
563
|
-
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
|
|
564
593
|
}))) ?? [];
|
|
565
|
-
},
|
|
594
|
+
}, De = (e) => (console.log(e), {
|
|
566
595
|
name: ""
|
|
567
|
-
}),
|
|
596
|
+
}), xe = (e) => {
|
|
568
597
|
var t;
|
|
569
|
-
return ((t = e.data) == null ? void 0 : t.filter((
|
|
570
|
-
id:
|
|
571
|
-
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,
|
|
572
601
|
date: []
|
|
573
602
|
}))) ?? [];
|
|
574
|
-
},
|
|
603
|
+
}, Ce = (e) => {
|
|
575
604
|
var t;
|
|
576
|
-
return ((t = e.data) == null ? void 0 : t.map((
|
|
605
|
+
return ((t = e.data) == null ? void 0 : t.map((n) => {
|
|
577
606
|
var u;
|
|
578
607
|
return {
|
|
579
|
-
id:
|
|
580
|
-
date: ((u =
|
|
608
|
+
id: n.key,
|
|
609
|
+
date: ((u = n.draw_date) == null ? void 0 : u.map((i) => Ie(i.draw_tmactive))) ?? []
|
|
581
610
|
};
|
|
582
611
|
})) ?? [];
|
|
583
612
|
};
|
|
584
|
-
function
|
|
585
|
-
const t = new Date(e * 1e3),
|
|
586
|
-
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}`;
|
|
587
616
|
}
|
|
588
|
-
const
|
|
617
|
+
const Le = (e) => {
|
|
589
618
|
var t;
|
|
590
|
-
return ((t = e.data) == null ? void 0 : t.map((
|
|
619
|
+
return ((t = e.data) == null ? void 0 : t.map((n) => {
|
|
591
620
|
var u;
|
|
592
621
|
return {
|
|
593
|
-
id:
|
|
594
|
-
name:
|
|
595
|
-
list: ((u =
|
|
622
|
+
id: n.company_id,
|
|
623
|
+
name: n.company_name,
|
|
624
|
+
list: ((u = n.drawCount) == null ? void 0 : u.map((i) => ({
|
|
596
625
|
combination: i.combination_combination,
|
|
597
626
|
total: i.total
|
|
598
627
|
}))) ?? []
|
|
599
628
|
};
|
|
600
629
|
})) ?? [];
|
|
601
|
-
},
|
|
630
|
+
}, we = (e) => e.data.map((t) => ({
|
|
602
631
|
companyId: t.company_id,
|
|
603
632
|
companyName: t.company_name,
|
|
604
|
-
resultByDateList: t.draws.map((
|
|
605
|
-
const u =
|
|
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(
|
|
606
635
|
(g) => g.combination_dimension == 4 && g.combination_position === 1
|
|
607
|
-
).map((g) => g.combination_combination), l =
|
|
636
|
+
).map((g) => g.combination_combination), l = n.results.filter(
|
|
608
637
|
(g) => g.combination_dimension === 4 && g.combination_position === 2
|
|
609
|
-
).map((g) => g.combination_combination), d =
|
|
638
|
+
).map((g) => g.combination_combination), d = n.results.filter(
|
|
610
639
|
(g) => g.combination_dimension === 4 && g.combination_position === 3
|
|
611
|
-
).map((g) => g.combination_combination), m =
|
|
640
|
+
).map((g) => g.combination_combination), m = n.results.filter(
|
|
612
641
|
(g) => g.combination_dimension === 4 && g.combination_position === 4
|
|
613
|
-
).map((g) => g.combination_combination), f =
|
|
642
|
+
).map((g) => g.combination_combination), f = n.results.filter(
|
|
614
643
|
(g) => g.combination_dimension === 4 && g.combination_position === 5
|
|
615
|
-
).map((g) => g.combination_combination), p =
|
|
644
|
+
).map((g) => g.combination_combination), p = n.results.filter(
|
|
616
645
|
(g) => g.combination_dimension === 5 && g.combination_position === 1
|
|
617
|
-
).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(
|
|
618
647
|
(g) => g.combination_dimension === 6 && g.combination_position === 1
|
|
619
|
-
).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);
|
|
620
649
|
return {
|
|
621
|
-
date:
|
|
650
|
+
date: n.date,
|
|
622
651
|
dimension_3: u,
|
|
623
652
|
dimension_4: {
|
|
624
653
|
prize_1: i,
|
|
@@ -632,12 +661,12 @@ const Ie = (e) => {
|
|
|
632
661
|
all: _
|
|
633
662
|
},
|
|
634
663
|
dimension_6: {
|
|
635
|
-
prize_1:
|
|
664
|
+
prize_1: j,
|
|
636
665
|
all: v
|
|
637
666
|
}
|
|
638
667
|
};
|
|
639
668
|
})
|
|
640
|
-
})),
|
|
669
|
+
})), ze = (e) => e.data.map((t) => ({
|
|
641
670
|
id: t.id,
|
|
642
671
|
date: t.matchDate,
|
|
643
672
|
tag: t.tag,
|
|
@@ -651,19 +680,19 @@ const Ie = (e) => {
|
|
|
651
680
|
name: t.home,
|
|
652
681
|
logo_url: t.homeLogo
|
|
653
682
|
}
|
|
654
|
-
})),
|
|
683
|
+
})), Ge = (e) => ({
|
|
655
684
|
status: e.status == 1,
|
|
656
685
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
657
686
|
paymentUrl: e.urlpayment ?? ""
|
|
658
|
-
}),
|
|
687
|
+
}), Ne = (e) => ({
|
|
659
688
|
status: e.status == 1,
|
|
660
689
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
661
690
|
flag: e.flag
|
|
662
|
-
}),
|
|
691
|
+
}), R = (e) => ({
|
|
663
692
|
status: e.status == 1,
|
|
664
693
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? ""
|
|
665
|
-
}),
|
|
666
|
-
var t,
|
|
694
|
+
}), Fe = (e) => R(e), Be = (e) => {
|
|
695
|
+
var t, n, u, i, l;
|
|
667
696
|
return {
|
|
668
697
|
bankCard: ((t = e.bankCard) == null ? void 0 : t.map((d) => {
|
|
669
698
|
var m, f;
|
|
@@ -682,7 +711,7 @@ const Ie = (e) => {
|
|
|
682
711
|
countryIndex: d.countryindex
|
|
683
712
|
};
|
|
684
713
|
})) ?? [],
|
|
685
|
-
bankList: ((
|
|
714
|
+
bankList: ((n = e.bankList) == null ? void 0 : n.map((d) => ({
|
|
686
715
|
bankIndex: d.bankindex,
|
|
687
716
|
bankType: d.bank_type,
|
|
688
717
|
bankName: d.banknamesimplified,
|
|
@@ -720,21 +749,21 @@ const Ie = (e) => {
|
|
|
720
749
|
},
|
|
721
750
|
bankCardLimit: e.bankcardlimit
|
|
722
751
|
};
|
|
723
|
-
},
|
|
752
|
+
}, Ue = (e) => ({
|
|
724
753
|
withdrawMin: Number(e.withdrawMin),
|
|
725
754
|
withdrawMax: Number(e.withdrawMax),
|
|
726
755
|
dailyWithdrawLimit: Number(e.dailyWithdrawLimit),
|
|
727
756
|
withdrawFee: e.withdrawFee,
|
|
728
757
|
withdrawMaxFee: Number(e.withdrawMaxFee),
|
|
729
758
|
withdrawCount: e.withdrawCount
|
|
730
|
-
}),
|
|
731
|
-
var t,
|
|
759
|
+
}), We = (e) => R(e), qe = (e) => {
|
|
760
|
+
var t, n, u, i, l, d;
|
|
732
761
|
return {
|
|
733
762
|
statusMode: ((t = e.subStatusModes) == null ? void 0 : t.map((m) => ({
|
|
734
763
|
key: m.key,
|
|
735
764
|
value: m.value
|
|
736
765
|
}))) ?? [],
|
|
737
|
-
transactionMethod: ((
|
|
766
|
+
transactionMethod: ((n = e.subTransactionMethods) == null ? void 0 : n.map((m) => ({
|
|
738
767
|
key: m.key,
|
|
739
768
|
value: m.value
|
|
740
769
|
}))) ?? [],
|
|
@@ -747,7 +776,7 @@ const Ie = (e) => {
|
|
|
747
776
|
transactionIndex: m.ledgerindex,
|
|
748
777
|
transactionInfo: {
|
|
749
778
|
id: m.fundindex,
|
|
750
|
-
desc:
|
|
779
|
+
desc: Ve(m.fundindex, m.transactionindex),
|
|
751
780
|
ext: m.fundindex === 3 ? `(${m.promo_cash})` : ""
|
|
752
781
|
},
|
|
753
782
|
statusInfo: {
|
|
@@ -763,7 +792,7 @@ const Ie = (e) => {
|
|
|
763
792
|
})) ?? []
|
|
764
793
|
}
|
|
765
794
|
};
|
|
766
|
-
},
|
|
795
|
+
}, Ve = (e, t) => {
|
|
767
796
|
switch (e) {
|
|
768
797
|
case 1:
|
|
769
798
|
if (t === 1)
|
|
@@ -793,12 +822,12 @@ const Ie = (e) => {
|
|
|
793
822
|
return "shareHolderDividend";
|
|
794
823
|
}
|
|
795
824
|
return "";
|
|
796
|
-
},
|
|
825
|
+
}, Ee = (e) => ({
|
|
797
826
|
status: e.status == 1
|
|
798
|
-
}),
|
|
799
|
-
var
|
|
827
|
+
}), $e = (e) => (e == null ? void 0 : e.map((t) => {
|
|
828
|
+
var n;
|
|
800
829
|
return {
|
|
801
|
-
activeCom: ((
|
|
830
|
+
activeCom: ((n = t.active_com) == null ? void 0 : n.map((u) => ({
|
|
802
831
|
code: u.code,
|
|
803
832
|
name: u.name,
|
|
804
833
|
categoryId: u.category_id,
|
|
@@ -808,7 +837,7 @@ const Ie = (e) => {
|
|
|
808
837
|
com: t.com ?? "",
|
|
809
838
|
maintenance: t.maintenance ?? !1
|
|
810
839
|
};
|
|
811
|
-
})) ?? [],
|
|
840
|
+
})) ?? [], He = (e) => ({
|
|
812
841
|
status: e.status == 1,
|
|
813
842
|
message: e.message ?? "",
|
|
814
843
|
data: e.data.map((t) => ({
|
|
@@ -818,48 +847,48 @@ const Ie = (e) => {
|
|
|
818
847
|
imageUrl: t.image_url,
|
|
819
848
|
getToken: t.getToken === 1
|
|
820
849
|
}))
|
|
821
|
-
}),
|
|
850
|
+
}), Ae = (e) => {
|
|
822
851
|
var t;
|
|
823
852
|
return {
|
|
824
853
|
status: e.status == 1,
|
|
825
854
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
826
|
-
data: ((t = e.data) == null ? void 0 : t.map((
|
|
827
|
-
id:
|
|
828
|
-
tokenAmount:
|
|
855
|
+
data: ((t = e.data) == null ? void 0 : t.map((n) => ({
|
|
856
|
+
id: n.id,
|
|
857
|
+
tokenAmount: n.token_amount
|
|
829
858
|
}))) ?? []
|
|
830
859
|
};
|
|
831
|
-
},
|
|
860
|
+
}, Je = (e) => ({
|
|
832
861
|
status: e.status == 1,
|
|
833
862
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
834
863
|
loginId: e.loginId ?? "",
|
|
835
864
|
password: e.password ?? "",
|
|
836
865
|
downloadUrl: e.download_link ?? ""
|
|
837
|
-
}),
|
|
866
|
+
}), Ye = (e) => (e == null ? void 0 : e.map((t) => ({
|
|
838
867
|
messageId: t.msgindex,
|
|
839
868
|
unread: t.status == "0",
|
|
840
869
|
date: t.cdate,
|
|
841
870
|
title: t.account_message_content.subject,
|
|
842
871
|
content: t.account_message_content.content
|
|
843
|
-
}))) ?? [],
|
|
872
|
+
}))) ?? [], Ke = (e) => {
|
|
844
873
|
var t;
|
|
845
|
-
return ((t = e.mdGameLists) == null ? void 0 : t.map((
|
|
846
|
-
id:
|
|
847
|
-
gameName:
|
|
848
|
-
platformProductID:
|
|
849
|
-
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}`
|
|
850
879
|
}))) ?? [];
|
|
851
|
-
},
|
|
880
|
+
}, Qe = (e) => e.mdGameLists.map((t) => ({
|
|
852
881
|
id: t.id,
|
|
853
882
|
name: t.name,
|
|
854
|
-
list: t.gameList.map((
|
|
855
|
-
const u = e.mdDomains, l = `${u.length >=
|
|
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}`;
|
|
856
885
|
return {
|
|
857
|
-
id:
|
|
858
|
-
name:
|
|
886
|
+
id: n.id,
|
|
887
|
+
name: n.name,
|
|
859
888
|
imageUrl: l
|
|
860
889
|
};
|
|
861
890
|
})
|
|
862
|
-
})),
|
|
891
|
+
})), Xe = (e) => e.status == 0 ? {
|
|
863
892
|
claimedReward: "0",
|
|
864
893
|
currentDirectDownline: "0",
|
|
865
894
|
currentOtherDownline: "0",
|
|
@@ -873,8 +902,8 @@ const Ie = (e) => {
|
|
|
873
902
|
currentReward: e.data.current_reward.toString(),
|
|
874
903
|
totalReward: e.data.total_reward,
|
|
875
904
|
unclaimReward: e.data.unclaim_reward.toString()
|
|
876
|
-
},
|
|
877
|
-
const t = /* @__PURE__ */ new Set(),
|
|
905
|
+
}, Ze = (e) => {
|
|
906
|
+
const t = /* @__PURE__ */ new Set(), n = e.data.map((l) => (t.add(l.downline), {
|
|
878
907
|
id: l.logindex,
|
|
879
908
|
name: l.firstname,
|
|
880
909
|
cashback: l.turnover,
|
|
@@ -883,9 +912,9 @@ const Ie = (e) => {
|
|
|
883
912
|
return {
|
|
884
913
|
totalReward: u,
|
|
885
914
|
totalCount: i,
|
|
886
|
-
list:
|
|
915
|
+
list: n
|
|
887
916
|
};
|
|
888
|
-
},
|
|
917
|
+
}, et = (e) => e.status == 0 ? {
|
|
889
918
|
claimedReward: "0",
|
|
890
919
|
currentInvite: "0",
|
|
891
920
|
currentReward: "0",
|
|
@@ -899,8 +928,8 @@ const Ie = (e) => {
|
|
|
899
928
|
totalInvite: e.data.total_invite,
|
|
900
929
|
totalReward: e.data.total_reward,
|
|
901
930
|
unclaimReward: e.data.unclaim_reward.toString()
|
|
902
|
-
},
|
|
903
|
-
const t = /* @__PURE__ */ new Set(),
|
|
931
|
+
}, tt = (e) => {
|
|
932
|
+
const t = /* @__PURE__ */ new Set(), n = e.data.map((l) => (t.add(l.accountid), {
|
|
904
933
|
id: l.id,
|
|
905
934
|
name: l.firstname,
|
|
906
935
|
dateCreated: l.created,
|
|
@@ -911,9 +940,9 @@ const Ie = (e) => {
|
|
|
911
940
|
return {
|
|
912
941
|
totalReward: u,
|
|
913
942
|
totalCount: i,
|
|
914
|
-
list:
|
|
943
|
+
list: n
|
|
915
944
|
};
|
|
916
|
-
},
|
|
945
|
+
}, nt = (e) => e.status == 0 ? {
|
|
917
946
|
claimedReward: "0",
|
|
918
947
|
currentDirectDownline: "0",
|
|
919
948
|
currentOtherDownline: "0",
|
|
@@ -928,7 +957,7 @@ const Ie = (e) => {
|
|
|
928
957
|
totalReward: e.data.total_reward,
|
|
929
958
|
unclaimReward: e.data.unclaim_reward.toString()
|
|
930
959
|
}, at = (e) => {
|
|
931
|
-
const t = /* @__PURE__ */ new Set(),
|
|
960
|
+
const t = /* @__PURE__ */ new Set(), n = e.data.map((l) => (t.add(l.accountid), {
|
|
932
961
|
id: l.logindex,
|
|
933
962
|
name: l.firstname,
|
|
934
963
|
total: l.deposit,
|
|
@@ -937,9 +966,9 @@ const Ie = (e) => {
|
|
|
937
966
|
return {
|
|
938
967
|
totalReward: u,
|
|
939
968
|
totalCount: i,
|
|
940
|
-
list:
|
|
969
|
+
list: n
|
|
941
970
|
};
|
|
942
|
-
},
|
|
971
|
+
}, ot = (e) => e.status == 0 ? {
|
|
943
972
|
directDownline: "0",
|
|
944
973
|
otherDownline: "0",
|
|
945
974
|
uplineCode: "",
|
|
@@ -949,9 +978,9 @@ const Ie = (e) => {
|
|
|
949
978
|
otherDownline: e.data.others_downline_count.toString(),
|
|
950
979
|
uplineCode: e.data.upline.accountcode,
|
|
951
980
|
referralCode: e.data.referral_code
|
|
952
|
-
},
|
|
981
|
+
}, rt = (e) => {
|
|
953
982
|
var f;
|
|
954
|
-
let t = null,
|
|
983
|
+
let t = null, n = null;
|
|
955
984
|
if (e.status == 0)
|
|
956
985
|
return { welcomeBonus: null, dailyBonus: null };
|
|
957
986
|
const u = e.data.filter((p) => p.dtype == "5" && p.type == "F").map((p) => {
|
|
@@ -987,21 +1016,21 @@ const Ie = (e) => {
|
|
|
987
1016
|
depositAmount: p.depositAmount,
|
|
988
1017
|
promoAmount: p.promoAmount
|
|
989
1018
|
}));
|
|
990
|
-
return
|
|
1019
|
+
return n = {
|
|
991
1020
|
percentage: l,
|
|
992
1021
|
expiryTime: d,
|
|
993
1022
|
list: m
|
|
994
|
-
}, { welcomeBonus: t, dailyBonus:
|
|
995
|
-
},
|
|
1023
|
+
}, { welcomeBonus: t, dailyBonus: n };
|
|
1024
|
+
}, st = (e) => ({
|
|
996
1025
|
status: e.status == 1,
|
|
997
1026
|
message: e.msg ?? ""
|
|
998
|
-
}),
|
|
1027
|
+
}), it = (e) => ({
|
|
999
1028
|
status: e.status == 1,
|
|
1000
1029
|
message: e.msg ?? ""
|
|
1001
|
-
}),
|
|
1030
|
+
}), lt = (e) => ({
|
|
1002
1031
|
status: e.status == 1,
|
|
1003
1032
|
message: e.msg ?? ""
|
|
1004
|
-
}),
|
|
1033
|
+
}), ut = (e) => e.status == 0 ? {
|
|
1005
1034
|
deposit: "0",
|
|
1006
1035
|
reward: "0",
|
|
1007
1036
|
turnover: "0"
|
|
@@ -1009,18 +1038,18 @@ const Ie = (e) => {
|
|
|
1009
1038
|
deposit: e.data.deposit,
|
|
1010
1039
|
reward: e.data.reward,
|
|
1011
1040
|
turnover: e.data.turnover
|
|
1012
|
-
},
|
|
1041
|
+
}, dt = (e) => {
|
|
1013
1042
|
if (e.status == 0 || !e.data)
|
|
1014
1043
|
return {};
|
|
1015
1044
|
const t = {};
|
|
1016
|
-
for (const
|
|
1017
|
-
if (Object.prototype.hasOwnProperty.call(e.data,
|
|
1018
|
-
const u = e.data[
|
|
1019
|
-
t[
|
|
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] = [];
|
|
1020
1049
|
for (let i = 0; i < u.length; i++) {
|
|
1021
1050
|
const l = u[i];
|
|
1022
1051
|
let d = "";
|
|
1023
|
-
u.length > i + 1 && (d = (Number(u[i + 1].achievement) - 1).toString()), t[
|
|
1052
|
+
u.length > i + 1 && (d = (Number(u[i + 1].achievement) - 1).toString()), t[n].push({
|
|
1024
1053
|
rate: l.rate,
|
|
1025
1054
|
minValue: l.achievement.toString(),
|
|
1026
1055
|
maxValue: d
|
|
@@ -1028,18 +1057,18 @@ const Ie = (e) => {
|
|
|
1028
1057
|
}
|
|
1029
1058
|
}
|
|
1030
1059
|
return t;
|
|
1031
|
-
},
|
|
1060
|
+
}, ct = (e) => {
|
|
1032
1061
|
if (e.status == 0 || !e.data)
|
|
1033
1062
|
return {};
|
|
1034
1063
|
const t = {};
|
|
1035
|
-
for (const
|
|
1036
|
-
if (Object.prototype.hasOwnProperty.call(e.data,
|
|
1037
|
-
const u = e.data[
|
|
1038
|
-
t[
|
|
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] = [];
|
|
1039
1068
|
for (let i = 0; i < u.length; i++) {
|
|
1040
1069
|
const l = u[i];
|
|
1041
1070
|
let d = "";
|
|
1042
|
-
u.length > i + 1 && (d = (Number(u[i + 1].achievement) - 1).toString()), t[
|
|
1071
|
+
u.length > i + 1 && (d = (Number(u[i + 1].achievement) - 1).toString()), t[n].push({
|
|
1043
1072
|
rate: l.rate,
|
|
1044
1073
|
minValue: l.achievement,
|
|
1045
1074
|
maxValue: d
|
|
@@ -1047,21 +1076,21 @@ const Ie = (e) => {
|
|
|
1047
1076
|
}
|
|
1048
1077
|
}
|
|
1049
1078
|
return t;
|
|
1050
|
-
},
|
|
1051
|
-
var t,
|
|
1079
|
+
}, mt = (e) => R(e), pt = (e) => R(e), gt = (e) => {
|
|
1080
|
+
var t, n, u, i, l;
|
|
1052
1081
|
return {
|
|
1053
1082
|
status: e.status == 1,
|
|
1054
1083
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
1055
1084
|
default: ((t = e.data) == null ? void 0 : t.default) ?? [],
|
|
1056
|
-
online: ((
|
|
1085
|
+
online: ((n = e.data) == null ? void 0 : n.online) ?? [],
|
|
1057
1086
|
mycard: ((u = e.data) == null ? void 0 : u.mycard) ?? [],
|
|
1058
1087
|
qrcode: ((i = e.data) == null ? void 0 : i.qrcode) ?? [],
|
|
1059
1088
|
personal: ((l = e.data) == null ? void 0 : l.personal) ?? []
|
|
1060
1089
|
};
|
|
1061
|
-
},
|
|
1090
|
+
}, H = (e) => (console.log(e), {
|
|
1062
1091
|
validated: e.withdrawValidate === 1 || e.depositValidate === 1 || e.TransferCreditValidate === 1,
|
|
1063
|
-
forms:
|
|
1064
|
-
}),
|
|
1092
|
+
forms: bt(e)
|
|
1093
|
+
}), bt = (e) => e.subDepositForms && e.subDepositForms.length > 0 ? e.subDepositForms.map((t) => ({
|
|
1065
1094
|
id: t.id,
|
|
1066
1095
|
fieldName: t.fieldname,
|
|
1067
1096
|
regex: t.regex,
|
|
@@ -1079,70 +1108,70 @@ const Ie = (e) => {
|
|
|
1079
1108
|
regex: t.regex,
|
|
1080
1109
|
showName: t.showname,
|
|
1081
1110
|
inputHelper: t.inputHelper
|
|
1082
|
-
})) : [],
|
|
1111
|
+
})) : [], ft = (e) => R(e), yt = (e) => e, _t = (e) => ({
|
|
1083
1112
|
status: e.status == 1,
|
|
1084
1113
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? ""
|
|
1085
|
-
}),
|
|
1114
|
+
}), ht = (e) => R(e), vt = (e) => ({
|
|
1086
1115
|
status: e.status == 1,
|
|
1087
1116
|
message: e.message,
|
|
1088
1117
|
user: e.user ?? ""
|
|
1089
|
-
}),
|
|
1118
|
+
}), Tt = (e) => ({
|
|
1090
1119
|
status: e.status == 1,
|
|
1091
1120
|
message: e.msg ?? "",
|
|
1092
1121
|
amount: e.amount ?? ""
|
|
1093
|
-
}),
|
|
1122
|
+
}), Rt = (e) => R(e), St = (e) => {
|
|
1094
1123
|
var t;
|
|
1095
1124
|
return {
|
|
1096
1125
|
status: e.status == 1,
|
|
1097
1126
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
1098
1127
|
dayStreak: ((t = e.data) == null ? void 0 : t.continuousDay) ?? 0
|
|
1099
1128
|
};
|
|
1100
|
-
},
|
|
1129
|
+
}, kt = (e) => {
|
|
1101
1130
|
var t;
|
|
1102
1131
|
return {
|
|
1103
1132
|
status: e.status == 1,
|
|
1104
1133
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
1105
|
-
countryList: ((t = e.data) == null ? void 0 : t.map((
|
|
1134
|
+
countryList: ((t = e.data) == null ? void 0 : t.map((n) => {
|
|
1106
1135
|
var u, i;
|
|
1107
1136
|
return {
|
|
1108
|
-
countryIndex:
|
|
1109
|
-
currencyName:
|
|
1110
|
-
label:
|
|
1137
|
+
countryIndex: n.countryindex,
|
|
1138
|
+
currencyName: n.currency_name ?? "",
|
|
1139
|
+
label: n.label,
|
|
1111
1140
|
currencyRate: {
|
|
1112
|
-
depositCurrencyRate: ((u =
|
|
1113
|
-
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) ?? ""
|
|
1114
1143
|
}
|
|
1115
1144
|
};
|
|
1116
1145
|
})) ?? []
|
|
1117
1146
|
};
|
|
1118
|
-
},
|
|
1147
|
+
}, Pt = (e) => ({
|
|
1119
1148
|
status: e.status == 1,
|
|
1120
1149
|
message: e.msg ?? ""
|
|
1121
|
-
}),
|
|
1150
|
+
}), Ot = (e) => ({
|
|
1122
1151
|
status: e.status == 1,
|
|
1123
1152
|
message: e.msg ?? "",
|
|
1124
1153
|
form: e.form ?? "",
|
|
1125
1154
|
gameUrl: e.data ?? ""
|
|
1126
|
-
}),
|
|
1155
|
+
}), Mt = (e) => R(e), jt = (e) => R(e), A = (e) => ({
|
|
1127
1156
|
status: e.status == 1,
|
|
1128
1157
|
message: e.errormessage ?? ""
|
|
1129
|
-
}),
|
|
1158
|
+
}), Dt = (e) => R(e), xt = (e) => e, Ct = (e) => R(e), It = (e) => {
|
|
1130
1159
|
var t;
|
|
1131
1160
|
return {
|
|
1132
|
-
platformProduct: ((t = e.mdPlatformProduct) == null ? void 0 : t.map((
|
|
1133
|
-
productMasterId:
|
|
1134
|
-
name:
|
|
1135
|
-
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
|
|
1136
1165
|
}))) ?? []
|
|
1137
1166
|
};
|
|
1138
|
-
},
|
|
1167
|
+
}, Lt = (e) => {
|
|
1139
1168
|
var t;
|
|
1140
|
-
return ((t = e.mdProductMaster) == null ? void 0 : t.map((
|
|
1169
|
+
return ((t = e.mdProductMaster) == null ? void 0 : t.map((n) => {
|
|
1141
1170
|
var u;
|
|
1142
1171
|
return {
|
|
1143
|
-
id:
|
|
1144
|
-
name:
|
|
1145
|
-
product: ((u =
|
|
1172
|
+
id: n.id,
|
|
1173
|
+
name: n.name,
|
|
1174
|
+
product: ((u = n.platformproduct) == null ? void 0 : u.map((i) => ({
|
|
1146
1175
|
id: i.id,
|
|
1147
1176
|
name: i.name,
|
|
1148
1177
|
platformId: i.id_PlatformMaster,
|
|
@@ -1150,33 +1179,33 @@ const Ie = (e) => {
|
|
|
1150
1179
|
}))) ?? []
|
|
1151
1180
|
};
|
|
1152
1181
|
})) ?? [];
|
|
1153
|
-
},
|
|
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) => ({
|
|
1154
1183
|
status: e.status == 1,
|
|
1155
1184
|
message: e.msg ?? "",
|
|
1156
1185
|
data: e.data
|
|
1157
|
-
}),
|
|
1186
|
+
}), qt = (e) => ({
|
|
1158
1187
|
status: e.status == 1,
|
|
1159
1188
|
message: e.msg ?? ""
|
|
1160
|
-
}),
|
|
1189
|
+
}), Vt = (e) => {
|
|
1161
1190
|
let t = "";
|
|
1162
1191
|
return e.data && (t = e.data.max_promo_amt), {
|
|
1163
1192
|
status: e.status == 1,
|
|
1164
1193
|
amount: t
|
|
1165
1194
|
};
|
|
1166
|
-
},
|
|
1195
|
+
}, Et = (e) => ({
|
|
1167
1196
|
eventDescription: {
|
|
1168
1197
|
condition: e.bottomDescription.signinCondition,
|
|
1169
1198
|
prize: e.bottomDescription.signinPrize,
|
|
1170
1199
|
others: e.bottomDescription.otherDescription
|
|
1171
1200
|
},
|
|
1172
1201
|
firstDayOfMonth: e.firstDayOfMonth
|
|
1173
|
-
}),
|
|
1202
|
+
}), $t = (e) => ({
|
|
1174
1203
|
status: e.status == 1,
|
|
1175
1204
|
signedDays: e.days,
|
|
1176
1205
|
signedToday: e.todayIsSign === 1,
|
|
1177
1206
|
dayStreak: e.continuousDay,
|
|
1178
1207
|
canSignToday: e.canSign === 1
|
|
1179
|
-
}),
|
|
1208
|
+
}), Ht = (e) => ({
|
|
1180
1209
|
status: e.status == 1,
|
|
1181
1210
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
1182
1211
|
fullName: e.fullname,
|
|
@@ -1205,14 +1234,14 @@ const Ie = (e) => {
|
|
|
1205
1234
|
extension: e.extension_list.map((t) => ({
|
|
1206
1235
|
name: t.name,
|
|
1207
1236
|
achievedLevel: t.achieved_level,
|
|
1208
|
-
detail: t.detail.map((
|
|
1209
|
-
level:
|
|
1210
|
-
levelName:
|
|
1211
|
-
achievement:
|
|
1212
|
-
commission:
|
|
1237
|
+
detail: t.detail.map((n) => ({
|
|
1238
|
+
level: n.level,
|
|
1239
|
+
levelName: n.levelname,
|
|
1240
|
+
achievement: n.achievement,
|
|
1241
|
+
commission: n.commission
|
|
1213
1242
|
}))
|
|
1214
1243
|
}))
|
|
1215
|
-
}),
|
|
1244
|
+
}), At = (e) => ({
|
|
1216
1245
|
status: e.status == 1,
|
|
1217
1246
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
1218
1247
|
id: e.id ?? 0,
|
|
@@ -1224,45 +1253,45 @@ const Ie = (e) => {
|
|
|
1224
1253
|
})),
|
|
1225
1254
|
currentPage: e.page,
|
|
1226
1255
|
lastPage: e.lastpage
|
|
1227
|
-
}),
|
|
1256
|
+
}), Jt = (e) => ({
|
|
1228
1257
|
status: e.status == "1",
|
|
1229
1258
|
message: e.msg ?? "",
|
|
1230
1259
|
username: e.accountcode,
|
|
1231
1260
|
password: e.password
|
|
1232
|
-
}),
|
|
1261
|
+
}), Yt = (e) => {
|
|
1233
1262
|
var t;
|
|
1234
1263
|
return {
|
|
1235
1264
|
currentPage: e.mdGameCreditLimitTransfers.current_page,
|
|
1236
1265
|
lastPage: e.mdGameCreditLimitTransfers.last_page,
|
|
1237
|
-
data: ((t = e.mdGameCreditLimitTransfers.data) == null ? void 0 : t.map((
|
|
1238
|
-
transferIndex:
|
|
1239
|
-
target:
|
|
1240
|
-
category:
|
|
1241
|
-
amount:
|
|
1242
|
-
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
|
|
1243
1272
|
}))) ?? []
|
|
1244
1273
|
};
|
|
1245
|
-
},
|
|
1274
|
+
}, Kt = (e) => {
|
|
1246
1275
|
var t;
|
|
1247
1276
|
return {
|
|
1248
1277
|
currentPage: e.mdAgTransfeReport.current_page,
|
|
1249
1278
|
lastPage: e.mdAgTransfeReport.last_page,
|
|
1250
|
-
data: ((t = e.mdAgTransfeReport.data) == null ? void 0 : t.map((
|
|
1251
|
-
sender:
|
|
1252
|
-
receiver:
|
|
1253
|
-
transferId:
|
|
1254
|
-
amount:
|
|
1255
|
-
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
|
|
1256
1285
|
}))) ?? []
|
|
1257
1286
|
};
|
|
1258
|
-
},
|
|
1259
|
-
var t,
|
|
1287
|
+
}, Qt = (e) => {
|
|
1288
|
+
var t, n, u, i, l, d, m, f, p, _, j;
|
|
1260
1289
|
return {
|
|
1261
1290
|
status: e.status == 1,
|
|
1262
1291
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
1263
1292
|
data: {
|
|
1264
1293
|
total: (t = e.data) != null && t.total ? {
|
|
1265
|
-
bet: (((
|
|
1294
|
+
bet: (((n = e.data) == null ? void 0 : n.total.bet) ?? 0).toFixed(2),
|
|
1266
1295
|
activeBet: (((u = e.data) == null ? void 0 : u.total.activebet) ?? 0).toFixed(2),
|
|
1267
1296
|
validBet: (((i = e.data) == null ? void 0 : i.total.validbet) ?? 0).toFixed(2),
|
|
1268
1297
|
payout: (((l = e.data) == null ? void 0 : l.total.payout) ?? 0).toFixed(2)
|
|
@@ -1290,32 +1319,32 @@ const Ie = (e) => {
|
|
|
1290
1319
|
resultL: v.resultL
|
|
1291
1320
|
}))) ?? [],
|
|
1292
1321
|
currentPage: ((_ = e.data) == null ? void 0 : _.page.current_page) ?? 1,
|
|
1293
|
-
totalPage: ((
|
|
1322
|
+
totalPage: ((j = e.data) == null ? void 0 : j.page.last_page) ?? 1
|
|
1294
1323
|
}
|
|
1295
1324
|
};
|
|
1296
|
-
},
|
|
1297
|
-
var t,
|
|
1325
|
+
}, Xt = (e) => {
|
|
1326
|
+
var t, n, u;
|
|
1298
1327
|
return {
|
|
1299
1328
|
status: e.status == 1,
|
|
1300
1329
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
1301
1330
|
data: {
|
|
1302
1331
|
key: ((t = e.data) == null ? void 0 : t.key) ?? "",
|
|
1303
|
-
qrcode: ((
|
|
1332
|
+
qrcode: ((n = e.data) == null ? void 0 : n.qrcode) ?? "",
|
|
1304
1333
|
binded: ((u = e.data) == null ? void 0 : u.binded) ?? !1
|
|
1305
1334
|
}
|
|
1306
1335
|
};
|
|
1307
|
-
},
|
|
1336
|
+
}, Zt = (e) => R(e), en = (e) => {
|
|
1308
1337
|
var t;
|
|
1309
1338
|
return {
|
|
1310
1339
|
status: e.status == 1,
|
|
1311
1340
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
1312
|
-
data: ((t = e.data) == null ? void 0 : t.map((
|
|
1313
|
-
deviceName:
|
|
1314
|
-
createdAt:
|
|
1341
|
+
data: ((t = e.data) == null ? void 0 : t.map((n) => ({
|
|
1342
|
+
deviceName: n.device_name,
|
|
1343
|
+
createdAt: n.created_at
|
|
1315
1344
|
}))) ?? []
|
|
1316
1345
|
};
|
|
1317
|
-
},
|
|
1318
|
-
var t,
|
|
1346
|
+
}, tn = (e) => R(e), nn = (e) => {
|
|
1347
|
+
var t, n, u;
|
|
1319
1348
|
return {
|
|
1320
1349
|
status: e.status == 1,
|
|
1321
1350
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
@@ -1324,7 +1353,7 @@ const Ie = (e) => {
|
|
|
1324
1353
|
key: i.key,
|
|
1325
1354
|
count: i.count
|
|
1326
1355
|
}))) ?? [],
|
|
1327
|
-
prizeCount: ((
|
|
1356
|
+
prizeCount: ((n = e.data.prizeRCount) == null ? void 0 : n.map((i) => ({
|
|
1328
1357
|
key: i.key,
|
|
1329
1358
|
count: i.count
|
|
1330
1359
|
}))) ?? [],
|
|
@@ -1339,23 +1368,23 @@ const Ie = (e) => {
|
|
|
1339
1368
|
}))) ?? []
|
|
1340
1369
|
}
|
|
1341
1370
|
};
|
|
1342
|
-
},
|
|
1371
|
+
}, an = (e) => R(e), on = (e) => ({
|
|
1343
1372
|
status: e.status == 1,
|
|
1344
1373
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
1345
1374
|
tokenAmount: e.token_amount
|
|
1346
|
-
}),
|
|
1347
|
-
var
|
|
1348
|
-
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({
|
|
1349
1378
|
__proto__: null,
|
|
1350
|
-
SettingType:
|
|
1351
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
1379
|
+
SettingType: Y
|
|
1380
|
+
}, Symbol.toStringTag, { value: "Module" })), ln = (e) => {
|
|
1352
1381
|
let t = 0;
|
|
1353
1382
|
return e.data != null && typeof e.data == "object" && (t = e.data.amount), {
|
|
1354
1383
|
status: e.status,
|
|
1355
1384
|
message: e.msg ?? "",
|
|
1356
1385
|
amount: t
|
|
1357
1386
|
};
|
|
1358
|
-
},
|
|
1387
|
+
}, un = (e) => e.status == 0 ? {
|
|
1359
1388
|
record: {
|
|
1360
1389
|
today: {
|
|
1361
1390
|
deposit: "0",
|
|
@@ -1385,15 +1414,15 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1385
1414
|
loseLimit: t.loselimit,
|
|
1386
1415
|
maxReward: t.max_reward
|
|
1387
1416
|
}))
|
|
1388
|
-
},
|
|
1417
|
+
}, dn = (e) => e.status == 0 ? [] : e.data.map((t) => ({
|
|
1389
1418
|
amount: t.amount,
|
|
1390
1419
|
date: t.date,
|
|
1391
1420
|
deposit: t.deposit,
|
|
1392
1421
|
payout: t.payout
|
|
1393
|
-
})),
|
|
1422
|
+
})), cn = (e) => ({
|
|
1394
1423
|
status: e.status,
|
|
1395
1424
|
message: e.msg ?? ""
|
|
1396
|
-
}),
|
|
1425
|
+
}), mn = (e) => e.status == 0 ? {
|
|
1397
1426
|
status: e.status,
|
|
1398
1427
|
message: e.msg ?? "",
|
|
1399
1428
|
data: null
|
|
@@ -1415,36 +1444,36 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1415
1444
|
collectable: e.data.collectable,
|
|
1416
1445
|
remainingDay: e.data.remaining
|
|
1417
1446
|
}
|
|
1418
|
-
},
|
|
1447
|
+
}, pn = (e) => ({
|
|
1419
1448
|
status: e.status,
|
|
1420
1449
|
message: e.msg ?? ""
|
|
1421
|
-
}),
|
|
1450
|
+
}), gn = (e) => ({
|
|
1422
1451
|
status: e.status == 1,
|
|
1423
1452
|
errorMessage: e.errormessage ?? "",
|
|
1424
1453
|
isAutoTransfer: e.optionkey == "auto"
|
|
1425
|
-
}),
|
|
1454
|
+
}), bn = (e) => R(e), fn = (e) => ({
|
|
1426
1455
|
status: e.status,
|
|
1427
1456
|
message: e.msg ?? "",
|
|
1428
1457
|
turnover: e.data ? e.data.turnover : 0,
|
|
1429
1458
|
percentage: e.data ? e.data.percentage ?? 0 : 0,
|
|
1430
1459
|
incentive: e.data ? e.data.incentive : 0,
|
|
1431
1460
|
claimable: 0
|
|
1432
|
-
}),
|
|
1461
|
+
}), yn = (e) => {
|
|
1433
1462
|
let t = "0";
|
|
1434
1463
|
return e.data && (t = e.data.incentive), {
|
|
1435
1464
|
status: e.status,
|
|
1436
1465
|
message: e.msg ?? "",
|
|
1437
1466
|
amount: t
|
|
1438
1467
|
};
|
|
1439
|
-
},
|
|
1468
|
+
}, _n = (e) => {
|
|
1440
1469
|
let t = "0";
|
|
1441
1470
|
return e.data && (t = e.data.incentive), {
|
|
1442
1471
|
status: e.status,
|
|
1443
1472
|
message: e.msg ?? "",
|
|
1444
1473
|
amount: t
|
|
1445
1474
|
};
|
|
1446
|
-
},
|
|
1447
|
-
var t,
|
|
1475
|
+
}, hn = async (e) => {
|
|
1476
|
+
var t, n, u, i, l, d, m, f, p, _, j, v, g, S;
|
|
1448
1477
|
try {
|
|
1449
1478
|
e.findIndex((c) => c.name === s.vipList) !== -1 && e.push(
|
|
1450
1479
|
{
|
|
@@ -1455,11 +1484,11 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1455
1484
|
{ name: s.vipStatus, query: "" },
|
|
1456
1485
|
{
|
|
1457
1486
|
name: s.getSetting,
|
|
1458
|
-
query: JSON.stringify({ name: [
|
|
1487
|
+
query: JSON.stringify({ name: [Y.vipcalculation] })
|
|
1459
1488
|
}
|
|
1460
1489
|
);
|
|
1461
|
-
const
|
|
1462
|
-
|
|
1490
|
+
const C = e.findIndex((c) => c.name === s.gameList);
|
|
1491
|
+
C !== -1 && (JSON.parse(e[C].query).pid || e.push({
|
|
1463
1492
|
name: s.fishGameList,
|
|
1464
1493
|
query: JSON.stringify({
|
|
1465
1494
|
d: "mobile",
|
|
@@ -1470,22 +1499,22 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1470
1499
|
name: s.getPlatformTurnoverRate,
|
|
1471
1500
|
query: ""
|
|
1472
1501
|
}));
|
|
1473
|
-
const
|
|
1474
|
-
if (
|
|
1502
|
+
const w = e.findIndex((c) => c.name === s.searchHot);
|
|
1503
|
+
if (w !== -1) {
|
|
1475
1504
|
let c = {};
|
|
1476
1505
|
e.forEach((y) => {
|
|
1477
1506
|
c = y.query;
|
|
1478
|
-
}), e.splice(
|
|
1507
|
+
}), e.splice(w), e.push({
|
|
1479
1508
|
name: s.getFourDimensionData,
|
|
1480
1509
|
query: String(c)
|
|
1481
1510
|
});
|
|
1482
1511
|
}
|
|
1483
|
-
const
|
|
1484
|
-
if (
|
|
1512
|
+
const T = e.findIndex((c) => c.name === s.searchNumberHistory);
|
|
1513
|
+
if (T !== -1) {
|
|
1485
1514
|
let c = {};
|
|
1486
1515
|
e.forEach((y) => {
|
|
1487
1516
|
c = y.query;
|
|
1488
|
-
}), e.splice(
|
|
1517
|
+
}), e.splice(T), e.push({
|
|
1489
1518
|
name: s.getFourDimensionData,
|
|
1490
1519
|
query: String(c)
|
|
1491
1520
|
});
|
|
@@ -1494,15 +1523,15 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1494
1523
|
let c = {};
|
|
1495
1524
|
e.forEach((y) => {
|
|
1496
1525
|
c = y.query;
|
|
1497
|
-
}), e.splice(
|
|
1526
|
+
}), e.splice(T), e.push({
|
|
1498
1527
|
name: s.getFourDimensionData,
|
|
1499
1528
|
query: String(c)
|
|
1500
1529
|
});
|
|
1501
1530
|
}
|
|
1502
|
-
const
|
|
1531
|
+
const N = e.findIndex(
|
|
1503
1532
|
(c) => c.name === s.getFourDimensionData
|
|
1504
1533
|
);
|
|
1505
|
-
|
|
1534
|
+
N !== -1 && e[N].query == "" && (e.splice(N), e.push(
|
|
1506
1535
|
{
|
|
1507
1536
|
name: s.getFourDimensionData,
|
|
1508
1537
|
query: JSON.stringify({ action: s.getCompany, native: "1" })
|
|
@@ -1518,486 +1547,486 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1518
1547
|
})
|
|
1519
1548
|
}
|
|
1520
1549
|
));
|
|
1521
|
-
const
|
|
1550
|
+
const W = {
|
|
1522
1551
|
requests: e.map((c) => ({
|
|
1523
1552
|
name: c.name,
|
|
1524
1553
|
query: btoa(c.query)
|
|
1525
1554
|
}))
|
|
1526
|
-
},
|
|
1555
|
+
}, q = await G.post(
|
|
1527
1556
|
"/jwt",
|
|
1528
|
-
|
|
1557
|
+
oe(JSON.stringify(W))
|
|
1529
1558
|
), o = {
|
|
1530
1559
|
status: 200,
|
|
1531
1560
|
message: "",
|
|
1532
1561
|
result: {}
|
|
1533
1562
|
};
|
|
1534
|
-
for (const c of
|
|
1563
|
+
for (const c of q.data.responses) {
|
|
1535
1564
|
c.error != null && c.error.code != 200 && (o.status = c.error.code, o.message = c.error.message);
|
|
1536
|
-
const y = c.attributes !== null && c.attributes !== void 0 ?
|
|
1537
|
-
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)
|
|
1538
1567
|
console.log("Not data received"), o.result[r] = null;
|
|
1539
1568
|
else
|
|
1540
1569
|
switch (r) {
|
|
1541
1570
|
case s.announcement:
|
|
1542
|
-
o.result[r] =
|
|
1571
|
+
o.result[r] = be(a);
|
|
1543
1572
|
break;
|
|
1544
1573
|
case s.gameList:
|
|
1545
|
-
o.result[r] =
|
|
1574
|
+
o.result[r] = ye(a);
|
|
1546
1575
|
break;
|
|
1547
1576
|
case s.cmsList:
|
|
1548
|
-
o.result[r] =
|
|
1577
|
+
o.result[r] = ke(a);
|
|
1549
1578
|
break;
|
|
1550
1579
|
case s.paymentsProvider:
|
|
1551
|
-
o.result[r] =
|
|
1552
|
-
|
|
1580
|
+
o.result[r] = ce(
|
|
1581
|
+
a
|
|
1553
1582
|
);
|
|
1554
1583
|
break;
|
|
1555
1584
|
case s.getUserProfile:
|
|
1556
|
-
o.result[r] =
|
|
1585
|
+
o.result[r] = fe(a);
|
|
1557
1586
|
break;
|
|
1558
1587
|
case s.vipList:
|
|
1559
|
-
o.result[r] =
|
|
1588
|
+
o.result[r] = _e(a);
|
|
1560
1589
|
break;
|
|
1561
1590
|
case s.vipBonus:
|
|
1562
|
-
o.result[r] =
|
|
1591
|
+
o.result[r] = ve(a);
|
|
1563
1592
|
break;
|
|
1564
1593
|
case s.vipFieldStatus:
|
|
1565
|
-
o.result[r] =
|
|
1594
|
+
o.result[r] = Te(a);
|
|
1566
1595
|
break;
|
|
1567
1596
|
case s.vipStatus:
|
|
1568
|
-
o.result[r] =
|
|
1597
|
+
o.result[r] = Re(a);
|
|
1569
1598
|
break;
|
|
1570
1599
|
case s.promotion:
|
|
1571
|
-
o.result[r] =
|
|
1600
|
+
o.result[r] = he(a);
|
|
1572
1601
|
break;
|
|
1573
1602
|
case s.getSetting:
|
|
1574
|
-
o.result[r] =
|
|
1603
|
+
o.result[r] = Se(a);
|
|
1575
1604
|
break;
|
|
1576
1605
|
case s.getCountryMobile:
|
|
1577
|
-
o.result[r] =
|
|
1578
|
-
|
|
1606
|
+
o.result[r] = Pe(
|
|
1607
|
+
a
|
|
1579
1608
|
);
|
|
1580
1609
|
break;
|
|
1581
1610
|
case s.getPlatformTurnoverRate:
|
|
1582
|
-
o.result[r] =
|
|
1583
|
-
|
|
1611
|
+
o.result[r] = Oe(
|
|
1612
|
+
a
|
|
1584
1613
|
);
|
|
1585
1614
|
break;
|
|
1586
1615
|
case s.mainWallet:
|
|
1587
|
-
o.result[r] =
|
|
1616
|
+
o.result[r] = Me(a);
|
|
1588
1617
|
break;
|
|
1589
1618
|
case s.getLanguageSetting:
|
|
1590
|
-
o.result[r] =
|
|
1591
|
-
|
|
1619
|
+
o.result[r] = je(
|
|
1620
|
+
a
|
|
1592
1621
|
);
|
|
1593
1622
|
break;
|
|
1594
1623
|
case s.getFourDimensionData:
|
|
1595
|
-
o.result[r] =
|
|
1596
|
-
|
|
1624
|
+
o.result[r] = De(
|
|
1625
|
+
a
|
|
1597
1626
|
);
|
|
1598
1627
|
break;
|
|
1599
1628
|
case s.getCompany:
|
|
1600
|
-
o.result[r] =
|
|
1629
|
+
o.result[r] = xe(a);
|
|
1601
1630
|
break;
|
|
1602
1631
|
case s.searchResultDate:
|
|
1603
|
-
o.result[r] =
|
|
1604
|
-
|
|
1632
|
+
o.result[r] = Ce(
|
|
1633
|
+
a
|
|
1605
1634
|
);
|
|
1606
1635
|
break;
|
|
1607
1636
|
case s.searchHot:
|
|
1608
|
-
o.result[r] =
|
|
1637
|
+
o.result[r] = Le(a);
|
|
1609
1638
|
break;
|
|
1610
1639
|
case s.searchByDate:
|
|
1611
|
-
o.result[r] =
|
|
1640
|
+
o.result[r] = we(a);
|
|
1612
1641
|
break;
|
|
1613
1642
|
case s.upcomingMatches:
|
|
1614
|
-
o.result[r] =
|
|
1615
|
-
|
|
1643
|
+
o.result[r] = ze(
|
|
1644
|
+
a
|
|
1616
1645
|
);
|
|
1617
1646
|
break;
|
|
1618
1647
|
case s.deposit:
|
|
1619
|
-
o.result[r] =
|
|
1648
|
+
o.result[r] = Ge(a);
|
|
1620
1649
|
break;
|
|
1621
1650
|
case s.applyVipBonus:
|
|
1622
|
-
o.result[r] =
|
|
1651
|
+
o.result[r] = Ne(a);
|
|
1623
1652
|
break;
|
|
1624
1653
|
case s.withdraw:
|
|
1625
|
-
o.result[r] =
|
|
1654
|
+
o.result[r] = Fe(a);
|
|
1626
1655
|
break;
|
|
1627
1656
|
case s.getBankCardData:
|
|
1628
|
-
o.result[r] =
|
|
1629
|
-
|
|
1657
|
+
o.result[r] = Be(
|
|
1658
|
+
a
|
|
1630
1659
|
);
|
|
1631
1660
|
break;
|
|
1632
1661
|
case s.withdrawalGet:
|
|
1633
|
-
o.result[r] =
|
|
1662
|
+
o.result[r] = Ue(a);
|
|
1634
1663
|
break;
|
|
1635
1664
|
case s.addBankCard:
|
|
1636
|
-
o.result[r] =
|
|
1665
|
+
o.result[r] = We(a);
|
|
1637
1666
|
break;
|
|
1638
1667
|
case s.transactionReport:
|
|
1639
|
-
o.result[r] =
|
|
1640
|
-
|
|
1668
|
+
o.result[r] = qe(
|
|
1669
|
+
a
|
|
1641
1670
|
);
|
|
1642
1671
|
break;
|
|
1643
1672
|
case s.changePassword:
|
|
1644
|
-
o.result[r] =
|
|
1673
|
+
o.result[r] = Ee(a);
|
|
1645
1674
|
break;
|
|
1646
1675
|
case s.wallet:
|
|
1647
|
-
o.result[r] =
|
|
1676
|
+
o.result[r] = $e(a);
|
|
1648
1677
|
break;
|
|
1649
1678
|
case s.getEventList:
|
|
1650
|
-
o.result[r] =
|
|
1679
|
+
o.result[r] = He(a);
|
|
1651
1680
|
break;
|
|
1652
1681
|
case s.getEventToken:
|
|
1653
|
-
o.result[r] =
|
|
1682
|
+
o.result[r] = Ae(a);
|
|
1654
1683
|
break;
|
|
1655
1684
|
case s.getExtraGame:
|
|
1656
|
-
o.result[r] =
|
|
1685
|
+
o.result[r] = Je(a);
|
|
1657
1686
|
break;
|
|
1658
1687
|
case s.mailBox:
|
|
1659
|
-
o.result[r] =
|
|
1688
|
+
o.result[r] = Ye(a);
|
|
1660
1689
|
break;
|
|
1661
1690
|
case s.fishGameList:
|
|
1662
|
-
o.result[r] =
|
|
1691
|
+
o.result[r] = Ke(a);
|
|
1663
1692
|
break;
|
|
1664
1693
|
case s.slotGameList:
|
|
1665
|
-
o.result[r] =
|
|
1694
|
+
o.result[r] = Qe(a);
|
|
1666
1695
|
break;
|
|
1667
1696
|
case s.getTurnOverRewardData:
|
|
1668
|
-
o.result[r] =
|
|
1669
|
-
|
|
1697
|
+
o.result[r] = Xe(
|
|
1698
|
+
a
|
|
1670
1699
|
);
|
|
1671
1700
|
break;
|
|
1672
1701
|
case s.getTurnOverRewardReport:
|
|
1673
|
-
o.result[r] =
|
|
1674
|
-
|
|
1702
|
+
o.result[r] = Ze(
|
|
1703
|
+
a
|
|
1675
1704
|
);
|
|
1676
1705
|
break;
|
|
1677
1706
|
case s.getInviteRewardData:
|
|
1678
|
-
o.result[r] =
|
|
1679
|
-
|
|
1707
|
+
o.result[r] = et(
|
|
1708
|
+
a
|
|
1680
1709
|
);
|
|
1681
1710
|
break;
|
|
1682
1711
|
case s.getInviteRewardReport:
|
|
1683
|
-
o.result[r] =
|
|
1684
|
-
|
|
1712
|
+
o.result[r] = tt(
|
|
1713
|
+
a
|
|
1685
1714
|
);
|
|
1686
1715
|
break;
|
|
1687
1716
|
case s.getTopupRewardData:
|
|
1688
|
-
o.result[r] =
|
|
1689
|
-
|
|
1717
|
+
o.result[r] = nt(
|
|
1718
|
+
a
|
|
1690
1719
|
);
|
|
1691
1720
|
break;
|
|
1692
1721
|
case s.getTopupRewardReport:
|
|
1693
1722
|
o.result[r] = at(
|
|
1694
|
-
|
|
1723
|
+
a
|
|
1695
1724
|
);
|
|
1696
1725
|
break;
|
|
1697
1726
|
case s.getRewardReferral:
|
|
1698
|
-
o.result[r] =
|
|
1699
|
-
|
|
1727
|
+
o.result[r] = ot(
|
|
1728
|
+
a
|
|
1700
1729
|
);
|
|
1701
1730
|
break;
|
|
1702
1731
|
case s.submitWithdrawValidate:
|
|
1703
|
-
o.result[r] =
|
|
1732
|
+
o.result[r] = A(a);
|
|
1704
1733
|
break;
|
|
1705
1734
|
case s.getDepositPromotion:
|
|
1706
|
-
o.result[r] =
|
|
1707
|
-
|
|
1735
|
+
o.result[r] = rt(
|
|
1736
|
+
a
|
|
1708
1737
|
);
|
|
1709
1738
|
break;
|
|
1710
1739
|
case s.getTopUpRewardClaim:
|
|
1711
|
-
o.result[r] =
|
|
1712
|
-
|
|
1740
|
+
o.result[r] = st(
|
|
1741
|
+
a
|
|
1713
1742
|
);
|
|
1714
1743
|
break;
|
|
1715
1744
|
case s.getInviteRewardClaim:
|
|
1716
|
-
o.result[r] =
|
|
1717
|
-
|
|
1745
|
+
o.result[r] = it(
|
|
1746
|
+
a
|
|
1718
1747
|
);
|
|
1719
1748
|
break;
|
|
1720
1749
|
case s.getTurnOverRewardClaim:
|
|
1721
|
-
o.result[r] =
|
|
1722
|
-
|
|
1750
|
+
o.result[r] = lt(
|
|
1751
|
+
a
|
|
1723
1752
|
);
|
|
1724
1753
|
break;
|
|
1725
1754
|
case s.getInviteRewardSetting:
|
|
1726
|
-
o.result[r] =
|
|
1727
|
-
|
|
1755
|
+
o.result[r] = ut(
|
|
1756
|
+
a
|
|
1728
1757
|
);
|
|
1729
1758
|
break;
|
|
1730
1759
|
case s.getTurnOverRewardSetting:
|
|
1731
|
-
o.result[r] =
|
|
1732
|
-
|
|
1760
|
+
o.result[r] = dt(
|
|
1761
|
+
a
|
|
1733
1762
|
);
|
|
1734
1763
|
break;
|
|
1735
1764
|
case s.getTopUpRewardSetting:
|
|
1736
|
-
o.result[r] =
|
|
1737
|
-
|
|
1765
|
+
o.result[r] = ct(
|
|
1766
|
+
a
|
|
1738
1767
|
);
|
|
1739
1768
|
break;
|
|
1740
1769
|
case s.requestForgetPassword:
|
|
1741
|
-
o.result[r] =
|
|
1742
|
-
|
|
1770
|
+
o.result[r] = mt(
|
|
1771
|
+
a
|
|
1743
1772
|
);
|
|
1744
1773
|
break;
|
|
1745
1774
|
case s.submitForgetPassword:
|
|
1746
|
-
o.result[r] =
|
|
1747
|
-
|
|
1775
|
+
o.result[r] = pt(
|
|
1776
|
+
a
|
|
1748
1777
|
);
|
|
1749
1778
|
break;
|
|
1750
1779
|
case s.getImage:
|
|
1751
|
-
o.result[r] =
|
|
1780
|
+
o.result[r] = gt(a);
|
|
1752
1781
|
break;
|
|
1753
1782
|
case s.getDepositValidate:
|
|
1754
|
-
o.result[r] =
|
|
1783
|
+
o.result[r] = H(a);
|
|
1755
1784
|
break;
|
|
1756
1785
|
case s.getWithdrawValidate:
|
|
1757
|
-
o.result[r] =
|
|
1786
|
+
o.result[r] = H(a);
|
|
1758
1787
|
break;
|
|
1759
1788
|
case s.getTransferCreditValidate:
|
|
1760
|
-
o.result[r] =
|
|
1789
|
+
o.result[r] = H(a);
|
|
1761
1790
|
break;
|
|
1762
1791
|
case s.updateProfilePicture:
|
|
1763
|
-
o.result[r] =
|
|
1764
|
-
|
|
1792
|
+
o.result[r] = ft(
|
|
1793
|
+
a
|
|
1765
1794
|
);
|
|
1766
1795
|
break;
|
|
1767
1796
|
case s.readMail:
|
|
1768
|
-
o.result[r] =
|
|
1797
|
+
o.result[r] = yt(a);
|
|
1769
1798
|
break;
|
|
1770
1799
|
case s.checkRedPacketValidate:
|
|
1771
|
-
o.result[r] =
|
|
1772
|
-
|
|
1800
|
+
o.result[r] = _t(
|
|
1801
|
+
a
|
|
1773
1802
|
);
|
|
1774
1803
|
break;
|
|
1775
1804
|
case s.requestTacCode:
|
|
1776
|
-
o.result[r] =
|
|
1805
|
+
o.result[r] = ht(a);
|
|
1777
1806
|
break;
|
|
1778
1807
|
case s.getUsernameByRefer:
|
|
1779
|
-
o.result[r] =
|
|
1780
|
-
|
|
1808
|
+
o.result[r] = vt(
|
|
1809
|
+
a
|
|
1781
1810
|
);
|
|
1782
1811
|
break;
|
|
1783
1812
|
case s.applyPromo:
|
|
1784
|
-
o.result[r] =
|
|
1813
|
+
o.result[r] = Tt(a);
|
|
1785
1814
|
break;
|
|
1786
1815
|
case s.applyRedPacket:
|
|
1787
|
-
o.result[r] =
|
|
1816
|
+
o.result[r] = Rt(a);
|
|
1788
1817
|
break;
|
|
1789
1818
|
case s.applySignIn:
|
|
1790
|
-
o.result[r] =
|
|
1819
|
+
o.result[r] = St(a);
|
|
1791
1820
|
break;
|
|
1792
1821
|
case s.getCountry:
|
|
1793
|
-
o.result[r] =
|
|
1822
|
+
o.result[r] = kt(a);
|
|
1794
1823
|
break;
|
|
1795
1824
|
case s.submitGiftCode:
|
|
1796
|
-
o.result[r] =
|
|
1825
|
+
o.result[r] = Pt(a);
|
|
1797
1826
|
break;
|
|
1798
1827
|
case s.playGame:
|
|
1799
|
-
o.result[r] =
|
|
1828
|
+
o.result[r] = Ot(a);
|
|
1800
1829
|
break;
|
|
1801
1830
|
case s.transferToMain:
|
|
1802
|
-
o.result[r] =
|
|
1831
|
+
o.result[r] = Mt(a);
|
|
1803
1832
|
break;
|
|
1804
1833
|
case s.transferProcess:
|
|
1805
|
-
o.result[r] =
|
|
1806
|
-
|
|
1834
|
+
o.result[r] = jt(
|
|
1835
|
+
a
|
|
1807
1836
|
);
|
|
1808
1837
|
break;
|
|
1809
1838
|
case s.submitDepositValidate:
|
|
1810
|
-
o.result[r] =
|
|
1839
|
+
o.result[r] = A(a);
|
|
1811
1840
|
break;
|
|
1812
1841
|
case s.submitTransferCreditValidate:
|
|
1813
|
-
o.result[r] =
|
|
1842
|
+
o.result[r] = A(a);
|
|
1814
1843
|
break;
|
|
1815
1844
|
case s.checkTransferCredit:
|
|
1816
|
-
o.result[r] =
|
|
1817
|
-
|
|
1845
|
+
o.result[r] = Dt(
|
|
1846
|
+
a
|
|
1818
1847
|
);
|
|
1819
1848
|
break;
|
|
1820
1849
|
case s.friendList:
|
|
1821
|
-
o.result[r] =
|
|
1850
|
+
o.result[r] = xt(a);
|
|
1822
1851
|
break;
|
|
1823
1852
|
case s.friendListEdit:
|
|
1824
|
-
o.result[r] =
|
|
1853
|
+
o.result[r] = Ct(a);
|
|
1825
1854
|
break;
|
|
1826
1855
|
case s.getActivePP:
|
|
1827
|
-
o.result[r] =
|
|
1856
|
+
o.result[r] = It(a);
|
|
1828
1857
|
break;
|
|
1829
1858
|
case s.getActiveProduct:
|
|
1830
|
-
o.result[r] =
|
|
1831
|
-
|
|
1859
|
+
o.result[r] = Lt(
|
|
1860
|
+
a
|
|
1832
1861
|
);
|
|
1833
1862
|
break;
|
|
1834
1863
|
case s.requestWithdrawTac:
|
|
1835
|
-
o.result[r] =
|
|
1836
|
-
|
|
1864
|
+
o.result[r] = wt(
|
|
1865
|
+
a
|
|
1837
1866
|
);
|
|
1838
1867
|
break;
|
|
1839
1868
|
case s.requestWithdrawalCode:
|
|
1840
|
-
o.result[r] =
|
|
1841
|
-
|
|
1869
|
+
o.result[r] = zt(
|
|
1870
|
+
a
|
|
1842
1871
|
);
|
|
1843
1872
|
break;
|
|
1844
1873
|
case s.commissionWithdraw:
|
|
1845
|
-
o.result[r] =
|
|
1846
|
-
|
|
1874
|
+
o.result[r] = Gt(
|
|
1875
|
+
a
|
|
1847
1876
|
);
|
|
1848
1877
|
break;
|
|
1849
1878
|
case s.submitWithdrawalCode:
|
|
1850
|
-
o.result[r] =
|
|
1851
|
-
|
|
1879
|
+
o.result[r] = Nt(
|
|
1880
|
+
a
|
|
1852
1881
|
);
|
|
1853
1882
|
break;
|
|
1854
1883
|
case s.submitCryptoAccount:
|
|
1855
|
-
o.result[r] =
|
|
1856
|
-
|
|
1884
|
+
o.result[r] = Ft(
|
|
1885
|
+
a
|
|
1857
1886
|
);
|
|
1858
1887
|
break;
|
|
1859
1888
|
case s.requestTransferMoney:
|
|
1860
|
-
o.result[r] =
|
|
1861
|
-
|
|
1889
|
+
o.result[r] = Bt(
|
|
1890
|
+
a
|
|
1862
1891
|
);
|
|
1863
1892
|
break;
|
|
1864
1893
|
case s.submitTransferMoney:
|
|
1865
|
-
o.result[r] =
|
|
1866
|
-
|
|
1894
|
+
o.result[r] = Ut(
|
|
1895
|
+
a
|
|
1867
1896
|
);
|
|
1868
1897
|
break;
|
|
1869
1898
|
case s.requestUpdateMobileTacCode:
|
|
1870
|
-
o.result[r] =
|
|
1871
|
-
|
|
1899
|
+
o.result[r] = Wt(
|
|
1900
|
+
a
|
|
1872
1901
|
);
|
|
1873
1902
|
break;
|
|
1874
1903
|
case s.submitUpdateMobileTacCode:
|
|
1875
|
-
o.result[r] =
|
|
1876
|
-
|
|
1904
|
+
o.result[r] = qt(
|
|
1905
|
+
a
|
|
1877
1906
|
);
|
|
1878
1907
|
break;
|
|
1879
1908
|
case s.getVerifyPromo:
|
|
1880
|
-
o.result[r] =
|
|
1909
|
+
o.result[r] = Vt(a);
|
|
1881
1910
|
break;
|
|
1882
1911
|
case s.signInViewInfo:
|
|
1883
|
-
o.result[r] =
|
|
1912
|
+
o.result[r] = Et(a);
|
|
1884
1913
|
break;
|
|
1885
1914
|
case s.signInRecord:
|
|
1886
|
-
o.result[r] =
|
|
1915
|
+
o.result[r] = $t(a);
|
|
1887
1916
|
break;
|
|
1888
1917
|
case s.referralProfile:
|
|
1889
|
-
o.result[r] =
|
|
1890
|
-
|
|
1918
|
+
o.result[r] = Ht(
|
|
1919
|
+
a
|
|
1891
1920
|
);
|
|
1892
1921
|
break;
|
|
1893
1922
|
case s.referralMemberProfile:
|
|
1894
|
-
o.result[r] =
|
|
1895
|
-
|
|
1923
|
+
o.result[r] = At(
|
|
1924
|
+
a
|
|
1896
1925
|
);
|
|
1897
1926
|
break;
|
|
1898
1927
|
case s.registerAction:
|
|
1899
|
-
o.result[r] =
|
|
1928
|
+
o.result[r] = Jt(a);
|
|
1900
1929
|
break;
|
|
1901
1930
|
case s.transferReport:
|
|
1902
|
-
o.result[r] =
|
|
1931
|
+
o.result[r] = Yt(a);
|
|
1903
1932
|
break;
|
|
1904
1933
|
case s.agTransferCreditReport:
|
|
1905
|
-
o.result[r] =
|
|
1906
|
-
|
|
1934
|
+
o.result[r] = Kt(
|
|
1935
|
+
a
|
|
1907
1936
|
);
|
|
1908
1937
|
break;
|
|
1909
1938
|
case s.betReport:
|
|
1910
|
-
o.result[r] =
|
|
1939
|
+
o.result[r] = Qt(a);
|
|
1911
1940
|
break;
|
|
1912
1941
|
case s.getTwoFactorAuthenticate:
|
|
1913
|
-
o.result[r] =
|
|
1914
|
-
|
|
1942
|
+
o.result[r] = Xt(
|
|
1943
|
+
a
|
|
1915
1944
|
);
|
|
1916
1945
|
break;
|
|
1917
1946
|
case s.submitTwoFactorAuthenticate:
|
|
1918
|
-
o.result[r] =
|
|
1919
|
-
|
|
1947
|
+
o.result[r] = Zt(
|
|
1948
|
+
a
|
|
1920
1949
|
);
|
|
1921
1950
|
break;
|
|
1922
1951
|
case s.getUserDeviceList:
|
|
1923
|
-
o.result[r] =
|
|
1924
|
-
|
|
1952
|
+
o.result[r] = en(
|
|
1953
|
+
a
|
|
1925
1954
|
);
|
|
1926
1955
|
break;
|
|
1927
1956
|
case s.unbindUserDevice:
|
|
1928
|
-
o.result[r] =
|
|
1929
|
-
|
|
1957
|
+
o.result[r] = tn(
|
|
1958
|
+
a
|
|
1930
1959
|
);
|
|
1931
1960
|
break;
|
|
1932
1961
|
case s.searchNumberHistory:
|
|
1933
|
-
o.result[r] =
|
|
1934
|
-
|
|
1962
|
+
o.result[r] = nn(
|
|
1963
|
+
a
|
|
1935
1964
|
);
|
|
1936
1965
|
break;
|
|
1937
1966
|
case s.changeWithdrawalCode:
|
|
1938
|
-
o.result[r] =
|
|
1939
|
-
|
|
1967
|
+
o.result[r] = an(
|
|
1968
|
+
a
|
|
1940
1969
|
);
|
|
1941
1970
|
break;
|
|
1942
1971
|
case s.checkRedPacketToken:
|
|
1943
|
-
o.result[r] =
|
|
1944
|
-
|
|
1972
|
+
o.result[r] = on(
|
|
1973
|
+
a
|
|
1945
1974
|
);
|
|
1946
1975
|
break;
|
|
1947
1976
|
case s.submitWithdrawalAlipay:
|
|
1948
|
-
o.result[r] =
|
|
1949
|
-
|
|
1977
|
+
o.result[r] = rn(
|
|
1978
|
+
a
|
|
1950
1979
|
);
|
|
1951
1980
|
break;
|
|
1952
1981
|
case s.applyReliefFund:
|
|
1953
|
-
o.result[r] =
|
|
1954
|
-
|
|
1982
|
+
o.result[r] = ln(
|
|
1983
|
+
a
|
|
1955
1984
|
);
|
|
1956
1985
|
break;
|
|
1957
1986
|
case s.getReliefFundData:
|
|
1958
|
-
o.result[r] =
|
|
1959
|
-
|
|
1987
|
+
o.result[r] = un(
|
|
1988
|
+
a
|
|
1960
1989
|
);
|
|
1961
1990
|
break;
|
|
1962
1991
|
case s.getReliefFundReport:
|
|
1963
|
-
o.result[r] =
|
|
1964
|
-
|
|
1992
|
+
o.result[r] = dn(
|
|
1993
|
+
a
|
|
1965
1994
|
);
|
|
1966
1995
|
break;
|
|
1967
1996
|
case s.getWeekCardClaim:
|
|
1968
|
-
o.result[r] =
|
|
1969
|
-
|
|
1997
|
+
o.result[r] = cn(
|
|
1998
|
+
a
|
|
1970
1999
|
);
|
|
1971
2000
|
break;
|
|
1972
2001
|
case s.getWeekCardData:
|
|
1973
|
-
o.result[r] =
|
|
1974
|
-
|
|
2002
|
+
o.result[r] = mn(
|
|
2003
|
+
a
|
|
1975
2004
|
);
|
|
1976
2005
|
break;
|
|
1977
2006
|
case s.applyWeekCard:
|
|
1978
|
-
o.result[r] =
|
|
2007
|
+
o.result[r] = pn(a);
|
|
1979
2008
|
break;
|
|
1980
2009
|
case s.transferSetting:
|
|
1981
|
-
o.result[r] =
|
|
1982
|
-
|
|
2010
|
+
o.result[r] = gn(
|
|
2011
|
+
a
|
|
1983
2012
|
);
|
|
1984
2013
|
break;
|
|
1985
2014
|
case s.transfer:
|
|
1986
|
-
o.result[r] =
|
|
2015
|
+
o.result[r] = bn(a);
|
|
1987
2016
|
break;
|
|
1988
2017
|
case s.getIncentiveData:
|
|
1989
|
-
o.result[r] =
|
|
1990
|
-
|
|
2018
|
+
o.result[r] = fn(
|
|
2019
|
+
a
|
|
1991
2020
|
);
|
|
1992
2021
|
break;
|
|
1993
2022
|
case s.getIncentiveRebate:
|
|
1994
|
-
o.result[r] =
|
|
1995
|
-
|
|
2023
|
+
o.result[r] = yn(
|
|
2024
|
+
a
|
|
1996
2025
|
);
|
|
1997
2026
|
break;
|
|
1998
2027
|
case s.claimIncentiveRebate:
|
|
1999
|
-
o.result[r] =
|
|
2000
|
-
|
|
2028
|
+
o.result[r] = _n(
|
|
2029
|
+
a
|
|
2001
2030
|
);
|
|
2002
2031
|
break;
|
|
2003
2032
|
}
|
|
@@ -2005,7 +2034,7 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2005
2034
|
if (s.getIncentiveData in o.result && ((t = o.result) != null && t.getIncentiveData)) {
|
|
2006
2035
|
const c = o.result.getIncentiveData;
|
|
2007
2036
|
if (s.getIncentiveRebate in o.result) {
|
|
2008
|
-
if ((
|
|
2037
|
+
if ((n = o.result) != null && n.getIncentiveRebate) {
|
|
2009
2038
|
const y = o.result.getIncentiveRebate;
|
|
2010
2039
|
c.claimable = Number(y.amount);
|
|
2011
2040
|
}
|
|
@@ -2019,28 +2048,28 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2019
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) {
|
|
2020
2049
|
if ((l = o.result) != null && l.vipStatus) {
|
|
2021
2050
|
const r = o.result.vipStatus, {
|
|
2022
|
-
current_grade_id:
|
|
2051
|
+
current_grade_id: a,
|
|
2023
2052
|
current_deposit: h,
|
|
2024
2053
|
current_turnover: P,
|
|
2025
|
-
percentage:
|
|
2026
|
-
} = r,
|
|
2027
|
-
c.list = c.list.map((O,
|
|
2028
|
-
const
|
|
2029
|
-
let
|
|
2030
|
-
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), {
|
|
2031
2060
|
...O,
|
|
2032
|
-
is_current_level:
|
|
2061
|
+
is_current_level: z,
|
|
2033
2062
|
deposit: {
|
|
2034
2063
|
...O.deposit,
|
|
2035
2064
|
isShow: y === 1 || y === 3 || y === 4,
|
|
2036
|
-
current:
|
|
2065
|
+
current: I
|
|
2037
2066
|
},
|
|
2038
2067
|
turnover: {
|
|
2039
2068
|
...O.turnover,
|
|
2040
2069
|
isShow: y === 2 || y === 3 || y === 4,
|
|
2041
2070
|
current: b
|
|
2042
2071
|
},
|
|
2043
|
-
percentage:
|
|
2072
|
+
percentage: F
|
|
2044
2073
|
};
|
|
2045
2074
|
});
|
|
2046
2075
|
}
|
|
@@ -2048,21 +2077,21 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2048
2077
|
}
|
|
2049
2078
|
if (s.vipBonus in o.result) {
|
|
2050
2079
|
if ((d = o.result) != null && d.vipBonus) {
|
|
2051
|
-
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;
|
|
2052
2081
|
c.bonus.day.isClaimable = r.day.isClaimable;
|
|
2053
|
-
const { dayRemainingTime:
|
|
2082
|
+
const { dayRemainingTime: x, dayProgressPercentage: O } = le();
|
|
2054
2083
|
c.bonus.day.timestamp = {
|
|
2055
|
-
current: !r.day.isClaimable && h > 0 ?
|
|
2084
|
+
current: !r.day.isClaimable && h > 0 ? x : 0,
|
|
2056
2085
|
percentage: O
|
|
2057
2086
|
}, c.bonus.week.isClaimable = r.week.isClaimable;
|
|
2058
|
-
const { weekRemainingTime:
|
|
2087
|
+
const { weekRemainingTime: M, weekProgressPercentage: z } = ie();
|
|
2059
2088
|
c.bonus.week.timestamp = {
|
|
2060
|
-
current: !r.week.isClaimable && P > 0 ?
|
|
2061
|
-
percentage:
|
|
2089
|
+
current: !r.week.isClaimable && P > 0 ? M : 0,
|
|
2090
|
+
percentage: z
|
|
2062
2091
|
}, c.bonus.month.isClaimable = r.month.isClaimable;
|
|
2063
|
-
const { monthRemainingTime:
|
|
2092
|
+
const { monthRemainingTime: I, monthProgressPercentage: b } = se();
|
|
2064
2093
|
c.bonus.month.timestamp = {
|
|
2065
|
-
current: !r.month.isClaimable &&
|
|
2094
|
+
current: !r.month.isClaimable && D > 0 ? I : 0,
|
|
2066
2095
|
percentage: b
|
|
2067
2096
|
};
|
|
2068
2097
|
}
|
|
@@ -2070,8 +2099,8 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2070
2099
|
}
|
|
2071
2100
|
if (s.vipFieldStatus in o.result) {
|
|
2072
2101
|
if ((m = o.result) != null && m.vipFieldStatus) {
|
|
2073
|
-
const r = o.result.vipFieldStatus,
|
|
2074
|
-
|
|
2102
|
+
const r = o.result.vipFieldStatus, a = [];
|
|
2103
|
+
a.push({
|
|
2075
2104
|
name: "",
|
|
2076
2105
|
code: "vipLevel",
|
|
2077
2106
|
value: c.list.map((b) => b.name)
|
|
@@ -2079,7 +2108,7 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2079
2108
|
const h = r.findIndex(
|
|
2080
2109
|
(b) => b.fieldName == "upgrade_bonus"
|
|
2081
2110
|
);
|
|
2082
|
-
h > -1 &&
|
|
2111
|
+
h > -1 && a.push({
|
|
2083
2112
|
name: r[h].showName,
|
|
2084
2113
|
code: "",
|
|
2085
2114
|
value: c.list.map((b) => b.benefit_list.upgrade.bonus)
|
|
@@ -2087,67 +2116,67 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2087
2116
|
const P = r.findIndex(
|
|
2088
2117
|
(b) => b.fieldName == "upgrade_bonus_multiply"
|
|
2089
2118
|
);
|
|
2090
|
-
P > -1 &&
|
|
2119
|
+
P > -1 && a.push({
|
|
2091
2120
|
name: r[P].showName,
|
|
2092
2121
|
code: "",
|
|
2093
2122
|
value: c.list.map((b) => b.benefit_list.upgrade.turnover)
|
|
2094
2123
|
});
|
|
2095
|
-
const
|
|
2124
|
+
const D = r.findIndex(
|
|
2096
2125
|
(b) => b.fieldName == "monthly_bonus"
|
|
2097
2126
|
);
|
|
2098
|
-
c.bonus.month.isShow =
|
|
2099
|
-
name: r[
|
|
2127
|
+
c.bonus.month.isShow = D > -1, D > -1 && a.push({
|
|
2128
|
+
name: r[D].showName,
|
|
2100
2129
|
code: "",
|
|
2101
2130
|
value: c.list.map((b) => b.benefit_list.monthly.bonus)
|
|
2102
2131
|
});
|
|
2103
|
-
const
|
|
2132
|
+
const x = r.findIndex(
|
|
2104
2133
|
(b) => b.fieldName == "monthly_bonus_multiply"
|
|
2105
2134
|
);
|
|
2106
|
-
|
|
2107
|
-
name: r[
|
|
2135
|
+
x > -1 && a.push({
|
|
2136
|
+
name: r[x].showName,
|
|
2108
2137
|
code: "",
|
|
2109
2138
|
value: c.list.map((b) => b.benefit_list.monthly.turnover)
|
|
2110
2139
|
});
|
|
2111
2140
|
const O = r.findIndex(
|
|
2112
2141
|
(b) => b.fieldName == "weekly_bonus"
|
|
2113
2142
|
);
|
|
2114
|
-
c.bonus.week.isShow = O > -1, O > -1 &&
|
|
2143
|
+
c.bonus.week.isShow = O > -1, O > -1 && a.push({
|
|
2115
2144
|
name: r[O].showName,
|
|
2116
2145
|
code: "",
|
|
2117
2146
|
value: c.list.map((b) => b.benefit_list.weekly.bonus)
|
|
2118
2147
|
});
|
|
2119
|
-
const
|
|
2148
|
+
const M = r.findIndex(
|
|
2120
2149
|
(b) => b.fieldName == "weekly_bonus_multiply"
|
|
2121
2150
|
);
|
|
2122
|
-
|
|
2123
|
-
name: r[
|
|
2151
|
+
M > -1 && a.push({
|
|
2152
|
+
name: r[M].showName,
|
|
2124
2153
|
code: "",
|
|
2125
2154
|
value: c.list.map((b) => b.benefit_list.weekly.turnover)
|
|
2126
2155
|
});
|
|
2127
|
-
const
|
|
2156
|
+
const z = r.findIndex(
|
|
2128
2157
|
(b) => b.fieldName == "daily_bonus"
|
|
2129
2158
|
);
|
|
2130
|
-
c.bonus.day.isShow =
|
|
2131
|
-
name: r[
|
|
2159
|
+
c.bonus.day.isShow = z > -1, z > -1 && a.push({
|
|
2160
|
+
name: r[z].showName,
|
|
2132
2161
|
code: "",
|
|
2133
2162
|
value: c.list.map((b) => b.benefit_list.daily.bonus)
|
|
2134
2163
|
});
|
|
2135
|
-
const
|
|
2164
|
+
const I = r.findIndex(
|
|
2136
2165
|
(b) => b.fieldName == "daily_bonus_multiply"
|
|
2137
2166
|
);
|
|
2138
|
-
|
|
2139
|
-
name: r[
|
|
2167
|
+
I > -1 && a.push({
|
|
2168
|
+
name: r[I].showName,
|
|
2140
2169
|
code: "",
|
|
2141
2170
|
value: c.list.map((b) => b.benefit_list.daily.turnover)
|
|
2142
|
-
}), (y === 1 || y === 3 || y === 4) &&
|
|
2171
|
+
}), (y === 1 || y === 3 || y === 4) && a.push({
|
|
2143
2172
|
name: "",
|
|
2144
2173
|
code: "detail_deposit",
|
|
2145
2174
|
value: c.list.map((b) => b.deposit.total)
|
|
2146
|
-
}), (y === 2 || y === 3 || y === 4) &&
|
|
2175
|
+
}), (y === 2 || y === 3 || y === 4) && a.push({
|
|
2147
2176
|
name: "",
|
|
2148
2177
|
code: "detail_turnover",
|
|
2149
2178
|
value: c.list.map((b) => b.turnover.total)
|
|
2150
|
-
}), c.detail =
|
|
2179
|
+
}), c.detail = a;
|
|
2151
2180
|
}
|
|
2152
2181
|
delete o.result.vipFieldStatus;
|
|
2153
2182
|
}
|
|
@@ -2155,71 +2184,71 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2155
2184
|
}
|
|
2156
2185
|
if (s.gameList in o.result && ((f = o.result) != null && f.gameList)) {
|
|
2157
2186
|
const c = o.result.gameList;
|
|
2158
|
-
if (JSON.parse(e[
|
|
2187
|
+
if (JSON.parse(e[C].query).pid) {
|
|
2159
2188
|
if (s.getPlatformTurnoverRate in o.result && ((p = o.result) != null && p.getPlatformTurnoverRate)) {
|
|
2160
2189
|
const y = o.result.getPlatformTurnoverRate;
|
|
2161
2190
|
c.platformGameList = c.platformGameList.map((r) => {
|
|
2162
|
-
const
|
|
2191
|
+
const a = y.find(
|
|
2163
2192
|
(h) => h.id === r.platformId
|
|
2164
2193
|
);
|
|
2165
2194
|
return {
|
|
2166
2195
|
...r,
|
|
2167
|
-
rate: (
|
|
2196
|
+
rate: (a == null ? void 0 : a.percentage) ?? "0.00"
|
|
2168
2197
|
};
|
|
2169
2198
|
});
|
|
2170
2199
|
}
|
|
2171
2200
|
} else {
|
|
2172
|
-
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));
|
|
2173
2202
|
if (c.trialGameList = y.flat(), s.fishGameList in o.result && o.result.fishGameList) {
|
|
2174
2203
|
const r = o.result.fishGameList;
|
|
2175
|
-
c.fishGameList = r.map((
|
|
2176
|
-
gameId: Number(
|
|
2177
|
-
platformId: Number(
|
|
2178
|
-
name:
|
|
2204
|
+
c.fishGameList = r.map((a) => ({
|
|
2205
|
+
gameId: Number(a.id),
|
|
2206
|
+
platformId: Number(a.platformProductID),
|
|
2207
|
+
name: a.gameName,
|
|
2179
2208
|
flag: {
|
|
2180
2209
|
value: 0,
|
|
2181
2210
|
hot: !1,
|
|
2182
2211
|
trial: !1,
|
|
2183
2212
|
new: !1
|
|
2184
2213
|
},
|
|
2185
|
-
imageUrl:
|
|
2214
|
+
imageUrl: a.imgUrl,
|
|
2186
2215
|
rate: "0.00"
|
|
2187
2216
|
})), delete o.result.fishGameList;
|
|
2188
2217
|
}
|
|
2189
2218
|
if (s.getPlatformTurnoverRate in o.result && ((_ = o.result) != null && _.getPlatformTurnoverRate)) {
|
|
2190
2219
|
const r = o.result.getPlatformTurnoverRate;
|
|
2191
|
-
c.platformGame.forEach((
|
|
2192
|
-
|
|
2220
|
+
c.platformGame.forEach((a) => {
|
|
2221
|
+
a.list = a.list.map((h) => {
|
|
2193
2222
|
const P = r.find(
|
|
2194
|
-
(
|
|
2223
|
+
(D) => D.id === h.platformId
|
|
2195
2224
|
);
|
|
2196
2225
|
return {
|
|
2197
2226
|
...h,
|
|
2198
2227
|
rate: (P == null ? void 0 : P.percentage) ?? "0.00"
|
|
2199
2228
|
};
|
|
2200
2229
|
});
|
|
2201
|
-
}), c.hotGameList = c.hotGameList.map((
|
|
2230
|
+
}), c.hotGameList = c.hotGameList.map((a) => {
|
|
2202
2231
|
const h = r.find(
|
|
2203
|
-
(P) => P.id ===
|
|
2232
|
+
(P) => P.id === a.platformId
|
|
2204
2233
|
);
|
|
2205
2234
|
return {
|
|
2206
|
-
...
|
|
2235
|
+
...a,
|
|
2207
2236
|
rate: (h == null ? void 0 : h.percentage) ?? "0.00"
|
|
2208
2237
|
};
|
|
2209
|
-
}), c.trialGameList = c.trialGameList.map((
|
|
2238
|
+
}), c.trialGameList = c.trialGameList.map((a) => {
|
|
2210
2239
|
const h = r.find(
|
|
2211
|
-
(P) => P.id ===
|
|
2240
|
+
(P) => P.id === a.platformId
|
|
2212
2241
|
);
|
|
2213
2242
|
return {
|
|
2214
|
-
...
|
|
2243
|
+
...a,
|
|
2215
2244
|
rate: (h == null ? void 0 : h.percentage) ?? "0.00"
|
|
2216
2245
|
};
|
|
2217
|
-
}), c.fishGameList = c.fishGameList.map((
|
|
2246
|
+
}), c.fishGameList = c.fishGameList.map((a) => {
|
|
2218
2247
|
const h = r.find(
|
|
2219
|
-
(P) => P.id ===
|
|
2248
|
+
(P) => P.id === a.platformId
|
|
2220
2249
|
);
|
|
2221
2250
|
return {
|
|
2222
|
-
...
|
|
2251
|
+
...a,
|
|
2223
2252
|
rate: (h == null ? void 0 : h.percentage) ?? "0.00"
|
|
2224
2253
|
};
|
|
2225
2254
|
}), delete o.result.getPlatformTurnoverRate;
|
|
@@ -2227,20 +2256,20 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2227
2256
|
}
|
|
2228
2257
|
o.result.gameList = c;
|
|
2229
2258
|
}
|
|
2230
|
-
if (s.getCompany in o.result && ((
|
|
2259
|
+
if (s.getCompany in o.result && ((j = o.result) != null && j.getCompany)) {
|
|
2231
2260
|
const c = o.result.getCompany;
|
|
2232
2261
|
if (s.searchResultDate in o.result && (v = o.result) != null && v.searchResultDate) {
|
|
2233
2262
|
const y = o.result.searchResultDate;
|
|
2234
2263
|
c.forEach((r) => {
|
|
2235
|
-
const
|
|
2236
|
-
|
|
2264
|
+
const a = y.find((h) => h.id == r.id);
|
|
2265
|
+
a && (r.date = a == null ? void 0 : a.date);
|
|
2237
2266
|
}), delete o.result.searchResultDate;
|
|
2238
2267
|
}
|
|
2239
2268
|
o.result.getCompany = c;
|
|
2240
2269
|
}
|
|
2241
2270
|
return o;
|
|
2242
2271
|
} catch (k) {
|
|
2243
|
-
return
|
|
2272
|
+
return te.isAxiosError(k) ? {
|
|
2244
2273
|
status: ((g = k.response) == null ? void 0 : g.status) || 600,
|
|
2245
2274
|
message: JSON.stringify((S = k.response) == null ? void 0 : S.data),
|
|
2246
2275
|
result: {}
|
|
@@ -2250,43 +2279,43 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2250
2279
|
result: {}
|
|
2251
2280
|
});
|
|
2252
2281
|
}
|
|
2253
|
-
},
|
|
2282
|
+
}, vn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2254
2283
|
__proto__: null,
|
|
2255
|
-
post:
|
|
2256
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2257
|
-
let
|
|
2284
|
+
post: hn
|
|
2285
|
+
}, Symbol.toStringTag, { value: "Module" })), Tn = async (e, t) => {
|
|
2286
|
+
let n = {
|
|
2258
2287
|
status: 200,
|
|
2259
2288
|
message: "",
|
|
2260
2289
|
accessToken: ""
|
|
2261
2290
|
};
|
|
2262
2291
|
try {
|
|
2263
|
-
|
|
2292
|
+
n = {
|
|
2264
2293
|
status: 200,
|
|
2265
2294
|
message: "",
|
|
2266
|
-
accessToken: (await
|
|
2295
|
+
accessToken: (await G.post("/auth/sesh", {
|
|
2267
2296
|
usr: e,
|
|
2268
2297
|
pwd: t
|
|
2269
2298
|
})).data.access_token
|
|
2270
2299
|
};
|
|
2271
2300
|
} catch (u) {
|
|
2272
|
-
|
|
2301
|
+
n = {
|
|
2273
2302
|
status: u.status || 500,
|
|
2274
2303
|
message: u.message,
|
|
2275
2304
|
accessToken: ""
|
|
2276
2305
|
};
|
|
2277
2306
|
}
|
|
2278
|
-
return
|
|
2279
|
-
},
|
|
2307
|
+
return n;
|
|
2308
|
+
}, Rn = async (e, t, n, u, i) => {
|
|
2280
2309
|
let l = {
|
|
2281
2310
|
status: 200,
|
|
2282
2311
|
message: "",
|
|
2283
2312
|
accessToken: ""
|
|
2284
2313
|
};
|
|
2285
2314
|
try {
|
|
2286
|
-
const m = (await
|
|
2315
|
+
const m = (await G.post("/auth/jwt", {
|
|
2287
2316
|
os: e,
|
|
2288
2317
|
usr: t,
|
|
2289
|
-
pwd:
|
|
2318
|
+
pwd: n,
|
|
2290
2319
|
mobileno: u,
|
|
2291
2320
|
type: i
|
|
2292
2321
|
})).data;
|
|
@@ -2303,17 +2332,17 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2303
2332
|
};
|
|
2304
2333
|
}
|
|
2305
2334
|
return l;
|
|
2306
|
-
},
|
|
2335
|
+
}, Sn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2307
2336
|
__proto__: null,
|
|
2308
|
-
call:
|
|
2309
|
-
debug:
|
|
2310
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2337
|
+
call: Rn,
|
|
2338
|
+
debug: Tn
|
|
2339
|
+
}, Symbol.toStringTag, { value: "Module" })), kn = async () => {
|
|
2311
2340
|
let e = {
|
|
2312
2341
|
status: 200,
|
|
2313
2342
|
message: ""
|
|
2314
2343
|
};
|
|
2315
2344
|
try {
|
|
2316
|
-
await
|
|
2345
|
+
await G.post("/auth/sesh/logout");
|
|
2317
2346
|
} catch (t) {
|
|
2318
2347
|
e = {
|
|
2319
2348
|
status: t.status || 500,
|
|
@@ -2321,10 +2350,10 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2321
2350
|
};
|
|
2322
2351
|
}
|
|
2323
2352
|
return e;
|
|
2324
|
-
},
|
|
2353
|
+
}, Pn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2325
2354
|
__proto__: null,
|
|
2326
|
-
call:
|
|
2327
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2355
|
+
call: kn
|
|
2356
|
+
}, Symbol.toStringTag, { value: "Module" })), Q = {
|
|
2328
2357
|
data: {
|
|
2329
2358
|
status: !1,
|
|
2330
2359
|
message: "",
|
|
@@ -2334,243 +2363,241 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2334
2363
|
accountId: 0
|
|
2335
2364
|
}
|
|
2336
2365
|
}
|
|
2337
|
-
},
|
|
2366
|
+
}, On = async () => {
|
|
2338
2367
|
let e = {
|
|
2339
2368
|
status: 200,
|
|
2340
2369
|
message: "",
|
|
2341
|
-
...
|
|
2370
|
+
...Q
|
|
2342
2371
|
};
|
|
2343
2372
|
try {
|
|
2344
|
-
const
|
|
2373
|
+
const n = (await G.get("/autoregister")).data;
|
|
2345
2374
|
e.data = {
|
|
2346
|
-
status:
|
|
2347
|
-
message:
|
|
2375
|
+
status: n.status == 1,
|
|
2376
|
+
message: n.message ?? "",
|
|
2348
2377
|
data: {
|
|
2349
|
-
account:
|
|
2350
|
-
password:
|
|
2351
|
-
accountId:
|
|
2378
|
+
account: n.data.accountcode,
|
|
2379
|
+
password: n.data.password,
|
|
2380
|
+
accountId: n.data.accountid
|
|
2352
2381
|
}
|
|
2353
2382
|
};
|
|
2354
2383
|
} catch (t) {
|
|
2355
2384
|
e = {
|
|
2356
2385
|
status: t.status || 500,
|
|
2357
2386
|
message: t.message,
|
|
2358
|
-
...
|
|
2387
|
+
...Q
|
|
2359
2388
|
};
|
|
2360
2389
|
}
|
|
2361
2390
|
return e;
|
|
2362
|
-
},
|
|
2391
|
+
}, Mn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2363
2392
|
__proto__: null,
|
|
2364
|
-
call:
|
|
2365
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2393
|
+
call: On
|
|
2394
|
+
}, Symbol.toStringTag, { value: "Module" })), X = {
|
|
2366
2395
|
data: {
|
|
2367
2396
|
status: !1,
|
|
2368
2397
|
message: ""
|
|
2369
2398
|
}
|
|
2370
|
-
},
|
|
2371
|
-
let
|
|
2399
|
+
}, jn = async (e, t) => {
|
|
2400
|
+
let n = {
|
|
2372
2401
|
status: 200,
|
|
2373
2402
|
message: "",
|
|
2374
|
-
...
|
|
2403
|
+
...X
|
|
2375
2404
|
};
|
|
2376
2405
|
try {
|
|
2377
|
-
const u = await
|
|
2406
|
+
const u = await G.post("/setlocale", {
|
|
2378
2407
|
language: e,
|
|
2379
2408
|
udid: t ?? ""
|
|
2380
2409
|
}), i = JSON.parse(
|
|
2381
2410
|
atob(u.data.responses[0].attributes)
|
|
2382
2411
|
);
|
|
2383
|
-
|
|
2412
|
+
n.data = {
|
|
2384
2413
|
status: i.status == 1,
|
|
2385
2414
|
message: i.message ?? ""
|
|
2386
2415
|
};
|
|
2387
2416
|
} catch (u) {
|
|
2388
|
-
|
|
2417
|
+
n = {
|
|
2389
2418
|
status: u.status || 500,
|
|
2390
2419
|
message: u.message,
|
|
2391
|
-
...
|
|
2420
|
+
...X
|
|
2392
2421
|
};
|
|
2393
2422
|
}
|
|
2394
|
-
return
|
|
2395
|
-
},
|
|
2423
|
+
return n;
|
|
2424
|
+
}, Dn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2396
2425
|
__proto__: null,
|
|
2397
|
-
call:
|
|
2398
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2426
|
+
call: jn
|
|
2427
|
+
}, Symbol.toStringTag, { value: "Module" })), xn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2399
2428
|
__proto__: null
|
|
2400
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2429
|
+
}, Symbol.toStringTag, { value: "Module" })), Cn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2401
2430
|
__proto__: null
|
|
2402
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2431
|
+
}, Symbol.toStringTag, { value: "Module" })), In = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2403
2432
|
__proto__: null
|
|
2404
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2433
|
+
}, Symbol.toStringTag, { value: "Module" })), Ln = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2405
2434
|
__proto__: null
|
|
2406
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2435
|
+
}, Symbol.toStringTag, { value: "Module" })), wn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2407
2436
|
__proto__: null
|
|
2408
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2437
|
+
}, Symbol.toStringTag, { value: "Module" })), zn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2409
2438
|
__proto__: null
|
|
2410
2439
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
2411
|
-
var
|
|
2412
|
-
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({
|
|
2413
2442
|
__proto__: null,
|
|
2414
|
-
CmsType:
|
|
2415
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2443
|
+
CmsType: ne
|
|
2444
|
+
}, Symbol.toStringTag, { value: "Module" })), Nn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2416
2445
|
__proto__: null
|
|
2417
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2446
|
+
}, Symbol.toStringTag, { value: "Module" })), Fn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2418
2447
|
__proto__: null
|
|
2419
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2448
|
+
}, Symbol.toStringTag, { value: "Module" })), Bn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2420
2449
|
__proto__: null
|
|
2421
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2450
|
+
}, Symbol.toStringTag, { value: "Module" })), Un = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2422
2451
|
__proto__: null
|
|
2423
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2452
|
+
}, Symbol.toStringTag, { value: "Module" })), Wn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2424
2453
|
__proto__: null
|
|
2425
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2454
|
+
}, Symbol.toStringTag, { value: "Module" })), qn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2426
2455
|
__proto__: null
|
|
2427
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2456
|
+
}, Symbol.toStringTag, { value: "Module" })), Vn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2428
2457
|
__proto__: null
|
|
2429
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2458
|
+
}, Symbol.toStringTag, { value: "Module" })), En = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2430
2459
|
__proto__: null
|
|
2431
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2460
|
+
}, Symbol.toStringTag, { value: "Module" })), $n = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2432
2461
|
__proto__: null
|
|
2433
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2462
|
+
}, Symbol.toStringTag, { value: "Module" })), Hn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2434
2463
|
__proto__: null
|
|
2435
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2464
|
+
}, Symbol.toStringTag, { value: "Module" })), An = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2436
2465
|
__proto__: null
|
|
2437
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2466
|
+
}, Symbol.toStringTag, { value: "Module" })), Jn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2438
2467
|
__proto__: null
|
|
2439
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2468
|
+
}, Symbol.toStringTag, { value: "Module" })), Yn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2440
2469
|
__proto__: null
|
|
2441
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2470
|
+
}, Symbol.toStringTag, { value: "Module" })), Kn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2442
2471
|
__proto__: null
|
|
2443
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2472
|
+
}, Symbol.toStringTag, { value: "Module" })), Qn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2444
2473
|
__proto__: null
|
|
2445
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2474
|
+
}, Symbol.toStringTag, { value: "Module" })), Xn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2446
2475
|
__proto__: null
|
|
2447
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2476
|
+
}, Symbol.toStringTag, { value: "Module" })), Zn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2448
2477
|
__proto__: null
|
|
2449
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2478
|
+
}, Symbol.toStringTag, { value: "Module" })), ea = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2450
2479
|
__proto__: null
|
|
2451
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2480
|
+
}, Symbol.toStringTag, { value: "Module" })), ta = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2452
2481
|
__proto__: null
|
|
2453
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2482
|
+
}, Symbol.toStringTag, { value: "Module" })), na = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2454
2483
|
__proto__: null
|
|
2455
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2484
|
+
}, Symbol.toStringTag, { value: "Module" })), aa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2456
2485
|
__proto__: null
|
|
2457
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2486
|
+
}, Symbol.toStringTag, { value: "Module" })), oa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2458
2487
|
__proto__: null
|
|
2459
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2488
|
+
}, Symbol.toStringTag, { value: "Module" })), ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2460
2489
|
__proto__: null
|
|
2461
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2490
|
+
}, Symbol.toStringTag, { value: "Module" })), sa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2462
2491
|
__proto__: null
|
|
2463
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2492
|
+
}, Symbol.toStringTag, { value: "Module" })), ia = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2464
2493
|
__proto__: null
|
|
2465
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2494
|
+
}, Symbol.toStringTag, { value: "Module" })), la = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2466
2495
|
__proto__: null
|
|
2467
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2496
|
+
}, Symbol.toStringTag, { value: "Module" })), ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2468
2497
|
__proto__: null
|
|
2469
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2498
|
+
}, Symbol.toStringTag, { value: "Module" })), da = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2470
2499
|
__proto__: null
|
|
2471
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2500
|
+
}, Symbol.toStringTag, { value: "Module" })), ca = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2472
2501
|
__proto__: null
|
|
2473
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2502
|
+
}, Symbol.toStringTag, { value: "Module" })), ma = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2474
2503
|
__proto__: null
|
|
2475
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2504
|
+
}, Symbol.toStringTag, { value: "Module" })), pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2476
2505
|
__proto__: null
|
|
2477
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2506
|
+
}, Symbol.toStringTag, { value: "Module" })), ga = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2478
2507
|
__proto__: null
|
|
2479
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2508
|
+
}, Symbol.toStringTag, { value: "Module" })), Z = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2480
2509
|
__proto__: null
|
|
2481
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2510
|
+
}, Symbol.toStringTag, { value: "Module" })), ee = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2482
2511
|
__proto__: null
|
|
2483
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2512
|
+
}, Symbol.toStringTag, { value: "Module" })), ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2484
2513
|
__proto__: null
|
|
2485
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2514
|
+
}, Symbol.toStringTag, { value: "Module" })), fa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2486
2515
|
__proto__: null
|
|
2487
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2516
|
+
}, Symbol.toStringTag, { value: "Module" })), ya = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2488
2517
|
__proto__: null
|
|
2489
2518
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
2490
|
-
var
|
|
2491
|
-
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({
|
|
2492
2521
|
__proto__: null,
|
|
2493
|
-
ImageType:
|
|
2494
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2495
|
-
__proto__: null
|
|
2496
|
-
}, Symbol.toStringTag, { value: "Module" })), hn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2522
|
+
ImageType: ae
|
|
2523
|
+
}, Symbol.toStringTag, { value: "Module" })), ha = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2497
2524
|
__proto__: null
|
|
2498
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2525
|
+
}, Symbol.toStringTag, { value: "Module" })), va = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2499
2526
|
__proto__: null
|
|
2500
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2527
|
+
}, Symbol.toStringTag, { value: "Module" })), Ta = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2501
2528
|
__proto__: null
|
|
2502
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2529
|
+
}, Symbol.toStringTag, { value: "Module" })), Ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2503
2530
|
__proto__: null
|
|
2504
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2531
|
+
}, Symbol.toStringTag, { value: "Module" })), Sa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2505
2532
|
__proto__: null
|
|
2506
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2533
|
+
}, Symbol.toStringTag, { value: "Module" })), ka = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2507
2534
|
__proto__: null
|
|
2508
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2535
|
+
}, Symbol.toStringTag, { value: "Module" })), Pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2509
2536
|
__proto__: null
|
|
2510
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2537
|
+
}, Symbol.toStringTag, { value: "Module" })), Oa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2511
2538
|
__proto__: null
|
|
2512
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2539
|
+
}, Symbol.toStringTag, { value: "Module" })), Ma = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2513
2540
|
__proto__: null
|
|
2514
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2541
|
+
}, Symbol.toStringTag, { value: "Module" })), ja = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2515
2542
|
__proto__: null
|
|
2516
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2543
|
+
}, Symbol.toStringTag, { value: "Module" })), Da = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2517
2544
|
__proto__: null
|
|
2518
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2545
|
+
}, Symbol.toStringTag, { value: "Module" })), xa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2519
2546
|
__proto__: null
|
|
2520
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2547
|
+
}, Symbol.toStringTag, { value: "Module" })), Ca = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2521
2548
|
__proto__: null
|
|
2522
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2549
|
+
}, Symbol.toStringTag, { value: "Module" })), Ia = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2523
2550
|
__proto__: null
|
|
2524
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2551
|
+
}, Symbol.toStringTag, { value: "Module" })), La = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2525
2552
|
__proto__: null
|
|
2526
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2553
|
+
}, Symbol.toStringTag, { value: "Module" })), wa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2527
2554
|
__proto__: null
|
|
2528
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2555
|
+
}, Symbol.toStringTag, { value: "Module" })), za = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2529
2556
|
__proto__: null
|
|
2530
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2557
|
+
}, Symbol.toStringTag, { value: "Module" })), Ga = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2531
2558
|
__proto__: null
|
|
2532
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2559
|
+
}, Symbol.toStringTag, { value: "Module" })), Na = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2533
2560
|
__proto__: null
|
|
2534
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2561
|
+
}, Symbol.toStringTag, { value: "Module" })), Fa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2535
2562
|
__proto__: null
|
|
2536
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2563
|
+
}, Symbol.toStringTag, { value: "Module" })), Ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2537
2564
|
__proto__: null
|
|
2538
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2565
|
+
}, Symbol.toStringTag, { value: "Module" })), Ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2539
2566
|
__proto__: null
|
|
2540
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2567
|
+
}, Symbol.toStringTag, { value: "Module" })), Wa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2541
2568
|
__proto__: null
|
|
2542
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2569
|
+
}, Symbol.toStringTag, { value: "Module" })), qa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2543
2570
|
__proto__: null
|
|
2544
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2571
|
+
}, Symbol.toStringTag, { value: "Module" })), Va = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2545
2572
|
__proto__: null
|
|
2546
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2573
|
+
}, Symbol.toStringTag, { value: "Module" })), Ea = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2547
2574
|
__proto__: null
|
|
2548
|
-
}, Symbol.toStringTag, { value: "Module" })), $
|
|
2575
|
+
}, Symbol.toStringTag, { value: "Module" })), $a = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2549
2576
|
__proto__: null
|
|
2550
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2577
|
+
}, Symbol.toStringTag, { value: "Module" })), Ha = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2551
2578
|
__proto__: null
|
|
2552
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2579
|
+
}, Symbol.toStringTag, { value: "Module" })), Aa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2553
2580
|
__proto__: null
|
|
2554
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2581
|
+
}, Symbol.toStringTag, { value: "Module" })), Ja = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2555
2582
|
__proto__: null
|
|
2556
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2583
|
+
}, Symbol.toStringTag, { value: "Module" })), Ya = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2557
2584
|
__proto__: null
|
|
2558
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2585
|
+
}, Symbol.toStringTag, { value: "Module" })), Ka = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2559
2586
|
__proto__: null
|
|
2560
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2587
|
+
}, Symbol.toStringTag, { value: "Module" })), Qa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2561
2588
|
__proto__: null
|
|
2562
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2589
|
+
}, Symbol.toStringTag, { value: "Module" })), Xa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2563
2590
|
__proto__: null
|
|
2564
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2591
|
+
}, Symbol.toStringTag, { value: "Module" })), Za = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2565
2592
|
__proto__: null
|
|
2566
2593
|
}, Symbol.toStringTag, { value: "Module" })), eo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2567
2594
|
__proto__: null
|
|
2568
2595
|
}, Symbol.toStringTag, { value: "Module" })), to = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2569
2596
|
__proto__: null
|
|
2570
|
-
}, Symbol.toStringTag, { value: "Module" })), ao = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2571
|
-
__proto__: null
|
|
2572
2597
|
}, Symbol.toStringTag, { value: "Module" })), no = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2573
2598
|
__proto__: null
|
|
2599
|
+
}, Symbol.toStringTag, { value: "Module" })), ao = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2600
|
+
__proto__: null
|
|
2574
2601
|
}, Symbol.toStringTag, { value: "Module" })), oo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2575
2602
|
__proto__: null
|
|
2576
2603
|
}, Symbol.toStringTag, { value: "Module" })), ro = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -2597,228 +2624,230 @@ const yn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2597
2624
|
__proto__: null
|
|
2598
2625
|
}, Symbol.toStringTag, { value: "Module" })), yo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2599
2626
|
__proto__: null
|
|
2600
|
-
}, Symbol.toStringTag, { value: "Module" })), _o = {
|
|
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
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
|
|
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,
|
|
2694
2723
|
searchNumberHistoryType: ao,
|
|
2695
|
-
changeWithdrawalCodeType:
|
|
2696
|
-
checkRedPacketTokenType:
|
|
2697
|
-
submitWithdrawalAlipayType:
|
|
2698
|
-
applyReliefFund:
|
|
2699
|
-
getReliefFundData:
|
|
2700
|
-
getReliefFundReport:
|
|
2701
|
-
getWeekCardClaim:
|
|
2702
|
-
getWeekCardData:
|
|
2703
|
-
applyWeekCard:
|
|
2704
|
-
transferSettingType:
|
|
2705
|
-
transferType:
|
|
2706
|
-
claimIncentiveRebate:
|
|
2707
|
-
getIncentiveData:
|
|
2708
|
-
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
|
|
2709
2738
|
}, To = {
|
|
2710
2739
|
install(e) {
|
|
2711
|
-
e.config.globalProperties.$library =
|
|
2740
|
+
e.config.globalProperties.$library = ho;
|
|
2712
2741
|
}
|
|
2713
2742
|
};
|
|
2714
2743
|
export {
|
|
2715
2744
|
To as Repository,
|
|
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
|
-
|
|
2792
|
-
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
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,
|
|
2796
2825
|
ao as searchNumberHistoryType,
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
|
|
2801
|
-
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
|
|
2823
|
-
|
|
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
|
|
2824
2853
|
};
|