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.
@@ -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), i = new Date(t, a + 1, 1, 12, 0, 0), l = Math.floor(
70
- (i.getTime() - e.getTime()) / 1e3
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
- (i.getTime() - u.getTime()) / 1e3
73
- ), m = d - l;
72
+ (l.getTime() - u.getTime()) / 1e3
73
+ ), m = d - i;
74
74
  return {
75
- monthRemainingTime: l,
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
- ), i = Math.floor((u.getTime() - e.getTime()) / 1e3), p = 7 * 24 * 60 * 60;
88
- return console.log(i), console.log(p), {
89
- weekRemainingTime: i,
90
- weekProgressPercentage: Math.round(i / p * 100)
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 i = !1;
146
- for (let l = 0; l < a.paymentmethod.manual.bank.length; l++) {
147
- const d = a.paymentmethod.manual.bank[l];
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
- i = !0;
149
+ l = !0;
150
150
  break;
151
151
  }
152
152
  }
153
- i && u.push(Z(a.paymentmethod.manual, e));
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 i, l;
182
- a > 0 ? i = e > 0 ? Math.max(a, e) : a : i = Math.max(e, 0), u > 0 ? l = t > 0 ? Math.min(u, t) : u : l = Math.max(t, 0);
183
- const d = Math.round(i);
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
- l < m && (m = Math.round(l));
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: l };
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((i) => {
213
- const l = i.list && i.list.length > 0 ? i.list[0].mintransaction ?? "0.00" : "0.00", d = i.list && i.list.length > 0 ? i.list[0].maxtransaction ?? "0.00" : "0.00", { amountList: m, minAmount: b, maxAmount: p } = W(
214
- Number(l),
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: i.bankindex ?? 0,
221
- bankAccountId: i.list && i.list.length > 0 ? i.list[0].bankaccountindex ?? 0 : 0,
222
- name: i.list && i.list.length > 0 ? i.list[0].label ?? "" : "",
223
- accountName: i.list && i.list.length > 0 ? i.list[0].bankaccountname ?? "" : "",
224
- accountNo: i.list && i.list.length > 0 ? i.list[0].bankaccountno ?? "" : "",
225
- qrcode: i.list && i.list.length > 0 ? i.list[0].bankaccountdesc : "",
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((i) => {
245
- let l = "0.00", d = "0.00";
246
- const m = i.bankindex ?? 0;
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() && (l = t.mdGatewayMinMax[S].min, d = t.mdGatewayMinMax[S].max);
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(l),
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 = i.pg.map((S) => {
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: i.bankindex ?? 0,
277
- name: i.banknameenglish ?? "",
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 i = [];
289
- const l = a.mdGatewayMinMax ?? [];
288
+ let l = [];
289
+ const i = a.mdGatewayMinMax ?? [];
290
290
  if (t.bank.length > 0 && a.mdPGSelection === "1")
291
- i = t.bank.map((m) => {
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 < l.length; g++)
309
- l[g].bankindex === e.toString() && (m = l[g].min, b = l[g].max);
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
- i.push(h);
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: i,
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((i) => {
340
- const l = i.amtlist.map(Number).sort((m, b) => m - b);
339
+ bank: t.bank.map((l) => {
340
+ const i = l.amtlist.map(Number).sort((m, b) => m - b);
341
341
  return {
342
- id: i.pgindex,
343
- name: i.name,
344
- amountList: i.amtlist,
345
- min: l.length > 0 ? l[0] : 0,
346
- max: l.length > 0 ? l[l.length - 1] : 0
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, i;
363
+ var t, a, u, l;
364
364
  return {
365
- platformGame: ((t = e.mdGameListResult) == null ? void 0 : t.map((l) => {
365
+ platformGame: ((t = e.mdGameListResult) == null ? void 0 : t.map((i) => {
366
366
  var d, m;
367
367
  return {
368
- code: l.code,
369
- id: l.id,
370
- name: l.name,
371
- nextPage: l.nextPage === 1,
372
- list: (l.mdPlatformProducts !== null && ((d = l.mdPlatformProducts) == null ? void 0 : d.length)) ?? !1 ? ((m = l.mdPlatformProducts) == null ? void 0 : m.map((b) => ({
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((l) => ({
389
- gameId: Number(l.id),
390
- platformId: Number(l.id_PlatformProduct),
391
- name: l.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: l.flag,
394
- hot: (l.flag & 2) > 0,
395
- trial: (l.flag & 4) > 0,
396
- new: (l.flag & 8) > 0
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[l.mdDomains_id]}${l.img}?ts=${l.filemtime}`,
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 ? ((i = e.mdGameLists) == null ? void 0 : i.map((l) => ({
403
- gameId: Number(l.id),
404
- platformId: Number(l.id_PlatformProduct),
405
- name: l.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[l.mdDomains_id]}${l.img}?ts=${l.filemtime}`,
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, i, l, d, m, b, p, _, O, h, g, S, M, I, D, R, L, N, B, A, U, J, V, E, n, c, y, r, o, v, k;
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: ((l = (i = t.benefit) == null ? void 0 : i.daily) == null ? void 0 : l.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: ((B = (N = t.benefit) == null ? void 0 : N.weekly) == null ? void 0 : B.bonus_name) ?? "",
461
- turnover: ((U = (A = t.benefit) == null ? void 0 : A.weekly) == null ? void 0 : U.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((u) => u.status == 1).map((u) => {
545
- let i = u.imgname;
546
- return i.slice(-4) === ".png" && (i = u.imgname.slice(0, -4)), {
547
- name: u.name,
548
- imageUrl: `/image/game/native/customer_service/${i}.png`,
549
- url: u.url,
550
- status: u.status == 1
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, i;
573
+ var t, a, u, l;
566
574
  return {
567
- banner: ((t = e.mobileBanner) == null ? void 0 : t.map((l) => `${l.imagepath}?ts=${l.filemtime}`)) ?? [],
568
- ad: ((a = e.mobileAd) == null ? void 0 : a.map((l) => `${l.imagepath}?ts=${l.filemtime}`)) ?? [],
569
- about: ((u = e.about) == null ? void 0 : u.map((l) => ({
570
- name: l.name,
571
- content: l.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: ((i = e.mobileAbout) == null ? void 0 : i.map((l) => ({
574
- name: l.name,
575
- content: l.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((i) => Ge(i.draw_tmactive))) ?? []
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), i = ("0" + t.getDate()).slice(-2);
618
- return `${a}-${u}-${i}`;
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((i) => ({
628
- combination: i.combination_combination,
629
- total: i.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), i = a.results.filter(
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), l = a.results.filter(
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: i,
657
- prize_2: l,
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
- })), Be = (e) => ({
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
- }), Ue = (e) => ({
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, i, l;
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: ((i = e.mdAccountCrypto) == null ? void 0 : i.map((d) => ({
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: ((l = e.mdCryptoDetail.cryptoprotocol) == null ? void 0 : l.map((d) => ({
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, i, l, d;
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: ((i = e.mdCashLedgers) == null ? void 0 : i.last_page) ?? 0,
776
- data: ((d = (l = e.mdCashLedgers) == null ? void 0 : l.data) == null ? void 0 : d.map((m) => {
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, l = `${u.length >= a.mdDomains_id ? u[a.mdDomains_id] : ""}${a.img}?${a.filemtime}`;
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: l
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((l) => (t.add(l.downline), {
910
- id: l.logindex,
911
- name: l.firstname,
912
- cashback: l.turnover,
913
- commission: l.income
914
- })), u = e.data.reduce((l, d) => l + parseFloat(d.income), 0), i = t.size;
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: i,
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((l) => (t.add(l.accountid), {
936
- id: l.id,
937
- name: l.firstname,
938
- dateCreated: l.created,
939
- deposit: l.deposit,
940
- activeBet: l.activebet,
941
- commission: l.reward
942
- })), u = e.data.reduce((l, d) => l + parseFloat(d.reward), 0), i = t.size;
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: i,
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((l) => (t.add(l.accountid), {
964
- id: l.logindex,
965
- name: l.firstname,
966
- total: l.deposit,
967
- commission: l.reward
968
- })), u = e.data.reduce((l, d) => l + parseFloat(d.reward), 0), i = t.size;
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: i,
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 i = e.data.filter((p) => p.dtype == "5" && p.type == "D").map((p) => {
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 l = 0, d = ((b = i[0]) == null ? void 0 : b.expiryTime) || "";
1017
- const m = i.map((p) => (l = Math.max(l, p.percentage), new Date(p.expiryTime) < new Date(d) && (d = p.expiryTime), {
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: l,
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 i = 0; i < u.length; i++) {
1053
- const l = u[i];
1060
+ for (let l = 0; l < u.length; l++) {
1061
+ const i = u[l];
1054
1062
  let d = "";
1055
- u.length > i + 1 && (d = (Number(u[i + 1].achievement) - 1).toString()), t[a].push({
1056
- rate: l.rate,
1057
- minValue: l.achievement.toString(),
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 i = 0; i < u.length; i++) {
1072
- const l = u[i];
1079
+ for (let l = 0; l < u.length; l++) {
1080
+ const i = u[l];
1073
1081
  let d = "";
1074
- u.length > i + 1 && (d = (Number(u[i + 1].achievement) - 1).toString()), t[a].push({
1075
- rate: l.rate,
1076
- minValue: l.achievement,
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, i, l;
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: ((i = e.data) == null ? void 0 : i.qrcode) ?? [],
1091
- personal: ((l = e.data) == null ? void 0 : l.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, i;
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: ((i = a.currency_rate) == null ? void 0 : i.currency_rate_withdraw) ?? ""
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((i) => ({
1178
- id: i.id,
1179
- name: i.name,
1180
- platformId: i.id_PlatformMaster,
1181
- com: i.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), Bt = (e) => T(e), Ut = (e) => T(e), qt = (e) => T(e), Wt = (e) => T(e), Vt = (e) => T(e), Et = (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, i, l, d, m, b, p, _, O;
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: (((i = e.data) == null ? void 0 : i.total.validbet) ?? 0).toFixed(2),
1300
- payout: (((l = e.data) == null ? void 0 : l.total.payout) ?? 0).toFixed(2)
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((i) => ({
1356
- key: i.key,
1357
- count: i.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((i) => ({
1360
- key: i.key,
1361
- count: i.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((i) => ({
1364
- dimension: i.combination_dimension,
1365
- combination: i.combination_combination,
1366
- prizePosition: i.combination_position,
1367
- drawIdentifier: i.draw.draw_identifier,
1368
- drawTimestamp: i.draw.draw_tmactive,
1369
- companyId: i.company.company_id,
1370
- companyName: i.company.company_name
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: !1
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, i, l, d, m, b, p, _, O, h, g, S, M, I;
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 B = e.findIndex((c) => c.name === s.searchNumberHistory);
1547
- if (B !== -1) {
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(B), e.push({
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(B), e.push({
1569
+ }), e.splice(U), e.push({
1561
1570
  name: s.getFourDimensionData,
1562
1571
  query: String(c)
1563
1572
  });
1564
1573
  }
1565
- const U = e.findIndex(
1574
+ const B = e.findIndex(
1566
1575
  (c) => c.name === s.getFourDimensionData
1567
1576
  );
1568
- U !== -1 && e[U].query == "" && (e.splice(U), e.push(
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] = Be(o);
1691
+ n.result[r] = Ue(o);
1683
1692
  break;
1684
1693
  case s.applyVipBonus:
1685
- n.result[r] = Ue(o);
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] = Bt(
1917
+ n.result[r] = Ut(
1909
1918
  o
1910
1919
  );
1911
1920
  break;
1912
1921
  case s.submitWithdrawalCode:
1913
- n.result[r] = Ut(
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 && ((i = n.result) != null && i.getSetting && (y = n.result.getSetting.vipCalculation), delete n.result.getSetting), s.vipStatus in n.result) {
2106
- if ((l = n.result) != null && l.vipStatus) {
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, i) => {
2382
- let l = {
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: i
2403
+ type: l
2394
2404
  })).data;
2395
- l.status === 200 && (l = {
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
- l = {
2411
+ i = {
2402
2412
  status: d.status || 500,
2403
2413
  message: d.message,
2404
2414
  accessToken: ""
2405
2415
  };
2406
2416
  }
2407
- return l;
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
- }), i = JSON.parse(
2492
+ }), l = JSON.parse(
2483
2493
  atob(u.data.responses[0].attributes)
2484
2494
  );
2485
2495
  a.data = {
2486
- status: i.status == 1,
2487
- message: i.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: Ba,
2731
+ announcementType: Ua,
2722
2732
  paymentsProviderType: pe,
2723
- gameListType: Ua,
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: Bn,
2781
- submitValidateType: Un,
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
- Ba as announcementType,
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
- Ua as gameListType,
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
- Un as submitValidateType,
2939
+ Bn as submitValidateType,
2930
2940
  bo as submitWithdrawalAlipayType,
2931
2941
  Yn as submitWithdrawalCodeType,
2932
2942
  Qa as transactionReportType,
2933
- Bn as transferProcessType,
2943
+ Un as transferProcessType,
2934
2944
  oo as transferReportType,
2935
2945
  Ro as transferSettingType,
2936
2946
  Nn as transferToMainType,