60p82u21t54k 0.0.91 → 0.0.93
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 +223 -213
- package/dist/60p82u21t54k.umd.js +1 -1
- package/dist/api/api.d.ts.map +1 -1
- package/dist/model/gameList/getGameListResponse.d.ts.map +1 -1
- package/dist/model/gameList/type.d.ts +1 -0
- package/dist/model/gameList/type.d.ts.map +1 -1
- package/dist/model/getSetting/getGetSettingResponse.d.ts +4 -0
- package/dist/model/getSetting/getGetSettingResponse.d.ts.map +1 -1
- package/dist/model/getSetting/type.d.ts +11 -5
- package/dist/model/getSetting/type.d.ts.map +1 -1
- package/dist/model/registerForm/getRegisterFormResponse.d.ts.map +1 -1
- package/dist/model/registerForm/type.d.ts +1 -0
- package/dist/model/registerForm/type.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/60p82u21t54k.es.js
CHANGED
|
@@ -66,13 +66,13 @@ const ie = (e) => new TextEncoder().encode(e), le = (e) => {
|
|
|
66
66
|
return console.error("Failed to decode Base64:", t), "";
|
|
67
67
|
}
|
|
68
68
|
}, ue = () => {
|
|
69
|
-
const e = /* @__PURE__ */ new Date(), t = e.getFullYear(), a = e.getMonth(), u = new Date(t, a, 1, 12, 0, 0),
|
|
70
|
-
(
|
|
69
|
+
const e = /* @__PURE__ */ new Date(), t = e.getFullYear(), a = e.getMonth(), u = new Date(t, a, 1, 12, 0, 0), l = new Date(t, a + 1, 1, 12, 0, 0), i = Math.floor(
|
|
70
|
+
(l.getTime() - e.getTime()) / 1e3
|
|
71
71
|
), d = Math.floor(
|
|
72
|
-
(
|
|
73
|
-
), m = d -
|
|
72
|
+
(l.getTime() - u.getTime()) / 1e3
|
|
73
|
+
), m = d - i;
|
|
74
74
|
return {
|
|
75
|
-
monthRemainingTime:
|
|
75
|
+
monthRemainingTime: i,
|
|
76
76
|
monthProgressPercentage: Math.round(m / d * 100)
|
|
77
77
|
};
|
|
78
78
|
}, de = () => {
|
|
@@ -84,10 +84,10 @@ const ie = (e) => new TextEncoder().encode(e), le = (e) => {
|
|
|
84
84
|
0,
|
|
85
85
|
0,
|
|
86
86
|
0
|
|
87
|
-
),
|
|
88
|
-
return console.log(
|
|
89
|
-
weekRemainingTime:
|
|
90
|
-
weekProgressPercentage: Math.round(
|
|
87
|
+
), l = Math.floor((u.getTime() - e.getTime()) / 1e3), p = 7 * 24 * 60 * 60;
|
|
88
|
+
return console.log(l), console.log(p), {
|
|
89
|
+
weekRemainingTime: l,
|
|
90
|
+
weekProgressPercentage: Math.round(l / p * 100)
|
|
91
91
|
};
|
|
92
92
|
}, ce = () => {
|
|
93
93
|
const e = /* @__PURE__ */ new Date(), t = new Date(
|
|
@@ -142,15 +142,15 @@ const pe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
142
142
|
if (a.paymentmethod.auto.bank.length > 0 && u.push(
|
|
143
143
|
fe(a.bankid ?? 0, a.paymentmethod.auto, e)
|
|
144
144
|
), a.paymentmethod.manual.bank.length > 0) {
|
|
145
|
-
let
|
|
146
|
-
for (let
|
|
147
|
-
const d = a.paymentmethod.manual.bank[
|
|
145
|
+
let l = !1;
|
|
146
|
+
for (let i = 0; i < a.paymentmethod.manual.bank.length; i++) {
|
|
147
|
+
const d = a.paymentmethod.manual.bank[i];
|
|
148
148
|
if (d.list && d.list.length > 0) {
|
|
149
|
-
|
|
149
|
+
l = !0;
|
|
150
150
|
break;
|
|
151
151
|
}
|
|
152
152
|
}
|
|
153
|
-
|
|
153
|
+
l && u.push(Z(a.paymentmethod.manual, e));
|
|
154
154
|
}
|
|
155
155
|
a.paymentmethod.fixamount.bank.length > 0 && u.push(
|
|
156
156
|
ye(a.bankid ?? 0, a.paymentmethod.fixamount)
|
|
@@ -178,11 +178,11 @@ const pe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
178
178
|
}));
|
|
179
179
|
return [t, ...a];
|
|
180
180
|
}, W = (e, t, a, u) => {
|
|
181
|
-
let
|
|
182
|
-
a > 0 ?
|
|
183
|
-
const d = Math.round(
|
|
181
|
+
let l, i;
|
|
182
|
+
a > 0 ? l = e > 0 ? Math.max(a, e) : a : l = Math.max(e, 0), u > 0 ? i = t > 0 ? Math.min(u, t) : u : i = Math.max(t, 0);
|
|
183
|
+
const d = Math.round(l);
|
|
184
184
|
let m = 1e3;
|
|
185
|
-
|
|
185
|
+
i < m && (m = Math.round(i));
|
|
186
186
|
const b = m - d;
|
|
187
187
|
let p = "", _ = "";
|
|
188
188
|
if (b > 0) {
|
|
@@ -203,26 +203,26 @@ const pe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
203
203
|
p,
|
|
204
204
|
_,
|
|
205
205
|
m.toString()
|
|
206
|
-
], minAmount: d, maxAmount:
|
|
206
|
+
], minAmount: d, maxAmount: i };
|
|
207
207
|
}, Z = (e, t) => t ? {
|
|
208
208
|
id: 0,
|
|
209
209
|
name: "manualMethod",
|
|
210
210
|
type: C.manual,
|
|
211
211
|
promo: H(e.promo),
|
|
212
|
-
bank: e.bank.map((
|
|
213
|
-
const
|
|
214
|
-
Number(
|
|
212
|
+
bank: e.bank.map((l) => {
|
|
213
|
+
const i = l.list && l.list.length > 0 ? l.list[0].mintransaction ?? "0.00" : "0.00", d = l.list && l.list.length > 0 ? l.list[0].maxtransaction ?? "0.00" : "0.00", { amountList: m, minAmount: b, maxAmount: p } = W(
|
|
214
|
+
Number(i),
|
|
215
215
|
Number(d),
|
|
216
216
|
t.mdBankLevelDetail.deposit_min,
|
|
217
217
|
t.mdBankLevelDetail.deposit_max
|
|
218
218
|
);
|
|
219
219
|
return t.mdManualDepositRequireField.depositor = !0, {
|
|
220
|
-
id:
|
|
221
|
-
bankAccountId:
|
|
222
|
-
name:
|
|
223
|
-
accountName:
|
|
224
|
-
accountNo:
|
|
225
|
-
qrcode:
|
|
220
|
+
id: l.bankindex ?? 0,
|
|
221
|
+
bankAccountId: l.list && l.list.length > 0 ? l.list[0].bankaccountindex ?? 0 : 0,
|
|
222
|
+
name: l.list && l.list.length > 0 ? l.list[0].label ?? "" : "",
|
|
223
|
+
accountName: l.list && l.list.length > 0 ? l.list[0].bankaccountname ?? "" : "",
|
|
224
|
+
accountNo: l.list && l.list.length > 0 ? l.list[0].bankaccountno ?? "" : "",
|
|
225
|
+
qrcode: l.list && l.list.length > 0 ? l.list[0].bankaccountdesc : "",
|
|
226
226
|
amountList: m,
|
|
227
227
|
min: b,
|
|
228
228
|
max: p
|
|
@@ -241,13 +241,13 @@ const pe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
241
241
|
name: "onlineBankingMethod",
|
|
242
242
|
type: C.pay,
|
|
243
243
|
promo: H(e.promo),
|
|
244
|
-
bank: e.banklist.map((
|
|
245
|
-
let
|
|
246
|
-
const m =
|
|
244
|
+
bank: e.banklist.map((l) => {
|
|
245
|
+
let i = "0.00", d = "0.00";
|
|
246
|
+
const m = l.bankindex ?? 0;
|
|
247
247
|
for (let S = 0; S < t.mdGatewayMinMax.length; S++)
|
|
248
|
-
t.mdGatewayMinMax[S].bankindex == m.toString() && (
|
|
248
|
+
t.mdGatewayMinMax[S].bankindex == m.toString() && (i = t.mdGatewayMinMax[S].min, d = t.mdGatewayMinMax[S].max);
|
|
249
249
|
const { amountList: b, minAmount: p, maxAmount: _ } = W(
|
|
250
|
-
Number(
|
|
250
|
+
Number(i),
|
|
251
251
|
Number(d),
|
|
252
252
|
t.mdBankLevelDetail.onlinepayment_min,
|
|
253
253
|
t.mdBankLevelDetail.onlinepayment_max
|
|
@@ -257,7 +257,7 @@ const pe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
257
257
|
amountList: b,
|
|
258
258
|
min: p,
|
|
259
259
|
max: _
|
|
260
|
-
}, h =
|
|
260
|
+
}, h = l.pg.map((S) => {
|
|
261
261
|
const M = S.mintransaction ?? "0.00", I = S.maxtransaction ?? "0.00", { amountList: D, minAmount: R, maxAmount: L } = W(
|
|
262
262
|
Number(M),
|
|
263
263
|
Number(I),
|
|
@@ -273,8 +273,8 @@ const pe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
273
273
|
};
|
|
274
274
|
});
|
|
275
275
|
return {
|
|
276
|
-
id:
|
|
277
|
-
name:
|
|
276
|
+
id: l.bankindex ?? 0,
|
|
277
|
+
name: l.banknameenglish ?? "",
|
|
278
278
|
amountList: [],
|
|
279
279
|
min: 0,
|
|
280
280
|
max: 0,
|
|
@@ -285,10 +285,10 @@ const pe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
285
285
|
} : Q, fe = (e, t, a) => {
|
|
286
286
|
if (!a) return Q;
|
|
287
287
|
const u = C.auto;
|
|
288
|
-
let
|
|
289
|
-
const
|
|
288
|
+
let l = [];
|
|
289
|
+
const i = a.mdGatewayMinMax ?? [];
|
|
290
290
|
if (t.bank.length > 0 && a.mdPGSelection === "1")
|
|
291
|
-
|
|
291
|
+
l = t.bank.map((m) => {
|
|
292
292
|
const { amountList: b, minAmount: p, maxAmount: _ } = W(
|
|
293
293
|
m.mintransaction ?? 0,
|
|
294
294
|
m.maxtransaction ?? 0,
|
|
@@ -305,8 +305,8 @@ const pe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
305
305
|
});
|
|
306
306
|
else {
|
|
307
307
|
let m = "0.00", b = "0.00";
|
|
308
|
-
for (let g = 0; g <
|
|
309
|
-
|
|
308
|
+
for (let g = 0; g < i.length; g++)
|
|
309
|
+
i[g].bankindex === e.toString() && (m = i[g].min, b = i[g].max);
|
|
310
310
|
const { amountList: p, minAmount: _, maxAmount: O } = W(
|
|
311
311
|
Number(m),
|
|
312
312
|
Number(b),
|
|
@@ -319,14 +319,14 @@ const pe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
319
319
|
min: _,
|
|
320
320
|
max: O
|
|
321
321
|
};
|
|
322
|
-
|
|
322
|
+
l.push(h);
|
|
323
323
|
}
|
|
324
324
|
return {
|
|
325
325
|
id: e,
|
|
326
326
|
name: "autoMethod",
|
|
327
327
|
type: u,
|
|
328
328
|
promo: H(t.promo),
|
|
329
|
-
bank:
|
|
329
|
+
bank: l,
|
|
330
330
|
requiredField: $
|
|
331
331
|
};
|
|
332
332
|
}, ye = (e, t) => {
|
|
@@ -336,14 +336,14 @@ const pe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
336
336
|
name: "fixAmountMethod",
|
|
337
337
|
type: a,
|
|
338
338
|
promo: H(t.promo),
|
|
339
|
-
bank: t.bank.map((
|
|
340
|
-
const
|
|
339
|
+
bank: t.bank.map((l) => {
|
|
340
|
+
const i = l.amtlist.map(Number).sort((m, b) => m - b);
|
|
341
341
|
return {
|
|
342
|
-
id:
|
|
343
|
-
name:
|
|
344
|
-
amountList:
|
|
345
|
-
min:
|
|
346
|
-
max:
|
|
342
|
+
id: l.pgindex,
|
|
343
|
+
name: l.name,
|
|
344
|
+
amountList: l.amtlist,
|
|
345
|
+
min: i.length > 0 ? i[0] : 0,
|
|
346
|
+
max: i.length > 0 ? i[i.length - 1] : 0
|
|
347
347
|
};
|
|
348
348
|
}),
|
|
349
349
|
requiredField: $
|
|
@@ -360,16 +360,16 @@ const pe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
360
360
|
phoneNumber: e.mdUserDetail.mobileno ?? "",
|
|
361
361
|
profilePicUrl: e.mdUserDetail.profile_pic
|
|
362
362
|
}), he = (e) => {
|
|
363
|
-
var t, a, u,
|
|
363
|
+
var t, a, u, l;
|
|
364
364
|
return {
|
|
365
|
-
platformGame: ((t = e.mdGameListResult) == null ? void 0 : t.map((
|
|
365
|
+
platformGame: ((t = e.mdGameListResult) == null ? void 0 : t.map((i) => {
|
|
366
366
|
var d, m;
|
|
367
367
|
return {
|
|
368
|
-
code:
|
|
369
|
-
id:
|
|
370
|
-
name:
|
|
371
|
-
nextPage:
|
|
372
|
-
list: (
|
|
368
|
+
code: i.code,
|
|
369
|
+
id: i.id,
|
|
370
|
+
name: i.name,
|
|
371
|
+
nextPage: i.nextPage === 1,
|
|
372
|
+
list: (i.mdPlatformProducts !== null && ((d = i.mdPlatformProducts) == null ? void 0 : d.length)) ?? !1 ? ((m = i.mdPlatformProducts) == null ? void 0 : m.map((b) => ({
|
|
373
373
|
gameId: Number(b.id_GameMaster),
|
|
374
374
|
platformId: Number(b.id),
|
|
375
375
|
name: b.shortName,
|
|
@@ -380,36 +380,39 @@ const pe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
380
380
|
new: (b.flag & 8) > 0
|
|
381
381
|
},
|
|
382
382
|
imageUrl: `${e.mdDomains[b.mdDomains_id]}${b.img}?ts=${b.filemtime}`,
|
|
383
|
+
logoUrl: `/image/platform_logo/${b.img.split("/").pop()}?v=1`,
|
|
383
384
|
rate: "0.00",
|
|
384
385
|
favourite: !1
|
|
385
386
|
}))) ?? [] : []
|
|
386
387
|
};
|
|
387
388
|
})) ?? [],
|
|
388
|
-
hotGameList: e.mdGameLists !== null ? ((u = (a = e.mdGameLists) == null ? void 0 : a.data) == null ? void 0 : u.map((
|
|
389
|
-
gameId: Number(
|
|
390
|
-
platformId: Number(
|
|
391
|
-
name:
|
|
389
|
+
hotGameList: e.mdGameLists !== null ? ((u = (a = e.mdGameLists) == null ? void 0 : a.data) == null ? void 0 : u.map((i) => ({
|
|
390
|
+
gameId: Number(i.id),
|
|
391
|
+
platformId: Number(i.id_PlatformProduct),
|
|
392
|
+
name: i.name,
|
|
392
393
|
flag: {
|
|
393
|
-
value:
|
|
394
|
-
hot: (
|
|
395
|
-
trial: (
|
|
396
|
-
new: (
|
|
394
|
+
value: i.flag,
|
|
395
|
+
hot: (i.flag & 2) > 0,
|
|
396
|
+
trial: (i.flag & 4) > 0,
|
|
397
|
+
new: (i.flag & 8) > 0
|
|
397
398
|
},
|
|
398
|
-
imageUrl: `${e.mdDomains[
|
|
399
|
+
imageUrl: `${e.mdDomains[i.mdDomains_id]}${i.img}?ts=${i.filemtime}`,
|
|
400
|
+
logoUrl: `/image/platform_logo/${i.img.split("/").pop()}?v=1`,
|
|
399
401
|
rate: "0.00",
|
|
400
402
|
favourite: !1
|
|
401
403
|
}))) ?? [] : [],
|
|
402
|
-
platformGameList: e.mdGameLists !== null && e.mdGameLists.length > 0 ? ((
|
|
403
|
-
gameId: Number(
|
|
404
|
-
platformId: Number(
|
|
405
|
-
name:
|
|
404
|
+
platformGameList: e.mdGameLists !== null && e.mdGameLists.length > 0 ? ((l = e.mdGameLists) == null ? void 0 : l.map((i) => ({
|
|
405
|
+
gameId: Number(i.id),
|
|
406
|
+
platformId: Number(i.id_PlatformProduct),
|
|
407
|
+
name: i.name,
|
|
406
408
|
flag: {
|
|
407
409
|
value: 0,
|
|
408
410
|
hot: !1,
|
|
409
411
|
trial: !1,
|
|
410
412
|
new: !1
|
|
411
413
|
},
|
|
412
|
-
imageUrl: `${e.mdDomains[
|
|
414
|
+
imageUrl: `${e.mdDomains[i.mdDomains_id]}${i.img}?ts=${i.filemtime}`,
|
|
415
|
+
logoUrl: `/image/platform_logo/${i.img.split("/").pop()}?v=1`,
|
|
413
416
|
rate: "0.00",
|
|
414
417
|
favourite: !1
|
|
415
418
|
}))) ?? [] : [],
|
|
@@ -418,7 +421,7 @@ const pe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
418
421
|
};
|
|
419
422
|
}, Te = (e) => ({
|
|
420
423
|
list: e.mdGrade.map((t) => {
|
|
421
|
-
var a, u,
|
|
424
|
+
var a, u, l, i, d, m, b, p, _, O, h, g, S, M, I, D, R, L, N, U, A, B, J, V, E, n, c, y, r, o, v, k;
|
|
422
425
|
return {
|
|
423
426
|
id: t.gradeindex,
|
|
424
427
|
is_current_level: !1,
|
|
@@ -445,7 +448,7 @@ const pe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
445
448
|
benefit_list: {
|
|
446
449
|
daily: {
|
|
447
450
|
bonus: ((u = (a = t.benefit) == null ? void 0 : a.daily) == null ? void 0 : u.bonus) ?? "",
|
|
448
|
-
bonus_name: ((
|
|
451
|
+
bonus_name: ((i = (l = t.benefit) == null ? void 0 : l.daily) == null ? void 0 : i.bonus_name) ?? "",
|
|
449
452
|
turnover: ((m = (d = t.benefit) == null ? void 0 : d.daily) == null ? void 0 : m.turnover) ?? "",
|
|
450
453
|
turnover_name: ((p = (b = t.benefit) == null ? void 0 : b.daily) == null ? void 0 : p.turnover_name) ?? ""
|
|
451
454
|
},
|
|
@@ -457,8 +460,8 @@ const pe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
457
460
|
},
|
|
458
461
|
weekly: {
|
|
459
462
|
bonus: ((L = (R = t.benefit) == null ? void 0 : R.weekly) == null ? void 0 : L.bonus) ?? "",
|
|
460
|
-
bonus_name: ((
|
|
461
|
-
turnover: ((
|
|
463
|
+
bonus_name: ((U = (N = t.benefit) == null ? void 0 : N.weekly) == null ? void 0 : U.bonus_name) ?? "",
|
|
464
|
+
turnover: ((B = (A = t.benefit) == null ? void 0 : A.weekly) == null ? void 0 : B.turnover) ?? "",
|
|
462
465
|
turnover_name: ((V = (J = t.benefit) == null ? void 0 : J.weekly) == null ? void 0 : V.turnover_name) ?? ""
|
|
463
466
|
},
|
|
464
467
|
upgrade: {
|
|
@@ -535,19 +538,20 @@ const pe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
535
538
|
next_grade_id: e.mdNextGrade.gradeindex,
|
|
536
539
|
percentage: Number(e.percentage) * 100
|
|
537
540
|
}), Oe = (e) => {
|
|
541
|
+
var u, l;
|
|
538
542
|
let t = 4;
|
|
539
543
|
e.vipcalculation && (t = Number(e.vipcalculation));
|
|
540
544
|
let a = [];
|
|
541
545
|
return e.extralivechat && (a = JSON.parse(e.extralivechat)), {
|
|
542
546
|
vipCalculation: t,
|
|
543
547
|
livechat: e.livechat ?? "",
|
|
544
|
-
livechatList: a.filter((
|
|
545
|
-
let
|
|
546
|
-
return
|
|
547
|
-
name:
|
|
548
|
-
imageUrl: `/image/game/native/customer_service/${
|
|
549
|
-
url:
|
|
550
|
-
status:
|
|
548
|
+
livechatList: a.filter((i) => i.status == 1).map((i) => {
|
|
549
|
+
let d = i.imgname;
|
|
550
|
+
return d.slice(-4) === ".png" && (d = i.imgname.slice(0, -4)), {
|
|
551
|
+
name: i.name,
|
|
552
|
+
imageUrl: `/image/game/native/customer_service/${d}.png`,
|
|
553
|
+
url: i.url,
|
|
554
|
+
status: i.status == 1
|
|
551
555
|
};
|
|
552
556
|
}),
|
|
553
557
|
mobileValidate: e.mobilevalidate ? e.mobilevalidate === "1" : !1,
|
|
@@ -559,20 +563,24 @@ const pe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
559
563
|
sms: (Number(e.withdrawalcode) & 4) > 0
|
|
560
564
|
},
|
|
561
565
|
withdrawAlipay: e.withdrawalipay === "1",
|
|
562
|
-
crypto: e.crypto === "1"
|
|
566
|
+
crypto: e.crypto === "1",
|
|
567
|
+
forgetUser: {
|
|
568
|
+
email: ((u = e.forgetuser) == null ? void 0 : u.email) ?? !1,
|
|
569
|
+
sms: ((l = e.forgetuser) == null ? void 0 : l.sms) ?? !1
|
|
570
|
+
}
|
|
563
571
|
};
|
|
564
572
|
}, Me = (e) => {
|
|
565
|
-
var t, a, u,
|
|
573
|
+
var t, a, u, l;
|
|
566
574
|
return {
|
|
567
|
-
banner: ((t = e.mobileBanner) == null ? void 0 : t.map((
|
|
568
|
-
ad: ((a = e.mobileAd) == null ? void 0 : a.map((
|
|
569
|
-
about: ((u = e.about) == null ? void 0 : u.map((
|
|
570
|
-
name:
|
|
571
|
-
content:
|
|
575
|
+
banner: ((t = e.mobileBanner) == null ? void 0 : t.map((i) => `${i.imagepath}?ts=${i.filemtime}`)) ?? [],
|
|
576
|
+
ad: ((a = e.mobileAd) == null ? void 0 : a.map((i) => `${i.imagepath}?ts=${i.filemtime}`)) ?? [],
|
|
577
|
+
about: ((u = e.about) == null ? void 0 : u.map((i) => ({
|
|
578
|
+
name: i.name,
|
|
579
|
+
content: i.content
|
|
572
580
|
}))) ?? [],
|
|
573
|
-
mobileAbout: ((
|
|
574
|
-
name:
|
|
575
|
-
content:
|
|
581
|
+
mobileAbout: ((l = e.mobileAbout) == null ? void 0 : l.map((i) => ({
|
|
582
|
+
name: i.name,
|
|
583
|
+
content: i.content
|
|
576
584
|
}))) ?? []
|
|
577
585
|
};
|
|
578
586
|
}, je = (e) => {
|
|
@@ -609,13 +617,13 @@ const pe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
609
617
|
var u;
|
|
610
618
|
return {
|
|
611
619
|
id: a.key,
|
|
612
|
-
date: ((u = a.draw_date) == null ? void 0 : u.map((
|
|
620
|
+
date: ((u = a.draw_date) == null ? void 0 : u.map((l) => Ge(l.draw_tmactive))) ?? []
|
|
613
621
|
};
|
|
614
622
|
})) ?? [];
|
|
615
623
|
};
|
|
616
624
|
function Ge(e) {
|
|
617
|
-
const t = new Date(e * 1e3), a = t.getFullYear(), u = ("0" + (t.getMonth() + 1)).slice(-2),
|
|
618
|
-
return `${a}-${u}-${
|
|
625
|
+
const t = new Date(e * 1e3), a = t.getFullYear(), u = ("0" + (t.getMonth() + 1)).slice(-2), l = ("0" + t.getDate()).slice(-2);
|
|
626
|
+
return `${a}-${u}-${l}`;
|
|
619
627
|
}
|
|
620
628
|
const we = (e) => {
|
|
621
629
|
var t;
|
|
@@ -624,9 +632,9 @@ const we = (e) => {
|
|
|
624
632
|
return {
|
|
625
633
|
id: a.company_id,
|
|
626
634
|
name: a.company_name,
|
|
627
|
-
list: ((u = a.drawCount) == null ? void 0 : u.map((
|
|
628
|
-
combination:
|
|
629
|
-
total:
|
|
635
|
+
list: ((u = a.drawCount) == null ? void 0 : u.map((l) => ({
|
|
636
|
+
combination: l.combination_combination,
|
|
637
|
+
total: l.total
|
|
630
638
|
}))) ?? []
|
|
631
639
|
};
|
|
632
640
|
})) ?? [];
|
|
@@ -634,9 +642,9 @@ const we = (e) => {
|
|
|
634
642
|
companyId: t.company_id,
|
|
635
643
|
companyName: t.company_name,
|
|
636
644
|
resultByDateList: t.draws.map((a) => {
|
|
637
|
-
const u = a.results.filter((g) => g.combination_dimension == 3).map((g) => g.combination_combination),
|
|
645
|
+
const u = a.results.filter((g) => g.combination_dimension == 3).map((g) => g.combination_combination), l = a.results.filter(
|
|
638
646
|
(g) => g.combination_dimension == 4 && g.combination_position === 1
|
|
639
|
-
).map((g) => g.combination_combination),
|
|
647
|
+
).map((g) => g.combination_combination), i = a.results.filter(
|
|
640
648
|
(g) => g.combination_dimension === 4 && g.combination_position === 2
|
|
641
649
|
).map((g) => g.combination_combination), d = a.results.filter(
|
|
642
650
|
(g) => g.combination_dimension === 4 && g.combination_position === 3
|
|
@@ -653,8 +661,8 @@ const we = (e) => {
|
|
|
653
661
|
date: a.date,
|
|
654
662
|
dimension_3: u,
|
|
655
663
|
dimension_4: {
|
|
656
|
-
prize_1:
|
|
657
|
-
prize_2:
|
|
664
|
+
prize_1: l,
|
|
665
|
+
prize_2: i,
|
|
658
666
|
prize_3: d,
|
|
659
667
|
prize_4: m,
|
|
660
668
|
prize_5: b
|
|
@@ -683,11 +691,11 @@ const we = (e) => {
|
|
|
683
691
|
name: t.home,
|
|
684
692
|
logo_url: t.homeLogo
|
|
685
693
|
}
|
|
686
|
-
})),
|
|
694
|
+
})), Ue = (e) => ({
|
|
687
695
|
status: e.status == 1,
|
|
688
696
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
689
697
|
paymentUrl: e.urlpayment ?? ""
|
|
690
|
-
}),
|
|
698
|
+
}), Be = (e) => ({
|
|
691
699
|
status: e.status == 1,
|
|
692
700
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
693
701
|
flag: e.flag
|
|
@@ -695,7 +703,7 @@ const we = (e) => {
|
|
|
695
703
|
status: e.status == 1,
|
|
696
704
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? ""
|
|
697
705
|
}), qe = (e) => T(e), We = (e) => {
|
|
698
|
-
var t, a, u,
|
|
706
|
+
var t, a, u, l, i;
|
|
699
707
|
return {
|
|
700
708
|
bankCard: ((t = e.bankCard) == null ? void 0 : t.map((d) => {
|
|
701
709
|
var m, b;
|
|
@@ -729,7 +737,7 @@ const we = (e) => {
|
|
|
729
737
|
label: d.label,
|
|
730
738
|
countryIndex: d.countryindex
|
|
731
739
|
}))) ?? [],
|
|
732
|
-
cryptoAccount: ((
|
|
740
|
+
cryptoAccount: ((l = e.mdAccountCrypto) == null ? void 0 : l.map((d) => ({
|
|
733
741
|
id: d.crypto_id,
|
|
734
742
|
type: d.type,
|
|
735
743
|
name: d.crypto_name,
|
|
@@ -737,7 +745,7 @@ const we = (e) => {
|
|
|
737
745
|
}))) ?? [],
|
|
738
746
|
cryptoDetail: {
|
|
739
747
|
limit: e.mdCryptoDetail.cryptolimit,
|
|
740
|
-
protocol: ((
|
|
748
|
+
protocol: ((i = e.mdCryptoDetail.cryptoprotocol) == null ? void 0 : i.map((d) => ({
|
|
741
749
|
id: d.id,
|
|
742
750
|
name: d.name,
|
|
743
751
|
status: d.status == "1"
|
|
@@ -760,7 +768,7 @@ const we = (e) => {
|
|
|
760
768
|
withdrawMaxFee: Number(e.withdrawMaxFee),
|
|
761
769
|
withdrawCount: e.withdrawCount
|
|
762
770
|
}), Ee = (e) => T(e), $e = (e) => {
|
|
763
|
-
var t, a, u,
|
|
771
|
+
var t, a, u, l, i, d;
|
|
764
772
|
return {
|
|
765
773
|
statusMode: ((t = e.subStatusModes) == null ? void 0 : t.map((m) => ({
|
|
766
774
|
key: m.key,
|
|
@@ -772,8 +780,8 @@ const we = (e) => {
|
|
|
772
780
|
}))) ?? [],
|
|
773
781
|
data: {
|
|
774
782
|
currentPage: ((u = e.mdCashLedgers) == null ? void 0 : u.current_page) ?? 0,
|
|
775
|
-
lastPage: ((
|
|
776
|
-
data: ((d = (
|
|
783
|
+
lastPage: ((l = e.mdCashLedgers) == null ? void 0 : l.last_page) ?? 0,
|
|
784
|
+
data: ((d = (i = e.mdCashLedgers) == null ? void 0 : i.data) == null ? void 0 : d.map((m) => {
|
|
777
785
|
var b, p;
|
|
778
786
|
return {
|
|
779
787
|
transactionIndex: m.ledgerindex,
|
|
@@ -884,11 +892,11 @@ const we = (e) => {
|
|
|
884
892
|
id: t.id,
|
|
885
893
|
name: t.name,
|
|
886
894
|
list: t.gameList.map((a) => {
|
|
887
|
-
const u = e.mdDomains,
|
|
895
|
+
const u = e.mdDomains, i = `${u.length >= a.mdDomains_id ? u[a.mdDomains_id] : ""}${a.img}?${a.filemtime}`;
|
|
888
896
|
return {
|
|
889
897
|
id: a.id,
|
|
890
898
|
name: a.name,
|
|
891
|
-
imageUrl:
|
|
899
|
+
imageUrl: i
|
|
892
900
|
};
|
|
893
901
|
})
|
|
894
902
|
})), tt = (e) => e.status == 0 ? {
|
|
@@ -906,15 +914,15 @@ const we = (e) => {
|
|
|
906
914
|
totalReward: e.data.total_reward,
|
|
907
915
|
unclaimReward: e.data.unclaim_reward.toString()
|
|
908
916
|
}, at = (e) => {
|
|
909
|
-
const t = /* @__PURE__ */ new Set(), a = e.data.map((
|
|
910
|
-
id:
|
|
911
|
-
name:
|
|
912
|
-
cashback:
|
|
913
|
-
commission:
|
|
914
|
-
})), u = e.data.reduce((
|
|
917
|
+
const t = /* @__PURE__ */ new Set(), a = e.data.map((i) => (t.add(i.downline), {
|
|
918
|
+
id: i.logindex,
|
|
919
|
+
name: i.firstname,
|
|
920
|
+
cashback: i.turnover,
|
|
921
|
+
commission: i.income
|
|
922
|
+
})), u = e.data.reduce((i, d) => i + parseFloat(d.income), 0), l = t.size;
|
|
915
923
|
return {
|
|
916
924
|
totalReward: u,
|
|
917
|
-
totalCount:
|
|
925
|
+
totalCount: l,
|
|
918
926
|
list: a
|
|
919
927
|
};
|
|
920
928
|
}, nt = (e) => e.status == 0 ? {
|
|
@@ -932,17 +940,17 @@ const we = (e) => {
|
|
|
932
940
|
totalReward: e.data.total_reward,
|
|
933
941
|
unclaimReward: e.data.unclaim_reward.toString()
|
|
934
942
|
}, ot = (e) => {
|
|
935
|
-
const t = /* @__PURE__ */ new Set(), a = e.data.map((
|
|
936
|
-
id:
|
|
937
|
-
name:
|
|
938
|
-
dateCreated:
|
|
939
|
-
deposit:
|
|
940
|
-
activeBet:
|
|
941
|
-
commission:
|
|
942
|
-
})), u = e.data.reduce((
|
|
943
|
+
const t = /* @__PURE__ */ new Set(), a = e.data.map((i) => (t.add(i.accountid), {
|
|
944
|
+
id: i.id,
|
|
945
|
+
name: i.firstname,
|
|
946
|
+
dateCreated: i.created,
|
|
947
|
+
deposit: i.deposit,
|
|
948
|
+
activeBet: i.activebet,
|
|
949
|
+
commission: i.reward
|
|
950
|
+
})), u = e.data.reduce((i, d) => i + parseFloat(d.reward), 0), l = t.size;
|
|
943
951
|
return {
|
|
944
952
|
totalReward: u,
|
|
945
|
-
totalCount:
|
|
953
|
+
totalCount: l,
|
|
946
954
|
list: a
|
|
947
955
|
};
|
|
948
956
|
}, rt = (e) => e.status == 0 ? {
|
|
@@ -960,15 +968,15 @@ const we = (e) => {
|
|
|
960
968
|
totalReward: e.data.total_reward,
|
|
961
969
|
unclaimReward: e.data.unclaim_reward.toString()
|
|
962
970
|
}, st = (e) => {
|
|
963
|
-
const t = /* @__PURE__ */ new Set(), a = e.data.map((
|
|
964
|
-
id:
|
|
965
|
-
name:
|
|
966
|
-
total:
|
|
967
|
-
commission:
|
|
968
|
-
})), u = e.data.reduce((
|
|
971
|
+
const t = /* @__PURE__ */ new Set(), a = e.data.map((i) => (t.add(i.accountid), {
|
|
972
|
+
id: i.logindex,
|
|
973
|
+
name: i.firstname,
|
|
974
|
+
total: i.deposit,
|
|
975
|
+
commission: i.reward
|
|
976
|
+
})), u = e.data.reduce((i, d) => i + parseFloat(d.reward), 0), l = t.size;
|
|
969
977
|
return {
|
|
970
978
|
totalReward: u,
|
|
971
|
-
totalCount:
|
|
979
|
+
totalCount: l,
|
|
972
980
|
list: a
|
|
973
981
|
};
|
|
974
982
|
}, it = (e) => e.status == 0 ? {
|
|
@@ -1000,7 +1008,7 @@ const we = (e) => {
|
|
|
1000
1008
|
};
|
|
1001
1009
|
});
|
|
1002
1010
|
u.length > 0 && (t = u[0]);
|
|
1003
|
-
const
|
|
1011
|
+
const l = e.data.filter((p) => p.dtype == "5" && p.type == "D").map((p) => {
|
|
1004
1012
|
const _ = Math.min(
|
|
1005
1013
|
Number(p.min_deposit) * Number(p.percentage) / 100,
|
|
1006
1014
|
Number(p.max_promo_amt)
|
|
@@ -1013,14 +1021,14 @@ const we = (e) => {
|
|
|
1013
1021
|
expiryTime: p.etime
|
|
1014
1022
|
};
|
|
1015
1023
|
});
|
|
1016
|
-
let
|
|
1017
|
-
const m =
|
|
1024
|
+
let i = 0, d = ((b = l[0]) == null ? void 0 : b.expiryTime) || "";
|
|
1025
|
+
const m = l.map((p) => (i = Math.max(i, p.percentage), new Date(p.expiryTime) < new Date(d) && (d = p.expiryTime), {
|
|
1018
1026
|
name: p.name,
|
|
1019
1027
|
depositAmount: p.depositAmount,
|
|
1020
1028
|
promoAmount: p.promoAmount
|
|
1021
1029
|
}));
|
|
1022
1030
|
return a = {
|
|
1023
|
-
percentage:
|
|
1031
|
+
percentage: i,
|
|
1024
1032
|
expiryTime: d,
|
|
1025
1033
|
list: m
|
|
1026
1034
|
}, { welcomeBonus: t, dailyBonus: a };
|
|
@@ -1049,12 +1057,12 @@ const we = (e) => {
|
|
|
1049
1057
|
if (Object.prototype.hasOwnProperty.call(e.data, a)) {
|
|
1050
1058
|
const u = e.data[a];
|
|
1051
1059
|
t[a] = [];
|
|
1052
|
-
for (let
|
|
1053
|
-
const
|
|
1060
|
+
for (let l = 0; l < u.length; l++) {
|
|
1061
|
+
const i = u[l];
|
|
1054
1062
|
let d = "";
|
|
1055
|
-
u.length >
|
|
1056
|
-
rate:
|
|
1057
|
-
minValue:
|
|
1063
|
+
u.length > l + 1 && (d = (Number(u[l + 1].achievement) - 1).toString()), t[a].push({
|
|
1064
|
+
rate: i.rate,
|
|
1065
|
+
minValue: i.achievement.toString(),
|
|
1058
1066
|
maxValue: d
|
|
1059
1067
|
});
|
|
1060
1068
|
}
|
|
@@ -1068,27 +1076,27 @@ const we = (e) => {
|
|
|
1068
1076
|
if (Object.prototype.hasOwnProperty.call(e.data, a)) {
|
|
1069
1077
|
const u = e.data[a];
|
|
1070
1078
|
t[a] = [];
|
|
1071
|
-
for (let
|
|
1072
|
-
const
|
|
1079
|
+
for (let l = 0; l < u.length; l++) {
|
|
1080
|
+
const i = u[l];
|
|
1073
1081
|
let d = "";
|
|
1074
|
-
u.length >
|
|
1075
|
-
rate:
|
|
1076
|
-
minValue:
|
|
1082
|
+
u.length > l + 1 && (d = (Number(u[l + 1].achievement) - 1).toString()), t[a].push({
|
|
1083
|
+
rate: i.rate,
|
|
1084
|
+
minValue: i.achievement,
|
|
1077
1085
|
maxValue: d
|
|
1078
1086
|
});
|
|
1079
1087
|
}
|
|
1080
1088
|
}
|
|
1081
1089
|
return t;
|
|
1082
1090
|
}, bt = (e) => T(e), ft = (e) => T(e), yt = (e) => {
|
|
1083
|
-
var t, a, u,
|
|
1091
|
+
var t, a, u, l, i;
|
|
1084
1092
|
return {
|
|
1085
1093
|
status: e.status == 1,
|
|
1086
1094
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
1087
1095
|
default: ((t = e.data) == null ? void 0 : t.default) ?? [],
|
|
1088
1096
|
online: ((a = e.data) == null ? void 0 : a.online) ?? [],
|
|
1089
1097
|
mycard: ((u = e.data) == null ? void 0 : u.mycard) ?? [],
|
|
1090
|
-
qrcode: ((
|
|
1091
|
-
personal: ((
|
|
1098
|
+
qrcode: ((l = e.data) == null ? void 0 : l.qrcode) ?? [],
|
|
1099
|
+
personal: ((i = e.data) == null ? void 0 : i.personal) ?? []
|
|
1092
1100
|
};
|
|
1093
1101
|
}, Y = (e) => ({
|
|
1094
1102
|
validated: e.withdrawValidate === 1 || e.depositValidate === 1 || e.TransferCreditValidate === 1,
|
|
@@ -1135,14 +1143,14 @@ const we = (e) => {
|
|
|
1135
1143
|
status: e.status == 1,
|
|
1136
1144
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
1137
1145
|
countryList: ((t = e.data) == null ? void 0 : t.map((a) => {
|
|
1138
|
-
var u,
|
|
1146
|
+
var u, l;
|
|
1139
1147
|
return {
|
|
1140
1148
|
countryIndex: a.countryindex,
|
|
1141
1149
|
currencyName: a.currency_name ?? "",
|
|
1142
1150
|
label: a.label,
|
|
1143
1151
|
currencyRate: {
|
|
1144
1152
|
depositCurrencyRate: ((u = a.currency_rate) == null ? void 0 : u.currency_rate_deposit) ?? "",
|
|
1145
|
-
withdrawCurrencyRate: ((
|
|
1153
|
+
withdrawCurrencyRate: ((l = a.currency_rate) == null ? void 0 : l.currency_rate_withdraw) ?? ""
|
|
1146
1154
|
}
|
|
1147
1155
|
};
|
|
1148
1156
|
})) ?? []
|
|
@@ -1174,15 +1182,15 @@ const we = (e) => {
|
|
|
1174
1182
|
return {
|
|
1175
1183
|
id: a.id,
|
|
1176
1184
|
name: a.name,
|
|
1177
|
-
product: ((u = a.platformproduct) == null ? void 0 : u.map((
|
|
1178
|
-
id:
|
|
1179
|
-
name:
|
|
1180
|
-
platformId:
|
|
1181
|
-
com:
|
|
1185
|
+
product: ((u = a.platformproduct) == null ? void 0 : u.map((l) => ({
|
|
1186
|
+
id: l.id,
|
|
1187
|
+
name: l.name,
|
|
1188
|
+
platformId: l.id_PlatformMaster,
|
|
1189
|
+
com: l.com
|
|
1182
1190
|
}))) ?? []
|
|
1183
1191
|
};
|
|
1184
1192
|
})) ?? [];
|
|
1185
|
-
}, zt = (e) => T(e), Nt = (e) => T(e),
|
|
1193
|
+
}, zt = (e) => T(e), Nt = (e) => T(e), Ut = (e) => T(e), Bt = (e) => T(e), qt = (e) => T(e), Wt = (e) => T(e), Vt = (e) => T(e), Et = (e) => ({
|
|
1186
1194
|
status: e.status == 1,
|
|
1187
1195
|
message: e.msg ?? "",
|
|
1188
1196
|
data: e.data
|
|
@@ -1288,7 +1296,7 @@ const we = (e) => {
|
|
|
1288
1296
|
}))) ?? []
|
|
1289
1297
|
};
|
|
1290
1298
|
}, ea = (e) => {
|
|
1291
|
-
var t, a, u,
|
|
1299
|
+
var t, a, u, l, i, d, m, b, p, _, O;
|
|
1292
1300
|
return {
|
|
1293
1301
|
status: e.status == 1,
|
|
1294
1302
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
@@ -1296,8 +1304,8 @@ const we = (e) => {
|
|
|
1296
1304
|
total: (t = e.data) != null && t.total ? {
|
|
1297
1305
|
bet: (((a = e.data) == null ? void 0 : a.total.bet) ?? 0).toFixed(2),
|
|
1298
1306
|
activeBet: (((u = e.data) == null ? void 0 : u.total.activebet) ?? 0).toFixed(2),
|
|
1299
|
-
validBet: (((
|
|
1300
|
-
payout: (((
|
|
1307
|
+
validBet: (((l = e.data) == null ? void 0 : l.total.validbet) ?? 0).toFixed(2),
|
|
1308
|
+
payout: (((i = e.data) == null ? void 0 : i.total.payout) ?? 0).toFixed(2)
|
|
1301
1309
|
} : {
|
|
1302
1310
|
bet: "0.00",
|
|
1303
1311
|
activeBet: "0.00",
|
|
@@ -1352,22 +1360,22 @@ const we = (e) => {
|
|
|
1352
1360
|
status: e.status == 1,
|
|
1353
1361
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
1354
1362
|
data: {
|
|
1355
|
-
companyCount: ((t = e.data.companyRCount) == null ? void 0 : t.map((
|
|
1356
|
-
key:
|
|
1357
|
-
count:
|
|
1363
|
+
companyCount: ((t = e.data.companyRCount) == null ? void 0 : t.map((l) => ({
|
|
1364
|
+
key: l.key,
|
|
1365
|
+
count: l.count
|
|
1358
1366
|
}))) ?? [],
|
|
1359
|
-
prizeCount: ((a = e.data.prizeRCount) == null ? void 0 : a.map((
|
|
1360
|
-
key:
|
|
1361
|
-
count:
|
|
1367
|
+
prizeCount: ((a = e.data.prizeRCount) == null ? void 0 : a.map((l) => ({
|
|
1368
|
+
key: l.key,
|
|
1369
|
+
count: l.count
|
|
1362
1370
|
}))) ?? [],
|
|
1363
|
-
list: ((u = e.data.list) == null ? void 0 : u.map((
|
|
1364
|
-
dimension:
|
|
1365
|
-
combination:
|
|
1366
|
-
prizePosition:
|
|
1367
|
-
drawIdentifier:
|
|
1368
|
-
drawTimestamp:
|
|
1369
|
-
companyId:
|
|
1370
|
-
companyName:
|
|
1371
|
+
list: ((u = e.data.list) == null ? void 0 : u.map((l) => ({
|
|
1372
|
+
dimension: l.combination_dimension,
|
|
1373
|
+
combination: l.combination_combination,
|
|
1374
|
+
prizePosition: l.combination_position,
|
|
1375
|
+
drawIdentifier: l.draw.draw_identifier,
|
|
1376
|
+
drawTimestamp: l.draw.draw_tmactive,
|
|
1377
|
+
companyId: l.company.company_id,
|
|
1378
|
+
companyName: l.company.company_name
|
|
1371
1379
|
}))) ?? []
|
|
1372
1380
|
}
|
|
1373
1381
|
};
|
|
@@ -1484,7 +1492,8 @@ const ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1484
1492
|
required: t.required == 1,
|
|
1485
1493
|
regex: t.regex,
|
|
1486
1494
|
minLength: t.minlen ?? "0",
|
|
1487
|
-
maxLength: t.maxlen ?? "0"
|
|
1495
|
+
maxLength: t.maxlen ?? "0",
|
|
1496
|
+
inputHelper: t.inputHelper ?? ""
|
|
1488
1497
|
}))
|
|
1489
1498
|
}), Ra = (e) => e.mdGameLists.data.map((t) => ({
|
|
1490
1499
|
gameId: t.id,
|
|
@@ -1498,9 +1507,9 @@ const ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1498
1507
|
},
|
|
1499
1508
|
imageUrl: `${e.mdDomains[t.mdDomains_id]}${t.img}?ts=${t.filemtime}`,
|
|
1500
1509
|
rate: "0.00",
|
|
1501
|
-
favourite: !
|
|
1510
|
+
favourite: !0
|
|
1502
1511
|
})), Sa = (e) => T(e), ka = (e) => T(e), Pa = (e) => T(e), Oa = async (e) => {
|
|
1503
|
-
var t, a, u,
|
|
1512
|
+
var t, a, u, l, i, d, m, b, p, _, O, h, g, S, M, I;
|
|
1504
1513
|
try {
|
|
1505
1514
|
e.findIndex((c) => c.name === s.vipList) !== -1 && e.push(
|
|
1506
1515
|
{
|
|
@@ -1543,12 +1552,12 @@ const ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1543
1552
|
query: String(c)
|
|
1544
1553
|
});
|
|
1545
1554
|
}
|
|
1546
|
-
const
|
|
1547
|
-
if (
|
|
1555
|
+
const U = e.findIndex((c) => c.name === s.searchNumberHistory);
|
|
1556
|
+
if (U !== -1) {
|
|
1548
1557
|
let c = {};
|
|
1549
1558
|
e.forEach((y) => {
|
|
1550
1559
|
c = y.query;
|
|
1551
|
-
}), e.splice(
|
|
1560
|
+
}), e.splice(U), e.push({
|
|
1552
1561
|
name: s.getFourDimensionData,
|
|
1553
1562
|
query: String(c)
|
|
1554
1563
|
});
|
|
@@ -1557,15 +1566,15 @@ const ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1557
1566
|
let c = {};
|
|
1558
1567
|
e.forEach((y) => {
|
|
1559
1568
|
c = y.query;
|
|
1560
|
-
}), e.splice(
|
|
1569
|
+
}), e.splice(U), e.push({
|
|
1561
1570
|
name: s.getFourDimensionData,
|
|
1562
1571
|
query: String(c)
|
|
1563
1572
|
});
|
|
1564
1573
|
}
|
|
1565
|
-
const
|
|
1574
|
+
const B = e.findIndex(
|
|
1566
1575
|
(c) => c.name === s.getFourDimensionData
|
|
1567
1576
|
);
|
|
1568
|
-
|
|
1577
|
+
B !== -1 && e[B].query == "" && (e.splice(B), e.push(
|
|
1569
1578
|
{
|
|
1570
1579
|
name: s.getFourDimensionData,
|
|
1571
1580
|
query: JSON.stringify({ action: s.getCompany, native: "1" })
|
|
@@ -1679,10 +1688,10 @@ const ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1679
1688
|
);
|
|
1680
1689
|
break;
|
|
1681
1690
|
case s.deposit:
|
|
1682
|
-
n.result[r] =
|
|
1691
|
+
n.result[r] = Ue(o);
|
|
1683
1692
|
break;
|
|
1684
1693
|
case s.applyVipBonus:
|
|
1685
|
-
n.result[r] =
|
|
1694
|
+
n.result[r] = Be(o);
|
|
1686
1695
|
break;
|
|
1687
1696
|
case s.withdraw:
|
|
1688
1697
|
n.result[r] = qe(o);
|
|
@@ -1905,12 +1914,12 @@ const ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1905
1914
|
);
|
|
1906
1915
|
break;
|
|
1907
1916
|
case s.commissionWithdraw:
|
|
1908
|
-
n.result[r] =
|
|
1917
|
+
n.result[r] = Ut(
|
|
1909
1918
|
o
|
|
1910
1919
|
);
|
|
1911
1920
|
break;
|
|
1912
1921
|
case s.submitWithdrawalCode:
|
|
1913
|
-
n.result[r] =
|
|
1922
|
+
n.result[r] = Bt(
|
|
1914
1923
|
o
|
|
1915
1924
|
);
|
|
1916
1925
|
break;
|
|
@@ -2102,8 +2111,8 @@ const ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2102
2111
|
if (s.vipList in n.result && ((u = n.result) != null && u.vipList)) {
|
|
2103
2112
|
const c = n.result.vipList;
|
|
2104
2113
|
let y = 4;
|
|
2105
|
-
if (s.getSetting in n.result && ((
|
|
2106
|
-
if ((
|
|
2114
|
+
if (s.getSetting in n.result && ((l = n.result) != null && l.getSetting && (y = n.result.getSetting.vipCalculation), delete n.result.getSetting), s.vipStatus in n.result) {
|
|
2115
|
+
if ((i = n.result) != null && i.vipStatus) {
|
|
2107
2116
|
const r = n.result.vipStatus, {
|
|
2108
2117
|
current_grade_id: o,
|
|
2109
2118
|
current_deposit: v,
|
|
@@ -2284,6 +2293,7 @@ const ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2284
2293
|
new: !1
|
|
2285
2294
|
},
|
|
2286
2295
|
imageUrl: o.imgUrl,
|
|
2296
|
+
logoUrl: "",
|
|
2287
2297
|
rate: "0.00",
|
|
2288
2298
|
favourite: !1
|
|
2289
2299
|
})), delete n.result.fishGameList;
|
|
@@ -2378,8 +2388,8 @@ const ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2378
2388
|
};
|
|
2379
2389
|
}
|
|
2380
2390
|
return a;
|
|
2381
|
-
}, Da = async (e, t, a, u,
|
|
2382
|
-
let
|
|
2391
|
+
}, Da = async (e, t, a, u, l) => {
|
|
2392
|
+
let i = {
|
|
2383
2393
|
status: 200,
|
|
2384
2394
|
message: "",
|
|
2385
2395
|
accessToken: ""
|
|
@@ -2390,21 +2400,21 @@ const ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2390
2400
|
usr: t,
|
|
2391
2401
|
pwd: a,
|
|
2392
2402
|
mobileno: u,
|
|
2393
|
-
type:
|
|
2403
|
+
type: l
|
|
2394
2404
|
})).data;
|
|
2395
|
-
|
|
2405
|
+
i.status === 200 && (i = {
|
|
2396
2406
|
status: 200,
|
|
2397
2407
|
message: "",
|
|
2398
2408
|
accessToken: m.access_token
|
|
2399
2409
|
});
|
|
2400
2410
|
} catch (d) {
|
|
2401
|
-
|
|
2411
|
+
i = {
|
|
2402
2412
|
status: d.status || 500,
|
|
2403
2413
|
message: d.message,
|
|
2404
2414
|
accessToken: ""
|
|
2405
2415
|
};
|
|
2406
2416
|
}
|
|
2407
|
-
return
|
|
2417
|
+
return i;
|
|
2408
2418
|
}, xa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2409
2419
|
__proto__: null,
|
|
2410
2420
|
call: Da,
|
|
@@ -2479,12 +2489,12 @@ const ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2479
2489
|
const u = await z.post("/setlocale", {
|
|
2480
2490
|
language: e,
|
|
2481
2491
|
udid: t ?? ""
|
|
2482
|
-
}),
|
|
2492
|
+
}), l = JSON.parse(
|
|
2483
2493
|
atob(u.data.responses[0].attributes)
|
|
2484
2494
|
);
|
|
2485
2495
|
a.data = {
|
|
2486
|
-
status:
|
|
2487
|
-
message:
|
|
2496
|
+
status: l.status == 1,
|
|
2497
|
+
message: l.message ?? ""
|
|
2488
2498
|
};
|
|
2489
2499
|
} catch (u) {
|
|
2490
2500
|
a = {
|
|
@@ -2501,10 +2511,10 @@ const ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2501
2511
|
__proto__: null
|
|
2502
2512
|
}, Symbol.toStringTag, { value: "Module" })), Na = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2503
2513
|
__proto__: null
|
|
2504
|
-
}, Symbol.toStringTag, { value: "Module" })), Ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2505
|
-
__proto__: null
|
|
2506
2514
|
}, Symbol.toStringTag, { value: "Module" })), Ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2507
2515
|
__proto__: null
|
|
2516
|
+
}, Symbol.toStringTag, { value: "Module" })), Ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2517
|
+
__proto__: null
|
|
2508
2518
|
}, Symbol.toStringTag, { value: "Module" })), qa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2509
2519
|
__proto__: null
|
|
2510
2520
|
}, Symbol.toStringTag, { value: "Module" })), Wa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -2617,10 +2627,10 @@ const On = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2617
2627
|
__proto__: null
|
|
2618
2628
|
}, Symbol.toStringTag, { value: "Module" })), Nn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2619
2629
|
__proto__: null
|
|
2620
|
-
}, Symbol.toStringTag, { value: "Module" })), Bn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2621
|
-
__proto__: null
|
|
2622
2630
|
}, Symbol.toStringTag, { value: "Module" })), Un = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2623
2631
|
__proto__: null
|
|
2632
|
+
}, Symbol.toStringTag, { value: "Module" })), Bn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2633
|
+
__proto__: null
|
|
2624
2634
|
}, Symbol.toStringTag, { value: "Module" })), qn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2625
2635
|
__proto__: null
|
|
2626
2636
|
}, Symbol.toStringTag, { value: "Module" })), Wn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -2718,9 +2728,9 @@ const On = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2718
2728
|
apiType: me,
|
|
2719
2729
|
loginType: za,
|
|
2720
2730
|
logoutType: Na,
|
|
2721
|
-
announcementType:
|
|
2731
|
+
announcementType: Ua,
|
|
2722
2732
|
paymentsProviderType: pe,
|
|
2723
|
-
gameListType:
|
|
2733
|
+
gameListType: Ba,
|
|
2724
2734
|
vipListType: qa,
|
|
2725
2735
|
promotionType: Wa,
|
|
2726
2736
|
cmsListType: Va,
|
|
@@ -2777,8 +2787,8 @@ const On = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2777
2787
|
submitGiftCodeType: ae,
|
|
2778
2788
|
playGameType: ne,
|
|
2779
2789
|
transferToMainType: Nn,
|
|
2780
|
-
transferProcessType:
|
|
2781
|
-
submitValidateType:
|
|
2790
|
+
transferProcessType: Un,
|
|
2791
|
+
submitValidateType: Bn,
|
|
2782
2792
|
checkTransferCreditType: qn,
|
|
2783
2793
|
friendListType: Wn,
|
|
2784
2794
|
friendListEditType: Vn,
|
|
@@ -2832,7 +2842,7 @@ export {
|
|
|
2832
2842
|
Fo as Repository,
|
|
2833
2843
|
Ya as addBankCardType,
|
|
2834
2844
|
ro as agTransferCreditReportType,
|
|
2835
|
-
|
|
2845
|
+
Ua as announcementType,
|
|
2836
2846
|
Ma as api,
|
|
2837
2847
|
me as apiType,
|
|
2838
2848
|
Fn as applyPromoType,
|
|
@@ -2855,7 +2865,7 @@ export {
|
|
|
2855
2865
|
on as fishGameListType,
|
|
2856
2866
|
Vn as friendListEditType,
|
|
2857
2867
|
Wn as friendListType,
|
|
2858
|
-
|
|
2868
|
+
Ba as gameListType,
|
|
2859
2869
|
En as getActivePPType,
|
|
2860
2870
|
$n as getActiveProductType,
|
|
2861
2871
|
zn as getCountryType,
|
|
@@ -2926,11 +2936,11 @@ export {
|
|
|
2926
2936
|
Xn as submitTransferMoneyType,
|
|
2927
2937
|
lo as submitTwoFactorAuthenticateType,
|
|
2928
2938
|
kn as submitUpdateMobileTacCode,
|
|
2929
|
-
|
|
2939
|
+
Bn as submitValidateType,
|
|
2930
2940
|
bo as submitWithdrawalAlipayType,
|
|
2931
2941
|
Yn as submitWithdrawalCodeType,
|
|
2932
2942
|
Qa as transactionReportType,
|
|
2933
|
-
|
|
2943
|
+
Un as transferProcessType,
|
|
2934
2944
|
oo as transferReportType,
|
|
2935
2945
|
Ro as transferSettingType,
|
|
2936
2946
|
Nn as transferToMainType,
|