60p82u21t54k 0.0.98 → 0.0.100

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