60p82u21t54k 0.0.99 → 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,39 +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,
1321
- payout: h.payout,
1337
+ bet: Number(h.bet).toFixed(2),
1338
+ activeBet: Number(h.activebet).toFixed(2),
1339
+ payout: Number(h.payout).toFixed(2),
1322
1340
  target: h.name,
1323
1341
  com: h.com
1324
1342
  }))) ?? [],
1325
- wagers: ((p = (b = e.data) == null ? void 0 : b.wagers) == null ? void 0 : p.map((h) => ({
1326
- 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),
1327
1345
  betType: h.betType,
1328
- stakeF: h.stakeF,
1329
- stakeL: h.stakeL,
1346
+ stakeF: Number(h.stakeF).toFixed(2),
1347
+ stakeL: Number(h.stakeL).toFixed(2),
1330
1348
  date: h.date,
1331
1349
  key: h.key,
1332
1350
  detailSA: h.detailsa,
1333
1351
  detailSC: h.detailsc,
1334
1352
  resultL: h.resultL
1335
1353
  }))) ?? [],
1336
- currentPage: ((_ = e.data) == null ? void 0 : _.page.current_page) ?? 1,
1354
+ currentPage: ((v = e.data) == null ? void 0 : v.page.current_page) ?? 1,
1337
1355
  totalPage: ((O = e.data) == null ? void 0 : O.page.last_page) ?? 1
1338
1356
  }
1339
1357
  };
1340
- }, ra = (e) => {
1341
- var t, a, u;
1358
+ }, ia = (e) => {
1359
+ var t, a, l;
1342
1360
  return {
1343
1361
  status: e.status == 1,
1344
1362
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
1345
1363
  data: {
1346
1364
  key: ((t = e.data) == null ? void 0 : t.key) ?? "",
1347
1365
  qrcode: ((a = e.data) == null ? void 0 : a.qrcode) ?? "",
1348
- binded: ((u = e.data) == null ? void 0 : u.binded) ?? !1
1366
+ binded: ((l = e.data) == null ? void 0 : l.binded) ?? !1
1349
1367
  }
1350
1368
  };
1351
- }, sa = (e) => T(e), ia = (e) => {
1369
+ }, la = (e) => S(e), ua = (e) => {
1352
1370
  var t;
1353
1371
  return {
1354
1372
  status: e.status == 1,
@@ -1358,48 +1376,48 @@ const Be = (e) => {
1358
1376
  createdAt: a.created_at
1359
1377
  }))) ?? []
1360
1378
  };
1361
- }, la = (e) => T(e), ua = (e) => {
1362
- var t, a, u;
1379
+ }, da = (e) => S(e), ca = (e) => {
1380
+ var t, a, l;
1363
1381
  return {
1364
1382
  status: e.status == 1,
1365
1383
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
1366
1384
  data: {
1367
- companyCount: ((t = e.data.companyRCount) == null ? void 0 : t.map((l) => ({
1368
- key: l.key,
1369
- count: l.count
1385
+ companyCount: ((t = e.data.companyRCount) == null ? void 0 : t.map((i) => ({
1386
+ key: i.key,
1387
+ count: i.count
1370
1388
  }))) ?? [],
1371
- prizeCount: ((a = e.data.prizeRCount) == null ? void 0 : a.map((l) => ({
1372
- key: l.key,
1373
- count: l.count
1389
+ prizeCount: ((a = e.data.prizeRCount) == null ? void 0 : a.map((i) => ({
1390
+ key: i.key,
1391
+ count: i.count
1374
1392
  }))) ?? [],
1375
- list: ((u = e.data.list) == null ? void 0 : u.map((l) => ({
1376
- dimension: l.combination_dimension,
1377
- combination: l.combination_combination,
1378
- prizePosition: l.combination_position,
1379
- drawIdentifier: l.draw.draw_identifier,
1380
- drawTimestamp: l.draw.draw_tmactive,
1381
- companyId: l.company.company_id,
1382
- 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
1383
1401
  }))) ?? []
1384
1402
  }
1385
1403
  };
1386
- }, da = (e) => T(e), ca = (e) => ({
1404
+ }, ma = (e) => S(e), pa = (e) => ({
1387
1405
  status: e.status == 1,
1388
1406
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
1389
1407
  tokenAmount: e.token_amount
1390
- }), ma = (e) => T(e);
1408
+ }), ga = (e) => S(e);
1391
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 || {});
1392
- const pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1410
+ const ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1393
1411
  __proto__: null,
1394
1412
  SettingType: Z
1395
- }, Symbol.toStringTag, { value: "Module" })), ga = (e) => {
1413
+ }, Symbol.toStringTag, { value: "Module" })), fa = (e) => {
1396
1414
  let t = 0;
1397
1415
  return e.data != null && typeof e.data == "object" && (t = e.data.amount), {
1398
1416
  status: e.status,
1399
1417
  message: e.msg ?? "",
1400
1418
  amount: t
1401
1419
  };
1402
- }, ba = (e) => e.status == 0 ? {
1420
+ }, ya = (e) => e.status == 0 ? {
1403
1421
  record: {
1404
1422
  today: {
1405
1423
  deposit: "0",
@@ -1429,15 +1447,15 @@ const pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1429
1447
  loseLimit: t.loselimit,
1430
1448
  maxReward: t.max_reward
1431
1449
  }))
1432
- }, fa = (e) => e.status == 0 ? [] : e.data.map((t) => ({
1450
+ }, _a = (e) => e.status == 0 ? [] : e.data.map((t) => ({
1433
1451
  amount: t.amount,
1434
1452
  date: t.date,
1435
1453
  deposit: t.deposit,
1436
1454
  payout: t.payout
1437
- })), ya = (e) => ({
1455
+ })), va = (e) => ({
1438
1456
  status: e.status,
1439
1457
  message: e.msg ?? ""
1440
- }), _a = (e) => e.status == 0 ? {
1458
+ }), ha = (e) => e.status == 0 ? {
1441
1459
  status: e.status,
1442
1460
  message: e.msg ?? "",
1443
1461
  data: null
@@ -1459,28 +1477,28 @@ const pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1459
1477
  collectable: e.data.collectable,
1460
1478
  remainingDay: e.data.remaining
1461
1479
  }
1462
- }, va = (e) => ({
1480
+ }, Ta = (e) => ({
1463
1481
  status: e.status,
1464
1482
  message: e.msg ?? ""
1465
- }), ha = (e) => ({
1483
+ }), Ra = (e) => ({
1466
1484
  status: e.status == 1,
1467
1485
  errorMessage: e.errormessage ?? "",
1468
1486
  isAutoTransfer: e.optionkey == "auto"
1469
- }), Ta = (e) => T(e), Ra = (e) => ({
1487
+ }), Sa = (e) => S(e), Pa = (e) => ({
1470
1488
  status: e.status,
1471
1489
  message: e.msg ?? "",
1472
1490
  turnover: e.data ? e.data.turnover : 0,
1473
1491
  percentage: e.data ? e.data.percentage ?? 0 : 0,
1474
1492
  incentive: e.data ? e.data.incentive : 0,
1475
1493
  claimable: 0
1476
- }), Sa = (e) => {
1494
+ }), ka = (e) => {
1477
1495
  let t = "0";
1478
1496
  return e.data && (t = e.data.incentive), {
1479
1497
  status: e.status,
1480
1498
  message: e.msg ?? "",
1481
1499
  amount: t
1482
1500
  };
1483
- }, ka = (e) => {
1501
+ }, Oa = (e) => {
1484
1502
  let t = "0";
1485
1503
  return e.data && (t = e.data.incentive), {
1486
1504
  status: e.status,
@@ -1488,11 +1506,11 @@ const pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1488
1506
  amount: t
1489
1507
  };
1490
1508
  };
1491
- var D = /* @__PURE__ */ ((e) => (e.inProgress = "inProgress", e.collectable = "collectable", e.collected = "collected", e))(D || {});
1492
- 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({
1493
1511
  __proto__: null,
1494
- MissionStatus: D
1495
- }, Symbol.toStringTag, { value: "Module" })), Oa = (e) => {
1512
+ MissionStatus: F
1513
+ }, Symbol.toStringTag, { value: "Module" })), ja = (e) => {
1496
1514
  if (e.status === 0)
1497
1515
  return {
1498
1516
  status: e.status,
@@ -1505,18 +1523,18 @@ const Pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1505
1523
  period: `${ae(e.data.datefrom)} ~ ${ae(e.data.dateto)}`,
1506
1524
  gift: {
1507
1525
  deposit: {
1508
- current: t.filter((u) => u.status == D.collected).length,
1526
+ current: t.filter((l) => l.status == F.collected).length,
1509
1527
  total: t.length,
1510
1528
  percentage: ne(t)
1511
1529
  },
1512
1530
  activeBet: {
1513
- current: a.filter((u) => u.status == D.collected).length,
1531
+ current: a.filter((l) => l.status == F.collected).length,
1514
1532
  total: a.length,
1515
1533
  percentage: ne(a)
1516
1534
  },
1517
1535
  grandPrize: {
1518
- countDownTimestamp: Ma(e.data.dateto),
1519
- 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,
1520
1538
  prize: e.data.reward
1521
1539
  }
1522
1540
  },
@@ -1525,30 +1543,30 @@ const Pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1525
1543
  }
1526
1544
  };
1527
1545
  }, te = (e, t) => e.data.tier.filter((a) => a.type == t).map((a) => {
1528
- const u = Math.min(a.achieve ?? 0, a.requirement);
1546
+ const l = Math.min(a.achieve ?? 0, a.requirement);
1529
1547
  return {
1530
1548
  id: a.transid,
1531
1549
  reward: a.reward,
1532
- 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,
1533
1551
  progress: {
1534
- current: u,
1552
+ current: l,
1535
1553
  total: a.requirement,
1536
- currentPercentage: (u / a.requirement * 100).toFixed(0)
1554
+ currentPercentage: (l / a.requirement * 100).toFixed(0)
1537
1555
  }
1538
1556
  };
1539
1557
  }), ae = (e) => {
1540
- 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");
1541
- 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}`;
1542
1560
  }, ne = (e) => {
1543
- 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);
1544
1562
  return a > 0 ? (t / a * 100).toFixed(2) : "0";
1545
- }, Ma = (e) => {
1563
+ }, xa = (e) => {
1546
1564
  const t = (/* @__PURE__ */ new Date()).getTime(), a = new Date(e).getTime();
1547
1565
  return Math.max(0, a - t);
1548
- }, ja = (e) => ({
1566
+ }, Da = (e) => ({
1549
1567
  status: e.status,
1550
1568
  message: e.msg ?? ""
1551
- }), xa = (e) => ({
1569
+ }), Ca = (e) => ({
1552
1570
  status: e.status == 1,
1553
1571
  socialLogin: e.social_login == 1,
1554
1572
  errorMessage: e.erorrmessage ?? "",
@@ -1560,22 +1578,25 @@ const Pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1560
1578
  maxLength: t.maxlen ?? "0",
1561
1579
  inputHelper: t.inputHelper ?? ""
1562
1580
  }))
1563
- }), Da = (e) => e.mdGameLists.data.map((t) => ({
1564
- gameId: t.id,
1565
- platformId: t.id_PlatformProduct,
1566
- name: t.name,
1567
- flag: {
1568
- value: 0,
1569
- hot: !1,
1570
- trial: !1,
1571
- new: !1
1572
- },
1573
- imageUrl: `${e.mdDomains[t.mdDomains_id]}${t.img}?ts=${t.filemtime}`,
1574
- logoUrl: `/image/platform_logo/${t.img.split("/").pop()}?v=1`,
1575
- rate: "0.00",
1576
- favourite: !0
1577
- })), Ca = (e) => T(e), Ia = (e) => T(e), Fa = (e) => T(e), La = async (e) => {
1578
- 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, _;
1579
1600
  try {
1580
1601
  e.findIndex((c) => c.name === s.vipList) !== -1 && e.push(
1581
1602
  {
@@ -1596,8 +1617,8 @@ const Pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1596
1617
  name: s.getPlatformTurnoverRate,
1597
1618
  query: ""
1598
1619
  }));
1599
- const L = e.findIndex((c) => c.name === s.gameList);
1600
- 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({
1601
1622
  name: s.fishGameList,
1602
1623
  query: JSON.stringify({
1603
1624
  d: "mobile",
@@ -1661,7 +1682,7 @@ const Pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1661
1682
  name: c.name,
1662
1683
  query: btoa(c.query)
1663
1684
  }))
1664
- }, E = await N.post(
1685
+ }, E = await w.post(
1665
1686
  "/jwt",
1666
1687
  ce(JSON.stringify($))
1667
1688
  ), n = {
@@ -1672,7 +1693,7 @@ const Pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1672
1693
  for (const c of E.data.responses) {
1673
1694
  c.error != null && c.error.code != 200 && (n.status = c.error.code, n.message = c.error.message);
1674
1695
  const y = c.attributes !== null && c.attributes !== void 0 ? me(c.attributes) : null, r = c.name, o = y ? JSON.parse(y) : null;
1675
- if (!o)
1696
+ if (console.log(r), console.log(JSON.stringify(o)), !o)
1676
1697
  console.log("Not data received"), n.result[r] = null;
1677
1698
  else
1678
1699
  switch (r) {
@@ -1680,10 +1701,10 @@ const Pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1680
1701
  n.result[r] = Re(o);
1681
1702
  break;
1682
1703
  case s.gameList:
1683
- n.result[r] = ke(o);
1704
+ n.result[r] = Pe(o);
1684
1705
  break;
1685
1706
  case s.cmsList:
1686
- n.result[r] = Ce(o);
1707
+ n.result[r] = Ie(o);
1687
1708
  break;
1688
1709
  case s.paymentsProvider:
1689
1710
  n.result[r] = _e(
@@ -1694,38 +1715,38 @@ const Pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1694
1715
  n.result[r] = Se(o);
1695
1716
  break;
1696
1717
  case s.vipList:
1697
- n.result[r] = Pe(o);
1718
+ n.result[r] = Me(o);
1698
1719
  break;
1699
1720
  case s.vipBonus:
1700
- n.result[r] = Me(o);
1721
+ n.result[r] = xe(o);
1701
1722
  break;
1702
1723
  case s.vipFieldStatus:
1703
- n.result[r] = je(o);
1724
+ n.result[r] = De(o);
1704
1725
  break;
1705
1726
  case s.vipStatus:
1706
- n.result[r] = xe(o);
1727
+ n.result[r] = Ce(o);
1707
1728
  break;
1708
1729
  case s.promotion:
1709
- n.result[r] = Oe(o);
1730
+ n.result[r] = je(o);
1710
1731
  break;
1711
1732
  case s.getSetting:
1712
- n.result[r] = De(o);
1733
+ n.result[r] = Fe(o);
1713
1734
  break;
1714
1735
  case s.getCountryMobile:
1715
- n.result[r] = Ie(
1736
+ n.result[r] = Le(
1716
1737
  o
1717
1738
  );
1718
1739
  break;
1719
1740
  case s.getPlatformTurnoverRate:
1720
- n.result[r] = Fe(
1741
+ n.result[r] = Ge(
1721
1742
  o
1722
1743
  );
1723
1744
  break;
1724
1745
  case s.mainWallet:
1725
- n.result[r] = Le(o);
1746
+ n.result[r] = ze(o);
1726
1747
  break;
1727
1748
  case s.getLanguageSetting:
1728
- n.result[r] = Ge(
1749
+ n.result[r] = Ne(
1729
1750
  o
1730
1751
  );
1731
1752
  break;
@@ -1735,105 +1756,105 @@ const Pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1735
1756
  );
1736
1757
  break;
1737
1758
  case s.getCompany:
1738
- n.result[r] = ze(o);
1759
+ n.result[r] = Ue(o);
1739
1760
  break;
1740
1761
  case s.searchResultDate:
1741
- n.result[r] = Ne(
1762
+ n.result[r] = Be(
1742
1763
  o
1743
1764
  );
1744
1765
  break;
1745
1766
  case s.searchHot:
1746
- n.result[r] = Be(o);
1767
+ n.result[r] = We(o);
1747
1768
  break;
1748
1769
  case s.searchByDate:
1749
- n.result[r] = qe(o);
1770
+ n.result[r] = Ve(o);
1750
1771
  break;
1751
1772
  case s.upcomingMatches:
1752
- n.result[r] = We(
1773
+ n.result[r] = $e(
1753
1774
  o
1754
1775
  );
1755
1776
  break;
1756
1777
  case s.deposit:
1757
- n.result[r] = Ve(o);
1778
+ n.result[r] = Ee(o);
1758
1779
  break;
1759
1780
  case s.applyVipBonus:
1760
- n.result[r] = $e(o);
1781
+ n.result[r] = He(o);
1761
1782
  break;
1762
1783
  case s.withdraw:
1763
- n.result[r] = Ee(o);
1784
+ n.result[r] = Ae(o);
1764
1785
  break;
1765
1786
  case s.getBankCardData:
1766
- n.result[r] = He(
1787
+ n.result[r] = Je(
1767
1788
  o
1768
1789
  );
1769
1790
  break;
1770
1791
  case s.withdrawalGet:
1771
- n.result[r] = Je(o);
1792
+ n.result[r] = Ye(o);
1772
1793
  break;
1773
1794
  case s.addBankCard:
1774
- n.result[r] = Ae(o);
1795
+ n.result[r] = Ke(o);
1775
1796
  break;
1776
1797
  case s.transactionReport:
1777
- n.result[r] = Ye(
1798
+ n.result[r] = Qe(
1778
1799
  o
1779
1800
  );
1780
1801
  break;
1781
1802
  case s.changePassword:
1782
- n.result[r] = Qe(o);
1803
+ n.result[r] = Ze(o);
1783
1804
  break;
1784
1805
  case s.wallet:
1785
- n.result[r] = Xe(o);
1806
+ n.result[r] = et(o);
1786
1807
  break;
1787
1808
  case s.getEventList:
1788
- n.result[r] = Ze(o);
1809
+ n.result[r] = tt(o);
1789
1810
  break;
1790
1811
  case s.getEventToken:
1791
- n.result[r] = et(o);
1812
+ n.result[r] = at(o);
1792
1813
  break;
1793
1814
  case s.getExtraGame:
1794
- n.result[r] = tt(o);
1815
+ n.result[r] = nt(o);
1795
1816
  break;
1796
1817
  case s.mailBox:
1797
- n.result[r] = at(o);
1818
+ n.result[r] = ot(o);
1798
1819
  break;
1799
1820
  case s.fishGameList:
1800
- n.result[r] = nt(o);
1821
+ n.result[r] = rt(o);
1801
1822
  break;
1802
1823
  case s.slotGameList:
1803
- n.result[r] = ot(o);
1824
+ n.result[r] = st(o);
1804
1825
  break;
1805
1826
  case s.getTurnOverRewardData:
1806
- n.result[r] = rt(
1827
+ n.result[r] = it(
1807
1828
  o
1808
1829
  );
1809
1830
  break;
1810
1831
  case s.getTurnOverRewardReport:
1811
- n.result[r] = st(
1832
+ n.result[r] = lt(
1812
1833
  o
1813
1834
  );
1814
1835
  break;
1815
1836
  case s.getInviteRewardData:
1816
- n.result[r] = it(
1837
+ n.result[r] = ut(
1817
1838
  o
1818
1839
  );
1819
1840
  break;
1820
1841
  case s.getInviteRewardReport:
1821
- n.result[r] = lt(
1842
+ n.result[r] = dt(
1822
1843
  o
1823
1844
  );
1824
1845
  break;
1825
1846
  case s.getTopupRewardData:
1826
- n.result[r] = ut(
1847
+ n.result[r] = ct(
1827
1848
  o
1828
1849
  );
1829
1850
  break;
1830
1851
  case s.getTopupRewardReport:
1831
- n.result[r] = dt(
1852
+ n.result[r] = mt(
1832
1853
  o
1833
1854
  );
1834
1855
  break;
1835
1856
  case s.getRewardReferral:
1836
- n.result[r] = ct(
1857
+ n.result[r] = pt(
1837
1858
  o
1838
1859
  );
1839
1860
  break;
@@ -1841,52 +1862,52 @@ const Pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1841
1862
  n.result[r] = Q(o);
1842
1863
  break;
1843
1864
  case s.getDepositPromotion:
1844
- n.result[r] = mt(
1865
+ n.result[r] = gt(
1845
1866
  o
1846
1867
  );
1847
1868
  break;
1848
1869
  case s.getTopUpRewardClaim:
1849
- n.result[r] = pt(
1870
+ n.result[r] = bt(
1850
1871
  o
1851
1872
  );
1852
1873
  break;
1853
1874
  case s.getInviteRewardClaim:
1854
- n.result[r] = gt(
1875
+ n.result[r] = ft(
1855
1876
  o
1856
1877
  );
1857
1878
  break;
1858
1879
  case s.getTurnOverRewardClaim:
1859
- n.result[r] = bt(
1880
+ n.result[r] = yt(
1860
1881
  o
1861
1882
  );
1862
1883
  break;
1863
1884
  case s.getInviteRewardSetting:
1864
- n.result[r] = ft(
1885
+ n.result[r] = _t(
1865
1886
  o
1866
1887
  );
1867
1888
  break;
1868
1889
  case s.getTurnOverRewardSetting:
1869
- n.result[r] = yt(
1890
+ n.result[r] = vt(
1870
1891
  o
1871
1892
  );
1872
1893
  break;
1873
1894
  case s.getTopUpRewardSetting:
1874
- n.result[r] = _t(
1895
+ n.result[r] = ht(
1875
1896
  o
1876
1897
  );
1877
1898
  break;
1878
1899
  case s.requestForgetPassword:
1879
- n.result[r] = vt(
1900
+ n.result[r] = Tt(
1880
1901
  o
1881
1902
  );
1882
1903
  break;
1883
1904
  case s.submitForgetPassword:
1884
- n.result[r] = ht(
1905
+ n.result[r] = Rt(
1885
1906
  o
1886
1907
  );
1887
1908
  break;
1888
1909
  case s.getImage:
1889
- n.result[r] = Tt(o);
1910
+ n.result[r] = St(o);
1890
1911
  break;
1891
1912
  case s.getDepositValidate:
1892
1913
  n.result[r] = K(o);
@@ -1898,49 +1919,49 @@ const Pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1898
1919
  n.result[r] = K(o);
1899
1920
  break;
1900
1921
  case s.updateProfilePicture:
1901
- n.result[r] = St(
1922
+ n.result[r] = kt(
1902
1923
  o
1903
1924
  );
1904
1925
  break;
1905
1926
  case s.readMail:
1906
- n.result[r] = kt(o);
1927
+ n.result[r] = Ot(o);
1907
1928
  break;
1908
1929
  case s.checkRedPacketValidate:
1909
- n.result[r] = Pt(
1930
+ n.result[r] = Mt(
1910
1931
  o
1911
1932
  );
1912
1933
  break;
1913
1934
  case s.requestTacCode:
1914
- n.result[r] = Ot(o);
1935
+ n.result[r] = jt(o);
1915
1936
  break;
1916
1937
  case s.getUsernameByRefer:
1917
- n.result[r] = Mt(
1938
+ n.result[r] = xt(
1918
1939
  o
1919
1940
  );
1920
1941
  break;
1921
1942
  case s.applyPromo:
1922
- n.result[r] = jt(o);
1943
+ n.result[r] = Dt(o);
1923
1944
  break;
1924
1945
  case s.applyRedPacket:
1925
- n.result[r] = xt(o);
1946
+ n.result[r] = Ct(o);
1926
1947
  break;
1927
1948
  case s.applySignIn:
1928
- n.result[r] = Dt(o);
1949
+ n.result[r] = Ft(o);
1929
1950
  break;
1930
1951
  case s.getCountry:
1931
- n.result[r] = Ct(o);
1952
+ n.result[r] = It(o);
1932
1953
  break;
1933
1954
  case s.submitGiftCode:
1934
- n.result[r] = It(o);
1955
+ n.result[r] = Lt(o);
1935
1956
  break;
1936
1957
  case s.playGame:
1937
- n.result[r] = Ft(o);
1958
+ n.result[r] = Gt(o);
1938
1959
  break;
1939
1960
  case s.transferToMain:
1940
- n.result[r] = Lt(o);
1961
+ n.result[r] = zt(o);
1941
1962
  break;
1942
1963
  case s.transferProcess:
1943
- n.result[r] = Gt(
1964
+ n.result[r] = Nt(
1944
1965
  o
1945
1966
  );
1946
1967
  break;
@@ -1956,216 +1977,216 @@ const Pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1956
1977
  );
1957
1978
  break;
1958
1979
  case s.friendList:
1959
- n.result[r] = zt(o);
1980
+ n.result[r] = Ut(o);
1960
1981
  break;
1961
1982
  case s.friendListEdit:
1962
- n.result[r] = Nt(o);
1983
+ n.result[r] = Bt(o);
1963
1984
  break;
1964
1985
  case s.getActivePP:
1965
- n.result[r] = Ut(o);
1986
+ n.result[r] = qt(o);
1966
1987
  break;
1967
1988
  case s.getActiveProduct:
1968
- n.result[r] = Bt(
1989
+ n.result[r] = Wt(
1969
1990
  o
1970
1991
  );
1971
1992
  break;
1972
1993
  case s.requestWithdrawTac:
1973
- n.result[r] = qt(
1994
+ n.result[r] = Vt(
1974
1995
  o
1975
1996
  );
1976
1997
  break;
1977
1998
  case s.requestWithdrawalCode:
1978
- n.result[r] = Wt(
1999
+ n.result[r] = $t(
1979
2000
  o
1980
2001
  );
1981
2002
  break;
1982
2003
  case s.commissionWithdraw:
1983
- n.result[r] = Vt(
2004
+ n.result[r] = Et(
1984
2005
  o
1985
2006
  );
1986
2007
  break;
1987
2008
  case s.submitWithdrawalCode:
1988
- n.result[r] = $t(
2009
+ n.result[r] = Ht(
1989
2010
  o
1990
2011
  );
1991
2012
  break;
1992
2013
  case s.submitCryptoAccount:
1993
- n.result[r] = Et(
2014
+ n.result[r] = At(
1994
2015
  o
1995
2016
  );
1996
2017
  break;
1997
2018
  case s.requestTransferMoney:
1998
- n.result[r] = Ht(
2019
+ n.result[r] = Jt(
1999
2020
  o
2000
2021
  );
2001
2022
  break;
2002
2023
  case s.submitTransferMoney:
2003
- n.result[r] = Jt(
2024
+ n.result[r] = Yt(
2004
2025
  o
2005
2026
  );
2006
2027
  break;
2007
2028
  case s.requestUpdateMobileTacCode:
2008
- n.result[r] = At(
2029
+ n.result[r] = Kt(
2009
2030
  o
2010
2031
  );
2011
2032
  break;
2012
2033
  case s.submitUpdateMobileTacCode:
2013
- n.result[r] = Yt(
2034
+ n.result[r] = Qt(
2014
2035
  o
2015
2036
  );
2016
2037
  break;
2017
2038
  case s.getVerifyPromo:
2018
- n.result[r] = Kt(o);
2039
+ n.result[r] = Xt(o);
2019
2040
  break;
2020
2041
  case s.signInViewInfo:
2021
- n.result[r] = Qt(o);
2042
+ n.result[r] = Zt(o);
2022
2043
  break;
2023
2044
  case s.signInRecord:
2024
- n.result[r] = Xt(o);
2045
+ n.result[r] = ea(o);
2025
2046
  break;
2026
2047
  case s.referralProfile:
2027
- n.result[r] = Zt(
2048
+ n.result[r] = ta(
2028
2049
  o
2029
2050
  );
2030
2051
  break;
2031
2052
  case s.referralMemberProfile:
2032
- n.result[r] = ea(
2053
+ n.result[r] = aa(
2033
2054
  o
2034
2055
  );
2035
2056
  break;
2036
2057
  case s.registerAction:
2037
- n.result[r] = ta(o);
2058
+ n.result[r] = na(o);
2038
2059
  break;
2039
2060
  case s.transferReport:
2040
- n.result[r] = aa(o);
2061
+ n.result[r] = oa(o);
2041
2062
  break;
2042
2063
  case s.agTransferCreditReport:
2043
- n.result[r] = na(
2064
+ n.result[r] = ra(
2044
2065
  o
2045
2066
  );
2046
2067
  break;
2047
2068
  case s.betReport:
2048
- n.result[r] = oa(o);
2069
+ n.result[r] = sa(o);
2049
2070
  break;
2050
2071
  case s.getTwoFactorAuthenticate:
2051
- n.result[r] = ra(
2072
+ n.result[r] = ia(
2052
2073
  o
2053
2074
  );
2054
2075
  break;
2055
2076
  case s.submitTwoFactorAuthenticate:
2056
- n.result[r] = sa(
2077
+ n.result[r] = la(
2057
2078
  o
2058
2079
  );
2059
2080
  break;
2060
2081
  case s.getUserDeviceList:
2061
- n.result[r] = ia(
2082
+ n.result[r] = ua(
2062
2083
  o
2063
2084
  );
2064
2085
  break;
2065
2086
  case s.unbindUserDevice:
2066
- n.result[r] = la(
2087
+ n.result[r] = da(
2067
2088
  o
2068
2089
  );
2069
2090
  break;
2070
2091
  case s.searchNumberHistory:
2071
- n.result[r] = ua(
2092
+ n.result[r] = ca(
2072
2093
  o
2073
2094
  );
2074
2095
  break;
2075
2096
  case s.changeWithdrawalCode:
2076
- n.result[r] = da(
2097
+ n.result[r] = ma(
2077
2098
  o
2078
2099
  );
2079
2100
  break;
2080
2101
  case s.checkRedPacketToken:
2081
- n.result[r] = ca(
2102
+ n.result[r] = pa(
2082
2103
  o
2083
2104
  );
2084
2105
  break;
2085
2106
  case s.submitWithdrawalAlipay:
2086
- n.result[r] = ma(
2107
+ n.result[r] = ga(
2087
2108
  o
2088
2109
  );
2089
2110
  break;
2090
2111
  case s.applyReliefFund:
2091
- n.result[r] = ga(
2112
+ n.result[r] = fa(
2092
2113
  o
2093
2114
  );
2094
2115
  break;
2095
2116
  case s.getReliefFundData:
2096
- n.result[r] = ba(
2117
+ n.result[r] = ya(
2097
2118
  o
2098
2119
  );
2099
2120
  break;
2100
2121
  case s.getReliefFundReport:
2101
- n.result[r] = fa(
2122
+ n.result[r] = _a(
2102
2123
  o
2103
2124
  );
2104
2125
  break;
2105
2126
  case s.getWeekCardClaim:
2106
- n.result[r] = ya(
2127
+ n.result[r] = va(
2107
2128
  o
2108
2129
  );
2109
2130
  break;
2110
2131
  case s.getWeekCardData:
2111
- n.result[r] = _a(
2132
+ n.result[r] = ha(
2112
2133
  o
2113
2134
  );
2114
2135
  break;
2115
2136
  case s.applyWeekCard:
2116
- n.result[r] = va(o);
2137
+ n.result[r] = Ta(o);
2117
2138
  break;
2118
2139
  case s.transferSetting:
2119
- n.result[r] = ha(
2140
+ n.result[r] = Ra(
2120
2141
  o
2121
2142
  );
2122
2143
  break;
2123
2144
  case s.transfer:
2124
- n.result[r] = Ta(o);
2145
+ n.result[r] = Sa(o);
2125
2146
  break;
2126
2147
  case s.getIncentiveData:
2127
- n.result[r] = Ra(
2148
+ n.result[r] = Pa(
2128
2149
  o
2129
2150
  );
2130
2151
  break;
2131
2152
  case s.getIncentiveRebate:
2132
- n.result[r] = Sa(
2153
+ n.result[r] = ka(
2133
2154
  o
2134
2155
  );
2135
2156
  break;
2136
2157
  case s.claimIncentiveRebate:
2137
- n.result[r] = ka(
2158
+ n.result[r] = Oa(
2138
2159
  o
2139
2160
  );
2140
2161
  break;
2141
2162
  case s.getMissionData:
2142
- n.result[r] = Oa(o);
2163
+ n.result[r] = ja(o);
2143
2164
  break;
2144
2165
  case s.getMissionClaim:
2145
- n.result[r] = ja(
2166
+ n.result[r] = Da(
2146
2167
  o
2147
2168
  );
2148
2169
  break;
2149
2170
  case s.registerForm:
2150
- n.result[r] = xa(o);
2171
+ n.result[r] = Ca(o);
2151
2172
  break;
2152
2173
  case s.getFavouriteGame:
2153
- n.result[r] = Da(
2174
+ n.result[r] = Fa(
2154
2175
  o
2155
2176
  );
2156
2177
  break;
2157
2178
  case s.updateFavouriteGame:
2158
- n.result[r] = Ca(
2179
+ n.result[r] = Ia(
2159
2180
  o
2160
2181
  );
2161
2182
  break;
2162
2183
  case s.requestForgetUsername:
2163
- n.result[r] = Ia(
2184
+ n.result[r] = La(
2164
2185
  o
2165
2186
  );
2166
2187
  break;
2167
2188
  case s.submitForgetUsername:
2168
- n.result[r] = Fa(
2189
+ n.result[r] = Ga(
2169
2190
  o
2170
2191
  );
2171
2192
  break;
@@ -2182,32 +2203,32 @@ const Pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2182
2203
  }
2183
2204
  n.result.getIncentiveData = c;
2184
2205
  }
2185
- 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)) {
2186
2207
  const c = n.result.vipList;
2187
2208
  let y = 4;
2188
- 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) {
2189
- 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) {
2190
2211
  const r = n.result.vipStatus, {
2191
2212
  current_grade_id: o,
2192
- current_deposit: v,
2193
- current_turnover: k,
2194
- percentage: P
2195
- } = r, G = c.list.findIndex((j) => j.id === o);
2196
- c.list = c.list.map((j, w) => {
2197
- const z = w === G;
2198
- let C = "0", f = "0", W = 0;
2199
- 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), {
2200
- ...j,
2201
- 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,
2202
2223
  deposit: {
2203
- ...j.deposit,
2224
+ ...C.deposit,
2204
2225
  isShow: y === 1 || y === 3 || y === 4,
2205
- current: C
2226
+ current: I
2206
2227
  },
2207
2228
  turnover: {
2208
- ...j.turnover,
2229
+ ...C.turnover,
2209
2230
  isShow: y === 2 || y === 3 || y === 4,
2210
- current: f
2231
+ current: b
2211
2232
  },
2212
2233
  percentage: W
2213
2234
  };
@@ -2217,22 +2238,22 @@ const Pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2217
2238
  }
2218
2239
  if (s.vipBonus in n.result) {
2219
2240
  if ((d = n.result) != null && d.vipBonus) {
2220
- 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;
2221
2242
  c.bonus.day.isClaimable = r.day.isClaimable;
2222
- const { dayRemainingTime: G, dayProgressPercentage: j } = be();
2243
+ const { dayRemainingTime: G, dayProgressPercentage: C } = be();
2223
2244
  c.bonus.day.timestamp = {
2224
- current: !r.day.isClaimable && v > 0 ? G : 0,
2225
- percentage: j
2245
+ current: !r.day.isClaimable && T > 0 ? G : 0,
2246
+ percentage: C
2226
2247
  }, c.bonus.week.isClaimable = r.week.isClaimable;
2227
- const { weekRemainingTime: w, weekProgressPercentage: z } = ge();
2248
+ const { weekRemainingTime: z, weekProgressPercentage: N } = ge();
2228
2249
  c.bonus.week.timestamp = {
2229
- current: !r.week.isClaimable && k > 0 ? w : 0,
2230
- percentage: z
2250
+ current: !r.week.isClaimable && M > 0 ? z : 0,
2251
+ percentage: N
2231
2252
  }, c.bonus.month.isClaimable = r.month.isClaimable;
2232
- const { monthRemainingTime: C, monthProgressPercentage: f } = pe();
2253
+ const { monthRemainingTime: I, monthProgressPercentage: b } = pe();
2233
2254
  c.bonus.month.timestamp = {
2234
- current: !r.month.isClaimable && P > 0 ? C : 0,
2235
- percentage: f
2255
+ current: !r.month.isClaimable && j > 0 ? I : 0,
2256
+ percentage: b
2236
2257
  };
2237
2258
  }
2238
2259
  delete n.result.vipBonus;
@@ -2243,92 +2264,92 @@ const Pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2243
2264
  o.push({
2244
2265
  name: "",
2245
2266
  code: "vipLevel",
2246
- value: c.list.map((f) => f.name)
2267
+ value: c.list.map((b) => b.name)
2247
2268
  });
2248
- const v = r.findIndex(
2249
- (f) => f.fieldName == "upgrade_bonus"
2269
+ const T = r.findIndex(
2270
+ (b) => b.fieldName == "upgrade_bonus"
2250
2271
  );
2251
- v > -1 && o.push({
2252
- name: r[v].showName,
2272
+ T > -1 && o.push({
2273
+ name: r[T].showName,
2253
2274
  code: "",
2254
- value: c.list.map((f) => f.benefit_list.upgrade.bonus)
2275
+ value: c.list.map((b) => b.benefit_list.upgrade.bonus)
2255
2276
  });
2256
- const k = r.findIndex(
2257
- (f) => f.fieldName == "upgrade_bonus_multiply"
2277
+ const M = r.findIndex(
2278
+ (b) => b.fieldName == "upgrade_bonus_multiply"
2258
2279
  );
2259
- k > -1 && o.push({
2260
- name: r[k].showName,
2280
+ M > -1 && o.push({
2281
+ name: r[M].showName,
2261
2282
  code: "",
2262
- value: c.list.map((f) => f.benefit_list.upgrade.turnover)
2283
+ value: c.list.map((b) => b.benefit_list.upgrade.turnover)
2263
2284
  });
2264
- const P = r.findIndex(
2265
- (f) => f.fieldName == "monthly_bonus"
2285
+ const j = r.findIndex(
2286
+ (b) => b.fieldName == "monthly_bonus"
2266
2287
  );
2267
- c.bonus.month.isShow = P > -1, P > -1 && o.push({
2268
- name: r[P].showName,
2288
+ c.bonus.month.isShow = j > -1, j > -1 && o.push({
2289
+ name: r[j].showName,
2269
2290
  code: "",
2270
- value: c.list.map((f) => f.benefit_list.monthly.bonus)
2291
+ value: c.list.map((b) => b.benefit_list.monthly.bonus)
2271
2292
  });
2272
2293
  const G = r.findIndex(
2273
- (f) => f.fieldName == "monthly_bonus_multiply"
2294
+ (b) => b.fieldName == "monthly_bonus_multiply"
2274
2295
  );
2275
2296
  G > -1 && o.push({
2276
2297
  name: r[G].showName,
2277
2298
  code: "",
2278
- value: c.list.map((f) => f.benefit_list.monthly.turnover)
2299
+ value: c.list.map((b) => b.benefit_list.monthly.turnover)
2279
2300
  });
2280
- const j = r.findIndex(
2281
- (f) => f.fieldName == "weekly_bonus"
2301
+ const C = r.findIndex(
2302
+ (b) => b.fieldName == "weekly_bonus"
2282
2303
  );
2283
- c.bonus.week.isShow = j > -1, j > -1 && o.push({
2284
- name: r[j].showName,
2304
+ c.bonus.week.isShow = C > -1, C > -1 && o.push({
2305
+ name: r[C].showName,
2285
2306
  code: "",
2286
- value: c.list.map((f) => f.benefit_list.weekly.bonus)
2307
+ value: c.list.map((b) => b.benefit_list.weekly.bonus)
2287
2308
  });
2288
- const w = r.findIndex(
2289
- (f) => f.fieldName == "weekly_bonus_multiply"
2309
+ const z = r.findIndex(
2310
+ (b) => b.fieldName == "weekly_bonus_multiply"
2290
2311
  );
2291
- w > -1 && o.push({
2292
- name: r[w].showName,
2312
+ z > -1 && o.push({
2313
+ name: r[z].showName,
2293
2314
  code: "",
2294
- value: c.list.map((f) => f.benefit_list.weekly.turnover)
2315
+ value: c.list.map((b) => b.benefit_list.weekly.turnover)
2295
2316
  });
2296
- const z = r.findIndex(
2297
- (f) => f.fieldName == "daily_bonus"
2317
+ const N = r.findIndex(
2318
+ (b) => b.fieldName == "daily_bonus"
2298
2319
  );
2299
- c.bonus.day.isShow = z > -1, z > -1 && o.push({
2300
- name: r[z].showName,
2320
+ c.bonus.day.isShow = N > -1, N > -1 && o.push({
2321
+ name: r[N].showName,
2301
2322
  code: "",
2302
- value: c.list.map((f) => f.benefit_list.daily.bonus)
2323
+ value: c.list.map((b) => b.benefit_list.daily.bonus)
2303
2324
  });
2304
- const C = r.findIndex(
2305
- (f) => f.fieldName == "daily_bonus_multiply"
2325
+ const I = r.findIndex(
2326
+ (b) => b.fieldName == "daily_bonus_multiply"
2306
2327
  );
2307
- C > -1 && o.push({
2308
- name: r[C].showName,
2328
+ I > -1 && o.push({
2329
+ name: r[I].showName,
2309
2330
  code: "",
2310
- value: c.list.map((f) => f.benefit_list.daily.turnover)
2331
+ value: c.list.map((b) => b.benefit_list.daily.turnover)
2311
2332
  }), (y === 1 || y === 3 || y === 4) && o.push({
2312
2333
  name: "",
2313
2334
  code: "detail_deposit",
2314
- value: c.list.map((f) => f.deposit.total)
2335
+ value: c.list.map((b) => b.deposit.total)
2315
2336
  }), (y === 2 || y === 3 || y === 4) && o.push({
2316
2337
  name: "",
2317
2338
  code: "detail_turnover",
2318
- value: c.list.map((f) => f.turnover.total)
2339
+ value: c.list.map((b) => b.turnover.total)
2319
2340
  }), c.detail = o;
2320
2341
  }
2321
2342
  delete n.result.vipFieldStatus;
2322
2343
  }
2323
2344
  n.result.vipList = c;
2324
2345
  }
2325
- 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)) {
2326
2347
  const c = n.result.getFavouriteGame;
2327
2348
  if (JSON.parse(e[R].query).pid && s.getPlatformTurnoverRate in n.result && (p = n.result) != null && p.getPlatformTurnoverRate) {
2328
2349
  const y = n.result.getPlatformTurnoverRate;
2329
- n.result.getFavouriteGame = c.map((r) => {
2350
+ n.result.getFavouriteGame = c.data.map((r) => {
2330
2351
  const o = y.find(
2331
- (v) => v.id === r.platformId
2352
+ (T) => T.id === r.platformId
2332
2353
  );
2333
2354
  return {
2334
2355
  ...r,
@@ -2337,20 +2358,22 @@ const Pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2337
2358
  });
2338
2359
  }
2339
2360
  }
2340
- if (s.gameList in n.result && ((_ = n.result) != null && _.gameList)) {
2361
+ if (s.gameList in n.result && ((v = n.result) != null && v.gameList)) {
2341
2362
  const c = n.result.gameList;
2342
- if (JSON.parse(e[L].query).pid) {
2363
+ if (JSON.parse(e[k].query).pid) {
2343
2364
  if (s.getPlatformTurnoverRate in n.result && ((O = n.result) != null && O.getPlatformTurnoverRate)) {
2344
2365
  const y = n.result.getPlatformTurnoverRate;
2345
- c.platformGameList = c.platformGameList.map((r) => {
2346
- const o = y.find(
2347
- (v) => v.id === r.platformId
2348
- );
2349
- return {
2350
- ...r,
2351
- rate: (o == null ? void 0 : o.percentage) ?? "0.00"
2352
- };
2353
- });
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
+ );
2354
2377
  }
2355
2378
  } else {
2356
2379
  const y = c.platformGame.map((r) => r.list.filter((o) => o.flag.trial && !r.nextPage).map((o) => o));
@@ -2368,45 +2391,44 @@ const Pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2368
2391
  },
2369
2392
  imageUrl: o.imgUrl,
2370
2393
  logoUrl: "",
2371
- rate: "0.00",
2372
- favourite: !1
2394
+ rate: "0.00"
2373
2395
  })), delete n.result.fishGameList;
2374
2396
  }
2375
2397
  if (s.getPlatformTurnoverRate in n.result && ((h = n.result) != null && h.getPlatformTurnoverRate)) {
2376
2398
  const r = n.result.getPlatformTurnoverRate;
2377
2399
  c.platformGame.forEach((o) => {
2378
- o.list = o.list.map((v) => {
2379
- const k = r.find(
2380
- (P) => P.id === v.platformId
2400
+ o.list = o.list.map((T) => {
2401
+ const M = r.find(
2402
+ (j) => j.id === T.platformId
2381
2403
  );
2382
2404
  return {
2383
- ...v,
2384
- rate: (k == null ? void 0 : k.percentage) ?? "0.00"
2405
+ ...T,
2406
+ rate: (M == null ? void 0 : M.percentage) ?? "0.00"
2385
2407
  };
2386
2408
  });
2387
- }), c.hotGameList = c.hotGameList.map((o) => {
2388
- const v = r.find(
2389
- (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
2390
2412
  );
2391
2413
  return {
2392
2414
  ...o,
2393
- rate: (v == null ? void 0 : v.percentage) ?? "0.00"
2415
+ rate: (T == null ? void 0 : T.percentage) ?? "0.00"
2394
2416
  };
2395
2417
  }), c.trialGameList = c.trialGameList.map((o) => {
2396
- const v = r.find(
2397
- (k) => k.id === o.platformId
2418
+ const T = r.find(
2419
+ (M) => M.id === o.platformId
2398
2420
  );
2399
2421
  return {
2400
2422
  ...o,
2401
- rate: (v == null ? void 0 : v.percentage) ?? "0.00"
2423
+ rate: (T == null ? void 0 : T.percentage) ?? "0.00"
2402
2424
  };
2403
2425
  }), c.fishGameList = c.fishGameList.map((o) => {
2404
- const v = r.find(
2405
- (k) => k.id === o.platformId
2426
+ const T = r.find(
2427
+ (M) => M.id === o.platformId
2406
2428
  );
2407
2429
  return {
2408
2430
  ...o,
2409
- rate: (v == null ? void 0 : v.percentage) ?? "0.00"
2431
+ rate: (T == null ? void 0 : T.percentage) ?? "0.00"
2410
2432
  };
2411
2433
  }), delete n.result.getPlatformTurnoverRate;
2412
2434
  }
@@ -2415,30 +2437,30 @@ const Pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2415
2437
  }
2416
2438
  if (s.getCompany in n.result && ((g = n.result) != null && g.getCompany)) {
2417
2439
  const c = n.result.getCompany;
2418
- 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) {
2419
2441
  const y = n.result.searchResultDate;
2420
2442
  c.forEach((r) => {
2421
- const o = y.find((v) => v.id == r.id);
2443
+ const o = y.find((T) => T.id == r.id);
2422
2444
  o && (r.date = o == null ? void 0 : o.date);
2423
2445
  }), delete n.result.searchResultDate;
2424
2446
  }
2425
2447
  n.result.getCompany = c;
2426
2448
  }
2427
2449
  return n;
2428
- } catch (x) {
2429
- return le.isAxiosError(x) ? {
2430
- status: ((M = x.response) == null ? void 0 : M.status) || 600,
2431
- 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),
2432
2454
  result: {}
2433
- } : (console.error(x), {
2434
- status: x.status || 500,
2435
- message: x.message,
2455
+ } : (console.error(D), {
2456
+ status: D.status || 500,
2457
+ message: D.message,
2436
2458
  result: {}
2437
2459
  });
2438
2460
  }
2439
- }, Ga = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2461
+ }, Na = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2440
2462
  __proto__: null,
2441
- post: La
2463
+ post: za
2442
2464
  }, Symbol.toStringTag, { value: "Module" })), wa = async (e, t) => {
2443
2465
  let a = {
2444
2466
  status: 200,
@@ -2449,57 +2471,57 @@ const Pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2449
2471
  a = {
2450
2472
  status: 200,
2451
2473
  message: "",
2452
- accessToken: (await N.post("/auth/sesh", {
2474
+ accessToken: (await w.post("/auth/sesh", {
2453
2475
  usr: e,
2454
2476
  pwd: t
2455
2477
  })).data.access_token
2456
2478
  };
2457
- } catch (u) {
2479
+ } catch (l) {
2458
2480
  a = {
2459
- status: u.status || 500,
2460
- message: u.message,
2481
+ status: l.status || 500,
2482
+ message: l.message,
2461
2483
  accessToken: ""
2462
2484
  };
2463
2485
  }
2464
2486
  return a;
2465
- }, za = async (e, t, a, u, l) => {
2466
- let i = {
2487
+ }, Ua = async (e, t, a, l, i) => {
2488
+ let u = {
2467
2489
  status: 200,
2468
2490
  message: "",
2469
2491
  accessToken: ""
2470
2492
  };
2471
2493
  try {
2472
- const m = (await N.post("/auth/jwt", {
2494
+ const m = (await w.post("/auth/jwt", {
2473
2495
  os: e,
2474
2496
  usr: t,
2475
2497
  pwd: a,
2476
- mobileno: u,
2477
- type: l
2498
+ mobileno: l,
2499
+ type: i
2478
2500
  })).data;
2479
- i.status === 200 && (i = {
2501
+ u.status === 200 && (u = {
2480
2502
  status: 200,
2481
2503
  message: "",
2482
2504
  accessToken: m.access_token
2483
2505
  });
2484
2506
  } catch (d) {
2485
- i = {
2507
+ u = {
2486
2508
  status: d.status || 500,
2487
2509
  message: d.message,
2488
2510
  accessToken: ""
2489
2511
  };
2490
2512
  }
2491
- return i;
2492
- }, Na = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2513
+ return u;
2514
+ }, Ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2493
2515
  __proto__: null,
2494
2516
  call: wa,
2495
- newCall: za
2496
- }, Symbol.toStringTag, { value: "Module" })), Ua = async () => {
2517
+ newCall: Ua
2518
+ }, Symbol.toStringTag, { value: "Module" })), qa = async () => {
2497
2519
  let e = {
2498
2520
  status: 200,
2499
2521
  message: ""
2500
2522
  };
2501
2523
  try {
2502
- await N.post("/auth/sesh/logout");
2524
+ await w.post("/auth/sesh/logout");
2503
2525
  } catch (t) {
2504
2526
  e = {
2505
2527
  status: t.status || 500,
@@ -2507,9 +2529,9 @@ const Pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2507
2529
  };
2508
2530
  }
2509
2531
  return e;
2510
- }, Ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2532
+ }, Wa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2511
2533
  __proto__: null,
2512
- call: Ua
2534
+ call: qa
2513
2535
  }, Symbol.toStringTag, { value: "Module" })), oe = {
2514
2536
  data: {
2515
2537
  status: !1,
@@ -2520,14 +2542,14 @@ const Pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2520
2542
  accountId: 0
2521
2543
  }
2522
2544
  }
2523
- }, qa = async () => {
2545
+ }, Va = async () => {
2524
2546
  let e = {
2525
2547
  status: 200,
2526
2548
  message: "",
2527
2549
  ...oe
2528
2550
  };
2529
2551
  try {
2530
- const a = (await N.get("/autoregister")).data;
2552
+ const a = (await w.get("/autoregister")).data;
2531
2553
  e.data = {
2532
2554
  status: a.status == 1,
2533
2555
  message: a.message ?? "",
@@ -2545,63 +2567,59 @@ const Pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2545
2567
  };
2546
2568
  }
2547
2569
  return e;
2548
- }, Wa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2570
+ }, $a = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2549
2571
  __proto__: null,
2550
- call: qa
2572
+ call: Va
2551
2573
  }, Symbol.toStringTag, { value: "Module" })), re = {
2552
2574
  data: {
2553
2575
  status: !1,
2554
2576
  message: ""
2555
2577
  }
2556
- }, Va = async (e, t) => {
2578
+ }, Ea = async (e, t) => {
2557
2579
  let a = {
2558
2580
  status: 200,
2559
2581
  message: "",
2560
2582
  ...re
2561
2583
  };
2562
2584
  try {
2563
- const u = await N.post("/setlocale", {
2585
+ const l = await w.post("/setlocale", {
2564
2586
  language: e,
2565
2587
  udid: t ?? ""
2566
- }), l = JSON.parse(
2567
- atob(u.data.responses[0].attributes)
2588
+ }), i = JSON.parse(
2589
+ atob(l.data.responses[0].attributes)
2568
2590
  );
2569
2591
  a.data = {
2570
- status: l.status == 1,
2571
- message: l.message ?? ""
2592
+ status: i.status == 1,
2593
+ message: i.message ?? ""
2572
2594
  };
2573
- } catch (u) {
2595
+ } catch (l) {
2574
2596
  a = {
2575
- status: u.status || 500,
2576
- message: u.message,
2597
+ status: l.status || 500,
2598
+ message: l.message,
2577
2599
  ...re
2578
2600
  };
2579
2601
  }
2580
2602
  return a;
2581
- }, $a = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2603
+ }, Ha = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2582
2604
  __proto__: null,
2583
- call: Va
2584
- }, Symbol.toStringTag, { value: "Module" })), Ea = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2585
- __proto__: null
2586
- }, 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({
2587
2607
  __proto__: null
2588
2608
  }, Symbol.toStringTag, { value: "Module" })), Ja = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2589
2609
  __proto__: null
2590
- }, Symbol.toStringTag, { value: "Module" })), Aa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2591
- __proto__: null
2592
2610
  }, Symbol.toStringTag, { value: "Module" })), Ya = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2593
2611
  __proto__: null
2594
2612
  }, Symbol.toStringTag, { value: "Module" })), Ka = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2595
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
2596
2618
  }, Symbol.toStringTag, { value: "Module" }));
2597
2619
  var ue = /* @__PURE__ */ ((e) => (e.mobileBanner = "mobileBanner", e.mobileAbout = "mobileAbout", e.mobileAd = "mobileAd", e.about = "about", e))(ue || {});
2598
- const Qa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2620
+ const Za = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2599
2621
  __proto__: null,
2600
2622
  CmsType: ue
2601
- }, Symbol.toStringTag, { value: "Module" })), Xa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2602
- __proto__: null
2603
- }, Symbol.toStringTag, { value: "Module" })), Za = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2604
- __proto__: null
2605
2623
  }, Symbol.toStringTag, { value: "Module" })), en = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2606
2624
  __proto__: null
2607
2625
  }, Symbol.toStringTag, { value: "Module" })), tn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
@@ -2648,10 +2666,10 @@ const Qa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2648
2666
  __proto__: null
2649
2667
  }, Symbol.toStringTag, { value: "Module" })), Sn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2650
2668
  __proto__: null
2651
- }, Symbol.toStringTag, { value: "Module" })), kn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2652
- __proto__: null
2653
2669
  }, Symbol.toStringTag, { value: "Module" })), Pn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2654
2670
  __proto__: null
2671
+ }, Symbol.toStringTag, { value: "Module" })), kn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2672
+ __proto__: null
2655
2673
  }, Symbol.toStringTag, { value: "Module" })), On = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2656
2674
  __proto__: null
2657
2675
  }, Symbol.toStringTag, { value: "Module" })), Mn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
@@ -2662,29 +2680,29 @@ const Qa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2662
2680
  __proto__: null
2663
2681
  }, Symbol.toStringTag, { value: "Module" })), Dn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2664
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
2665
2687
  }, Symbol.toStringTag, { value: "Module" })), se = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2666
2688
  __proto__: null
2667
2689
  }, Symbol.toStringTag, { value: "Module" })), ie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2668
2690
  __proto__: null
2669
- }, Symbol.toStringTag, { value: "Module" })), Cn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2670
- __proto__: null
2671
2691
  }, Symbol.toStringTag, { value: "Module" })), In = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2672
2692
  __proto__: null
2673
- }, 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({
2674
2696
  __proto__: null
2675
2697
  }, Symbol.toStringTag, { value: "Module" }));
2676
2698
  var de = /* @__PURE__ */ ((e) => (e.default = "default", e.online = "online", e.mycard = "mycard", e.qrcode = "qrcode", e.personal = "personal", e))(de || {});
2677
- const Ln = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2699
+ const zn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2678
2700
  __proto__: null,
2679
2701
  ImageType: de
2680
- }, Symbol.toStringTag, { value: "Module" })), Gn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2702
+ }, Symbol.toStringTag, { value: "Module" })), Nn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2681
2703
  __proto__: null
2682
2704
  }, Symbol.toStringTag, { value: "Module" })), wn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2683
2705
  __proto__: null
2684
- }, Symbol.toStringTag, { value: "Module" })), zn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2685
- __proto__: null
2686
- }, Symbol.toStringTag, { value: "Module" })), Nn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2687
- __proto__: null
2688
2706
  }, Symbol.toStringTag, { value: "Module" })), Un = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2689
2707
  __proto__: null
2690
2708
  }, Symbol.toStringTag, { value: "Module" })), Bn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
@@ -2701,10 +2719,10 @@ const Ln = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2701
2719
  __proto__: null
2702
2720
  }, Symbol.toStringTag, { value: "Module" })), Hn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2703
2721
  __proto__: null
2704
- }, Symbol.toStringTag, { value: "Module" })), Jn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2705
- __proto__: null
2706
2722
  }, Symbol.toStringTag, { value: "Module" })), An = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2707
2723
  __proto__: null
2724
+ }, Symbol.toStringTag, { value: "Module" })), Jn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2725
+ __proto__: null
2708
2726
  }, Symbol.toStringTag, { value: "Module" })), Yn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2709
2727
  __proto__: null
2710
2728
  }, Symbol.toStringTag, { value: "Module" })), Kn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
@@ -2761,10 +2779,10 @@ const Ln = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2761
2779
  __proto__: null
2762
2780
  }, Symbol.toStringTag, { value: "Module" })), So = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2763
2781
  __proto__: null
2764
- }, Symbol.toStringTag, { value: "Module" })), ko = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2765
- __proto__: null
2766
2782
  }, Symbol.toStringTag, { value: "Module" })), Po = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2767
2783
  __proto__: null
2784
+ }, Symbol.toStringTag, { value: "Module" })), ko = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2785
+ __proto__: null
2768
2786
  }, Symbol.toStringTag, { value: "Module" })), Oo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2769
2787
  __proto__: null
2770
2788
  }, Symbol.toStringTag, { value: "Module" })), Mo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
@@ -2777,260 +2795,264 @@ const Ln = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2777
2795
  __proto__: null
2778
2796
  }, Symbol.toStringTag, { value: "Module" })), Co = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2779
2797
  __proto__: null
2780
- }, Symbol.toStringTag, { value: "Module" })), Io = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2781
- __proto__: null
2782
2798
  }, Symbol.toStringTag, { value: "Module" })), Fo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2783
2799
  __proto__: null
2800
+ }, Symbol.toStringTag, { value: "Module" })), Io = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2801
+ __proto__: null
2784
2802
  }, Symbol.toStringTag, { value: "Module" })), Lo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2785
2803
  __proto__: null
2786
2804
  }, Symbol.toStringTag, { value: "Module" })), Go = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2787
2805
  __proto__: null
2788
- }, Symbol.toStringTag, { value: "Module" })), wo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2789
- __proto__: null
2790
2806
  }, Symbol.toStringTag, { value: "Module" })), zo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2791
2807
  __proto__: null
2792
2808
  }, Symbol.toStringTag, { value: "Module" })), No = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2793
2809
  __proto__: null
2810
+ }, Symbol.toStringTag, { value: "Module" })), wo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2811
+ __proto__: null
2794
2812
  }, Symbol.toStringTag, { value: "Module" })), Uo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2795
2813
  __proto__: null
2796
2814
  }, Symbol.toStringTag, { value: "Module" })), Bo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2797
2815
  __proto__: null
2798
- }, Symbol.toStringTag, { value: "Module" })), qo = {
2799
- api: Ga,
2800
- loginApi: Na,
2801
- logoutApi: Ba,
2802
- autoRegisterApi: Wa,
2803
- 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,
2804
2826
  apiType: fe,
2805
- loginType: Ea,
2806
- logoutType: Ha,
2807
- announcementType: Ja,
2827
+ loginType: Aa,
2828
+ logoutType: Ja,
2829
+ announcementType: Ya,
2808
2830
  paymentsProviderType: ye,
2809
- gameListType: Aa,
2810
- vipListType: Ya,
2811
- promotionType: Ka,
2812
- cmsListType: Qa,
2813
- mainWalletType: Xa,
2814
- upcomingMatchType: Za,
2815
- depositType: en,
2816
- applyVipBonusType: tn,
2817
- withdrawalGetType: an,
2818
- addBankCardType: nn,
2819
- withdrawType: on,
2820
- getSettingType: pa,
2821
- transactionReportType: rn,
2822
- changePasswordType: sn,
2823
- walletType: ln,
2824
- getEventListType: un,
2825
- getEventTokenType: dn,
2826
- getExtraGameType: cn,
2827
- mailBoxType: mn,
2828
- fishGameListType: pn,
2829
- slotGameListType: gn,
2830
- getTurnOverRewardDataType: bn,
2831
- getTurnOverRewardReportType: fn,
2832
- getInviteRewardDataType: yn,
2833
- getInviteRewardReportType: _n,
2834
- getTopupRewardDataType: vn,
2835
- getTopupRewardReportType: hn,
2836
- getRewardReferralType: Tn,
2837
- getDepositPromotionType: Rn,
2838
- getInviteRewardClaimType: Sn,
2839
- getTopUpRewardClaimType: kn,
2840
- getTurnOverRewardClaimType: Pn,
2841
- getInviteRewardSettingType: On,
2842
- getTopUpRewardSettingType: Mn,
2843
- getTurnOverRewardSettingType: jn,
2844
- requestForgetPasswordType: xn,
2845
- 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,
2846
2868
  submitGiftCode: se,
2847
2869
  playGame: ie,
2848
- requestUpdateMobileTacCode: Cn,
2849
- submitUpdateMobileTacCode: In,
2850
- getVerifyPromo: Fn,
2851
- getImageType: Ln,
2852
- getValidateType: Gn,
2870
+ requestUpdateMobileTacCode: In,
2871
+ submitUpdateMobileTacCode: Ln,
2872
+ getVerifyPromo: Gn,
2873
+ getImageType: zn,
2874
+ getValidateType: Nn,
2853
2875
  updateProfilePictureType: wn,
2854
- readMailType: zn,
2855
- checkRedPacketValidateType: Nn,
2856
- getUserProfileType: Un,
2857
- requestTacCodeType: Bn,
2858
- getUsernameByReferType: qn,
2859
- applyPromoType: Wn,
2860
- applySignInType: Vn,
2861
- applyRedPacketType: $n,
2862
- 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,
2863
2885
  submitGiftCodeType: se,
2864
2886
  playGameType: ie,
2865
- transferToMainType: Hn,
2866
- transferProcessType: Jn,
2867
- submitValidateType: An,
2868
- checkTransferCreditType: Yn,
2869
- friendListType: Kn,
2870
- friendListEditType: Qn,
2871
- getActivePPType: Xn,
2872
- getActiveProductType: Zn,
2873
- requestWithdrawTacType: eo,
2874
- requestWithdrawalCodeType: to,
2875
- commissionWithdrawType: ao,
2876
- submitWithdrawalCodeType: no,
2877
- submitCryptoAccountType: oo,
2878
- requestTransferMoneyType: ro,
2879
- submitTransferMoneyType: so,
2880
- signInViewInfoType: io,
2881
- signInRecordType: lo,
2882
- referralProfileType: uo,
2883
- referralMemberProfileType: co,
2884
- registerActionType: mo,
2885
- transferReportType: po,
2886
- agTransferCreditReportType: go,
2887
- betReportType: bo,
2888
- getTwoFactorAuthenticateType: fo,
2889
- submitTwoFactorAuthenticateType: yo,
2890
- getUserDeviceListType: _o,
2891
- unbindUserDeviceType: vo,
2892
- searchNumberHistoryType: ho,
2893
- changeWithdrawalCodeType: To,
2894
- checkRedPacketTokenType: Ro,
2895
- submitWithdrawalAlipayType: So,
2896
- applyReliefFund: ko,
2897
- getReliefFundData: Po,
2898
- getReliefFundReport: Oo,
2899
- getWeekCardClaim: Mo,
2900
- getWeekCardData: jo,
2901
- applyWeekCard: xo,
2902
- transferSettingType: Do,
2903
- transferType: Co,
2904
- claimIncentiveRebate: Io,
2905
- getIncentiveData: Fo,
2906
- getIncentiveRebate: Lo,
2907
- getMissionData: Pa,
2908
- 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,
2909
2931
  registerFormType: wo,
2910
- getFavouriteGameType: zo,
2911
- updateFavouriteGameType: No,
2912
- requestForgetUsernameType: Uo,
2913
- submitForgetUsernameType: Bo
2914
- }, Vo = {
2932
+ getFavouriteGameType: Uo,
2933
+ updateFavouriteGameType: Bo,
2934
+ requestForgetUsernameType: qo,
2935
+ submitForgetUsernameType: Wo
2936
+ }, Eo = {
2915
2937
  install(e) {
2916
- e.config.globalProperties.$library = qo;
2938
+ e.config.globalProperties.$library = Vo;
2917
2939
  }
2918
2940
  };
2919
2941
  export {
2920
- Vo as Repository,
2921
- nn as addBankCardType,
2922
- go as agTransferCreditReportType,
2923
- Ja as announcementType,
2924
- Ga as api,
2942
+ Eo as Repository,
2943
+ rn as addBankCardType,
2944
+ fo as agTransferCreditReportType,
2945
+ Ya as announcementType,
2946
+ Na as api,
2925
2947
  fe as apiType,
2926
- Wn as applyPromoType,
2927
- $n as applyRedPacketType,
2928
- ko as applyReliefFund,
2929
- Vn as applySignInType,
2930
- tn as applyVipBonusType,
2931
- xo as applyWeekCard,
2932
- Wa as autoRegisterApi,
2933
- bo as betReportType,
2934
- sn as changePasswordType,
2935
- To as changeWithdrawalCodeType,
2936
- Ro as checkRedPacketTokenType,
2937
- Nn as checkRedPacketValidateType,
2938
- Yn as checkTransferCreditType,
2939
- Io as claimIncentiveRebate,
2940
- Qa as cmsListType,
2941
- ao as commissionWithdrawType,
2942
- en as depositType,
2943
- pn as fishGameListType,
2944
- Qn as friendListEditType,
2945
- Kn as friendListType,
2946
- Aa as gameListType,
2947
- Xn as getActivePPType,
2948
- Zn as getActiveProductType,
2949
- En as getCountryType,
2950
- Rn as getDepositPromotionType,
2951
- un as getEventListType,
2952
- dn as getEventTokenType,
2953
- cn as getExtraGameType,
2954
- zo as getFavouriteGameType,
2955
- Ln as getImageType,
2956
- Fo as getIncentiveData,
2957
- Lo as getIncentiveRebate,
2958
- Sn as getInviteRewardClaimType,
2959
- yn as getInviteRewardDataType,
2960
- _n as getInviteRewardReportType,
2961
- On as getInviteRewardSettingType,
2962
- Go as getMissionClaim,
2963
- Pa as getMissionData,
2964
- Po as getReliefFundData,
2965
- Oo as getReliefFundReport,
2966
- Tn as getRewardReferralType,
2967
- pa as getSettingType,
2968
- kn as getTopUpRewardClaimType,
2969
- Mn as getTopUpRewardSettingType,
2970
- vn as getTopupRewardDataType,
2971
- hn as getTopupRewardReportType,
2972
- Pn as getTurnOverRewardClaimType,
2973
- bn as getTurnOverRewardDataType,
2974
- fn as getTurnOverRewardReportType,
2975
- jn as getTurnOverRewardSettingType,
2976
- fo as getTwoFactorAuthenticateType,
2977
- _o as getUserDeviceListType,
2978
- Un as getUserProfileType,
2979
- qn as getUsernameByReferType,
2980
- Gn as getValidateType,
2981
- Fn as getVerifyPromo,
2982
- Mo as getWeekCardClaim,
2983
- jo as getWeekCardData,
2984
- Na as loginApi,
2985
- Ea as loginType,
2986
- Ba as logoutApi,
2987
- Ha as logoutType,
2988
- mn as mailBoxType,
2989
- 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,
2990
3012
  ye as paymentsProviderType,
2991
3013
  ie as playGame,
2992
3014
  ie as playGameType,
2993
- Ka as promotionType,
2994
- zn as readMailType,
2995
- co as referralMemberProfileType,
2996
- uo as referralProfileType,
2997
- mo as registerActionType,
3015
+ Xa as promotionType,
3016
+ Un as readMailType,
3017
+ po as referralMemberProfileType,
3018
+ mo as referralProfileType,
3019
+ go as registerActionType,
2998
3020
  wo as registerFormType,
2999
- xn as requestForgetPasswordType,
3000
- Uo as requestForgetUsernameType,
3001
- Bn as requestTacCodeType,
3002
- ro as requestTransferMoneyType,
3003
- Cn as requestUpdateMobileTacCode,
3004
- eo as requestWithdrawTacType,
3005
- to as requestWithdrawalCodeType,
3006
- ho as searchNumberHistoryType,
3007
- $a as setLocaleApi,
3008
- lo as signInRecordType,
3009
- io as signInViewInfoType,
3010
- gn as slotGameListType,
3011
- oo as submitCryptoAccountType,
3012
- Dn as submitForgetPasswordType,
3013
- 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,
3014
3036
  se as submitGiftCode,
3015
3037
  se as submitGiftCodeType,
3016
- so as submitTransferMoneyType,
3017
- yo as submitTwoFactorAuthenticateType,
3018
- In as submitUpdateMobileTacCode,
3019
- An as submitValidateType,
3020
- So as submitWithdrawalAlipayType,
3021
- no as submitWithdrawalCodeType,
3022
- rn as transactionReportType,
3023
- Jn as transferProcessType,
3024
- po as transferReportType,
3025
- Do as transferSettingType,
3026
- Hn as transferToMainType,
3027
- Co as transferType,
3028
- vo as unbindUserDeviceType,
3029
- Za as upcomingMatchType,
3030
- 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,
3031
3053
  wn as updateProfilePictureType,
3032
- Ya as vipListType,
3033
- ln as walletType,
3034
- on as withdrawType,
3035
- an as withdrawalGetType
3054
+ Qa as vipListType,
3055
+ dn as walletType,
3056
+ sn as withdrawType,
3057
+ on as withdrawalGetType
3036
3058
  };