60p82u21t54k 0.0.82 → 0.0.83

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
- import X from "axios";
2
- const w = X.create({
1
+ import te from "axios";
2
+ const G = te.create({
3
3
  baseURL: "/graph",
4
4
  timeout: 5e3,
5
5
  // Request timeout
@@ -45,11 +45,11 @@ const w = X.create({
45
45
  // },
46
46
  // },
47
47
  });
48
- w.interceptors.request.use(
48
+ G.interceptors.request.use(
49
49
  (e) => e,
50
50
  (e) => (console.error("Error request:", e.response), Promise.reject(e))
51
51
  );
52
- w.interceptors.response.use(
52
+ G.interceptors.response.use(
53
53
  (e) => e,
54
54
  (e) => {
55
55
  const t = {
@@ -59,14 +59,14 @@ w.interceptors.response.use(
59
59
  return e.response ? (t.status = e.response.status, t.message = e.response.data.message || e.response.statusText, console.error("Error response:", JSON.stringify(t)), e.response.status === 401 ? console.error("Unauthorized access - redirecting to login.") : e.response.status === 404 ? console.error("Resource not found.") : e.response.status >= 500 && console.error("Server error. Please try again later.")) : e.request ? console.error("No response received:", e.request) : console.error("Error setting up request:", e.message), Promise.reject(t);
60
60
  }
61
61
  );
62
- const ne = (e) => new TextEncoder().encode(e), oe = (e) => {
62
+ const oe = (e) => new TextEncoder().encode(e), re = (e) => {
63
63
  try {
64
64
  return atob(e);
65
65
  } catch (t) {
66
66
  return console.error("Failed to decode Base64:", t), "";
67
67
  }
68
- }, re = () => {
69
- const e = /* @__PURE__ */ new Date(), t = e.getFullYear(), a = e.getMonth(), u = new Date(t, a, 1, 12, 0, 0), i = new Date(t, a + 1, 1, 12, 0, 0), l = Math.floor(
68
+ }, se = () => {
69
+ const e = /* @__PURE__ */ new Date(), t = e.getFullYear(), n = e.getMonth(), u = new Date(t, n, 1, 12, 0, 0), i = new Date(t, n + 1, 1, 12, 0, 0), l = Math.floor(
70
70
  (i.getTime() - e.getTime()) / 1e3
71
71
  ), d = Math.floor(
72
72
  (i.getTime() - u.getTime()) / 1e3
@@ -75,11 +75,11 @@ const ne = (e) => new TextEncoder().encode(e), oe = (e) => {
75
75
  monthRemainingTime: l,
76
76
  monthProgressPercentage: Math.round(m / d * 100)
77
77
  };
78
- }, se = () => {
79
- const e = /* @__PURE__ */ new Date(), t = e.getDay(), a = t === 1 ? 7 : 8 - t, u = new Date(
78
+ }, ie = () => {
79
+ const e = /* @__PURE__ */ new Date(), t = e.getDay(), n = t === 1 ? 7 : 8 - t, u = new Date(
80
80
  e.getFullYear(),
81
81
  e.getMonth(),
82
- e.getDate() + a,
82
+ e.getDate() + n,
83
83
  12,
84
84
  0,
85
85
  0,
@@ -89,7 +89,7 @@ const ne = (e) => new TextEncoder().encode(e), oe = (e) => {
89
89
  weekRemainingTime: i,
90
90
  weekProgressPercentage: Math.round(i / p * 100)
91
91
  };
92
- }, ie = () => {
92
+ }, le = () => {
93
93
  const e = /* @__PURE__ */ new Date(), t = new Date(
94
94
  e.getFullYear(),
95
95
  e.getMonth(),
@@ -98,88 +98,88 @@ const ne = (e) => new TextEncoder().encode(e), oe = (e) => {
98
98
  0,
99
99
  0,
100
100
  0
101
- ), a = Math.floor((t.getTime() - e.getTime()) / 1e3), d = 24 * 60 * 60;
101
+ ), n = Math.floor((t.getTime() - e.getTime()) / 1e3), d = 24 * 60 * 60;
102
102
  return {
103
- dayRemainingTime: a,
104
- dayProgressPercentage: Math.round(a / d * 100)
103
+ dayRemainingTime: n,
104
+ dayProgressPercentage: Math.round(n / d * 100)
105
105
  };
106
106
  };
107
107
  var s = /* @__PURE__ */ ((e) => (e.announcement = "announcement", e.gameList = "gameList", e.fishGameList = "fishGameList", e.cmsList = "cmsList", e.paymentsProvider = "paymentsProvider", e.getUserProfile = "getUserProfile", e.vipList = "vipList", e.vipStatus = "vipStatus", e.vipBonus = "vipBonus", e.vipFieldStatus = "vipFieldStatus", e.promotion = "promotion", e.getSetting = "getSetting", e.getCountryMobile = "getCountryMobile", e.getPlatformTurnoverRate = "getPlatformTurnoverRate", e.mainWallet = "mainWallet", e.getLanguageSetting = "getLanguageSetting", e.getFourDimensionData = "getfourDimensionData", e.getCompany = "getCompany", e.searchResultDate = "searchResultDate", e.searchHot = "searchHot", e.searchByDate = "searchByDate", e.upcomingMatches = "upcomingMatches", e.deposit = "deposit", e.applyVipBonus = "applyVipBonus", e.getBankCardData = "getBankCardData", e.withdrawalGet = "withdrawalGet", e.withdraw = "withdraw", e.addBankCard = "addBankCard", e.transactionReport = "transactionReport", e.changePassword = "changePassword", e.wallet = "wallet", e.getEventList = "getEventlist", e.getEventToken = "getEventToken", e.getExtraGame = "getExtraGame", e.mailBox = "mailBox", e.slotGameList = "slotGameList", e.getTurnOverRewardData = "getTurnOverRewardData", e.getTurnOverRewardReport = "getTurnOverRewardReport", e.getInviteRewardData = "getInviteRewardData", e.getInviteRewardReport = "getInviteRewardReport", e.getTopupRewardData = "getTopupRewardData", e.getTopupRewardReport = "getTopupRewardReport", e.getRewardReferral = "getRewardReferral", e.submitWithdrawValidate = "submitWithdrawValidate", e.getDepositPromotion = "getDepositPromotion", e.getInviteRewardClaim = "getInviteRewardClaim", e.getTopUpRewardClaim = "getTopupRewardClaim", e.getTurnOverRewardClaim = "getTurnOverRewardClaim", e.getInviteRewardSetting = "getInviteRewardSetting", e.getTopUpRewardSetting = "getTopupRewardSetting", e.getTurnOverRewardSetting = "getTurnOverRewardSetting", e.requestForgetPassword = "requestForgetPassword", e.submitForgetPassword = "submitForgetPassword", e.getImage = "getImage", e.getDepositValidate = "getDepositValidate", e.getTransferCreditValidate = "getTransferCreditValidate", e.getWithdrawValidate = "getWithdrawValidate", e.updateProfilePicture = "updateProfilePicture", e.readMail = "readMail", e.checkRedPacketValidate = "checkRedpacketValidate", e.requestTacCode = "requestTacCode", e.getUsernameByRefer = "getUsernameByRefer", e.applyPromo = "applyPromo", e.applyRedPacket = "applyRedpacket", e.applySignIn = "applySignIn", e.getCountry = "getCountry", e.submitGiftCode = "submitGiftCode", e.playGame = "playGame", e.transferToMain = "transferToMain", e.transferProcess = "transferProcess", e.submitDepositValidate = "submitDepositValidate", e.submitTransferCreditValidate = "submitTransferCreditValidate", e.checkTransferCredit = "checkTransferCredit", e.friendList = "friendList", e.friendListEdit = "friendListEdit", e.getActivePP = "getActivePP", e.getActiveProduct = "getActiveProduct", e.requestWithdrawTac = "requestWithdrawTac", e.requestWithdrawalCode = "requestWithdrawalCode", e.commissionWithdraw = "commissionWithdraw", e.submitWithdrawalCode = "submitWithdrawalCode", e.submitCryptoAccount = "submitCryptoAccount", e.requestTransferMoney = "requestTransferMoney", e.submitTransferMoney = "submitTransferMoney", e.getVerifyPromo = "getVerifyPromo", e.requestUpdateMobileTacCode = "requestUpdateMobileTacCode", e.submitUpdateMobileTacCode = "submitUpdateMobileTacCode", e.signInViewInfo = "signInViewInfo", e.signInRecord = "signInRecord", e.referralProfile = "referralProfile", e.referralMemberProfile = "referralMemberProfile", e.registerAction = "registerAction", e.transferReport = "transferReport", e.agTransferCreditReport = "agTransferCreditReport", e.betReport = "betReport", e.getTwoFactorAuthenticate = "getTwoFactorAuthenticate", e.getUserDeviceList = "getUserDeviceList", e.submitTwoFactorAuthenticate = "submitTwoFactorAuthenticate", e.unbindUserDevice = "unbindUserDevice", e.searchNumberHistory = "searchNumberHistory", e.changeWithdrawalCode = "changeWithdrawalCode", e.checkRedPacketToken = "checkRedPacketToken", e.submitWithdrawalAlipay = "submitWithdrawalAlipay", e.applyReliefFund = "applyReliefFund", e.getReliefFundData = "getReliefFundData", e.getReliefFundReport = "getReliefFundReport", e.getWeekCardData = "getWeekCardData", e.applyWeekCard = "applyWeekCard", e.getWeekCardClaim = "getWeekCardClaim", e.transferSetting = "transfersetting", e.transfer = "transfer", e.getIncentiveData = "getIncentiveData", e.getIncentiveRebate = "getIncentiveRebate", e.claimIncentiveRebate = "claimIncentiveRebate", e))(s || {});
108
- const le = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
108
+ const ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
109
109
  __proto__: null,
110
110
  Api: s
111
111
  }, Symbol.toStringTag, { value: "Module" }));
112
- var x = /* @__PURE__ */ ((e) => (e.default = "default", e.pay = "pay", e.auto = "auto", e.fix = "fix", e.manual = "manual", e.unknown = "unknown", e))(x || {});
113
- const ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
112
+ var L = /* @__PURE__ */ ((e) => (e.default = "default", e.pay = "pay", e.auto = "auto", e.fix = "fix", e.manual = "manual", e.unknown = "unknown", e))(L || {});
113
+ const de = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
114
114
  __proto__: null,
115
- PaymentType: x
116
- }, Symbol.toStringTag, { value: "Module" })), U = {
115
+ PaymentType: L
116
+ }, Symbol.toStringTag, { value: "Module" })), V = {
117
117
  depositBank: !1,
118
118
  depositDateTime: !1,
119
119
  depositDetail: !1,
120
120
  depositMethod: !1,
121
121
  depositor: !1,
122
122
  uploadReceipt: !1
123
- }, E = {
123
+ }, J = {
124
124
  id: 0,
125
125
  name: "",
126
- type: x.unknown,
126
+ type: L.unknown,
127
127
  promo: [],
128
128
  bank: [],
129
- requiredField: U
130
- }, de = (e) => {
129
+ requiredField: V
130
+ }, ce = (e) => {
131
131
  var t;
132
- return ((t = e.mdPaymentChannels) == null ? void 0 : t.map((a) => {
132
+ return ((t = e.mdPaymentChannels) == null ? void 0 : t.map((n) => {
133
133
  const u = [];
134
- switch (a.name) {
135
- case x.default:
136
- u.push(A(a.paymentmethod.manual, e));
134
+ switch (n.name) {
135
+ case L.default:
136
+ u.push(K(n.paymentmethod.manual, e));
137
137
  break;
138
- case x.pay:
139
- u.push(ce(a.paymentmethod.onlinebanking, e));
138
+ case L.pay:
139
+ u.push(me(n.paymentmethod.onlinebanking, e));
140
140
  break;
141
141
  default:
142
- if (a.paymentmethod.auto.bank.length > 0 && u.push(
143
- me(a.bankid ?? 0, a.paymentmethod.auto, e)
144
- ), a.paymentmethod.manual.bank.length > 0) {
142
+ if (n.paymentmethod.auto.bank.length > 0 && u.push(
143
+ pe(n.bankid ?? 0, n.paymentmethod.auto, e)
144
+ ), n.paymentmethod.manual.bank.length > 0) {
145
145
  let i = !1;
146
- for (let l = 0; l < a.paymentmethod.manual.bank.length; l++) {
147
- const d = a.paymentmethod.manual.bank[l];
146
+ for (let l = 0; l < n.paymentmethod.manual.bank.length; l++) {
147
+ const d = n.paymentmethod.manual.bank[l];
148
148
  if (d.list && d.list.length > 0) {
149
149
  i = !0;
150
150
  break;
151
151
  }
152
152
  }
153
- i && u.push(A(a.paymentmethod.manual, e));
153
+ i && u.push(K(n.paymentmethod.manual, e));
154
154
  }
155
- a.paymentmethod.fixamount.bank.length > 0 && u.push(
156
- pe(a.bankid ?? 0, a.paymentmethod.fixamount)
155
+ n.paymentmethod.fixamount.bank.length > 0 && u.push(
156
+ ge(n.bankid ?? 0, n.paymentmethod.fixamount)
157
157
  );
158
158
  }
159
159
  return {
160
- name: a.label,
161
- imageUrl: `/image/game/native/deposit/sidemenu/${a.name}.png?${e.systemtime}`,
160
+ name: n.label,
161
+ imageUrl: `/image/game/native/deposit/sidemenu/${n.name}.png?${e.systemtime}`,
162
162
  paymentList: u
163
163
  };
164
164
  })) ?? [];
165
- }, W = (e) => {
165
+ }, E = (e) => {
166
166
  const t = {
167
167
  id: -1,
168
168
  name: "excludePromo",
169
169
  disabled: !0,
170
170
  welcomeBonus: !1,
171
171
  dailyBonus: !1
172
- }, a = e.map((u) => ({
172
+ }, n = e.map((u) => ({
173
173
  id: u.promoindex,
174
174
  name: u.promodesc,
175
175
  disabled: !1,
176
176
  welcomeBonus: u.dtype === "5" && u.type === "F",
177
177
  dailyBonus: u.dtype === "5" && u.type === "D"
178
178
  }));
179
- return [t, ...a];
180
- }, F = (e, t, a, u) => {
179
+ return [t, ...n];
180
+ }, U = (e, t, n, u) => {
181
181
  let i, l;
182
- a > 0 ? i = e > 0 ? Math.max(a, e) : a : i = Math.max(e, 0), u > 0 ? l = t > 0 ? Math.min(u, t) : u : l = Math.max(t, 0);
182
+ n > 0 ? i = e > 0 ? Math.max(n, e) : n : i = Math.max(e, 0), u > 0 ? l = t > 0 ? Math.min(u, t) : u : l = Math.max(t, 0);
183
183
  const d = Math.round(i);
184
184
  let m = 1e3;
185
185
  l < m && (m = Math.round(l));
@@ -187,15 +187,15 @@ const ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
187
187
  let p = "", _ = "";
188
188
  if (f > 0) {
189
189
  let S = Math.round((m - d) * 0.25).toString().split(""), k = [];
190
- for (const R of S)
191
- R !== "" && k.push(R);
192
- for (let R = 0; R < k.length; R++)
193
- R === 0 ? p += (parseInt(k[R]) + 1).toString() : p += "0";
190
+ for (const T of S)
191
+ T !== "" && k.push(T);
192
+ for (let T = 0; T < k.length; T++)
193
+ T === 0 ? p += (parseInt(k[T]) + 1).toString() : p += "0";
194
194
  S = Math.round((m - d) * 0.5).toString().split(""), k = [];
195
- for (const R of S)
196
- R !== "" && k.push(R);
197
- for (let R = 0; R < k.length; R++)
198
- R === 0 ? _ += (parseInt(k[R]) + 1).toString() : _ += "0";
195
+ for (const T of S)
196
+ T !== "" && k.push(T);
197
+ for (let T = 0; T < k.length; T++)
198
+ T === 0 ? _ += (parseInt(k[T]) + 1).toString() : _ += "0";
199
199
  } else
200
200
  p = m.toString(), _ = m.toString();
201
201
  return { amountList: [
@@ -204,13 +204,13 @@ const ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
204
204
  _,
205
205
  m.toString()
206
206
  ], minAmount: d, maxAmount: l };
207
- }, A = (e, t) => t ? {
207
+ }, K = (e, t) => t ? {
208
208
  id: 0,
209
209
  name: "manualMethod",
210
- type: x.manual,
211
- promo: W(e.promo),
210
+ type: L.manual,
211
+ promo: E(e.promo),
212
212
  bank: e.bank.map((i) => {
213
- const l = i.list && i.list.length > 0 ? i.list[0].mintransaction ?? "0.00" : "0.00", d = i.list && i.list.length > 0 ? i.list[0].maxtransaction ?? "0.00" : "0.00", { amountList: m, minAmount: f, maxAmount: p } = F(
213
+ const l = i.list && i.list.length > 0 ? i.list[0].mintransaction ?? "0.00" : "0.00", d = i.list && i.list.length > 0 ? i.list[0].maxtransaction ?? "0.00" : "0.00", { amountList: m, minAmount: f, maxAmount: p } = U(
214
214
  Number(l),
215
215
  Number(d),
216
216
  t.mdBankLevelDetail.deposit_min,
@@ -236,40 +236,40 @@ const ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
236
236
  depositor: t.mdManualDepositRequireField.depositor,
237
237
  uploadReceipt: t.mdUploadReceipt
238
238
  }
239
- } : E, ce = (e, t) => t ? {
239
+ } : J, me = (e, t) => t ? {
240
240
  id: 0,
241
241
  name: "onlineBankingMethod",
242
- type: x.pay,
243
- promo: W(e.promo),
242
+ type: L.pay,
243
+ promo: E(e.promo),
244
244
  bank: e.banklist.map((i) => {
245
245
  let l = "0.00", d = "0.00";
246
246
  const m = i.bankindex ?? 0;
247
247
  for (let S = 0; S < t.mdGatewayMinMax.length; S++)
248
248
  t.mdGatewayMinMax[S].bankindex == m.toString() && (l = t.mdGatewayMinMax[S].min, d = t.mdGatewayMinMax[S].max);
249
- const { amountList: f, minAmount: p, maxAmount: _ } = F(
249
+ const { amountList: f, minAmount: p, maxAmount: _ } = U(
250
250
  Number(l),
251
251
  Number(d),
252
252
  t.mdBankLevelDetail.onlinepayment_min,
253
253
  t.mdBankLevelDetail.onlinepayment_max
254
- ), M = {
254
+ ), j = {
255
255
  id: 0,
256
256
  name: "autoChannel",
257
257
  amountList: f,
258
258
  min: p,
259
259
  max: _
260
260
  }, v = i.pg.map((S) => {
261
- const k = S.mintransaction ?? "0.00", z = S.maxtransaction ?? "0.00", { amountList: N, minAmount: R, maxAmount: H } = F(
261
+ const k = S.mintransaction ?? "0.00", C = S.maxtransaction ?? "0.00", { amountList: w, minAmount: T, maxAmount: B } = U(
262
262
  Number(k),
263
- Number(z),
263
+ Number(C),
264
264
  t.mdBankLevelDetail.onlinepayment_min,
265
265
  t.mdBankLevelDetail.onlinepayment_max
266
266
  );
267
267
  return {
268
268
  id: S.pgindex,
269
269
  name: S.bankaccountname,
270
- amountList: N,
271
- min: R,
272
- max: H
270
+ amountList: w,
271
+ min: T,
272
+ max: B
273
273
  };
274
274
  });
275
275
  return {
@@ -278,22 +278,22 @@ const ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
278
278
  amountList: [],
279
279
  min: 0,
280
280
  max: 0,
281
- gateway: [M, ...v]
281
+ gateway: [j, ...v]
282
282
  };
283
283
  }),
284
- requiredField: U
285
- } : E, me = (e, t, a) => {
286
- if (!a) return E;
287
- const u = x.auto;
284
+ requiredField: V
285
+ } : J, pe = (e, t, n) => {
286
+ if (!n) return J;
287
+ const u = L.auto;
288
288
  let i = [];
289
- const l = a.mdGatewayMinMax ?? [];
290
- if (t.bank.length > 0 && a.mdPGSelection === "1")
289
+ const l = n.mdGatewayMinMax ?? [];
290
+ if (t.bank.length > 0 && n.mdPGSelection === "1")
291
291
  i = t.bank.map((m) => {
292
- const { amountList: f, minAmount: p, maxAmount: _ } = F(
292
+ const { amountList: f, minAmount: p, maxAmount: _ } = U(
293
293
  m.mintransaction ?? 0,
294
294
  m.maxtransaction ?? 0,
295
- a.mdBankLevelDetail.onlinepayment_min,
296
- a.mdBankLevelDetail.onlinepayment_max
295
+ n.mdBankLevelDetail.onlinepayment_min,
296
+ n.mdBankLevelDetail.onlinepayment_max
297
297
  );
298
298
  return {
299
299
  id: m.pgindex ?? 0,
@@ -307,17 +307,17 @@ const ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
307
307
  let m = "0.00", f = "0.00";
308
308
  for (let g = 0; g < l.length; g++)
309
309
  l[g].bankindex === e.toString() && (m = l[g].min, f = l[g].max);
310
- const { amountList: p, minAmount: _, maxAmount: M } = F(
310
+ const { amountList: p, minAmount: _, maxAmount: j } = U(
311
311
  Number(m),
312
312
  Number(f),
313
- a.mdBankLevelDetail.onlinepayment_min,
314
- a.mdBankLevelDetail.onlinepayment_max
313
+ n.mdBankLevelDetail.onlinepayment_min,
314
+ n.mdBankLevelDetail.onlinepayment_max
315
315
  ), v = {
316
316
  id: 0,
317
317
  name: "autoChannel",
318
318
  amountList: p,
319
319
  min: _,
320
- max: M
320
+ max: j
321
321
  };
322
322
  i.push(v);
323
323
  }
@@ -325,17 +325,17 @@ const ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
325
325
  id: e,
326
326
  name: "autoMethod",
327
327
  type: u,
328
- promo: W(t.promo),
328
+ promo: E(t.promo),
329
329
  bank: i,
330
- requiredField: U
330
+ requiredField: V
331
331
  };
332
- }, pe = (e, t) => {
333
- const a = x.fix;
332
+ }, ge = (e, t) => {
333
+ const n = L.fix;
334
334
  return {
335
335
  id: e,
336
336
  name: "fixAmountMethod",
337
- type: a,
338
- promo: W(t.promo),
337
+ type: n,
338
+ promo: E(t.promo),
339
339
  bank: t.bank.map((i) => {
340
340
  const l = i.amtlist.map(Number).sort((m, f) => m - f);
341
341
  return {
@@ -346,21 +346,21 @@ const ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
346
346
  max: l.length > 0 ? l[l.length - 1] : 0
347
347
  };
348
348
  }),
349
- requiredField: U
349
+ requiredField: V
350
350
  };
351
- }, ge = (e) => (e == null ? void 0 : e.map((t) => ({
351
+ }, be = (e) => (e == null ? void 0 : e.map((t) => ({
352
352
  alert: t.announcement_alert === "1",
353
353
  content: t.announcement_simplified ?? "",
354
354
  lastUpdatedTime: t.announcement_lastupdated
355
- }))) ?? [], be = (e) => ({
355
+ }))) ?? [], fe = (e) => ({
356
356
  username: e.username,
357
357
  birthday: e.mdUserDetail.dob ?? "",
358
358
  email: e.mdUserDetail.email ?? "",
359
359
  fullName: e.mdUserDetail.firstname ?? "",
360
360
  phoneNumber: e.mdUserDetail.mobileno ?? "",
361
361
  profilePicUrl: e.mdUserDetail.profile_pic
362
- }), fe = (e) => {
363
- var t, a, u, i;
362
+ }), ye = (e) => {
363
+ var t, n, u, i;
364
364
  return {
365
365
  platformGame: ((t = e.mdGameListResult) == null ? void 0 : t.map((l) => {
366
366
  var d;
@@ -384,7 +384,7 @@ const ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
384
384
  }))) ?? []
385
385
  };
386
386
  })) ?? [],
387
- hotGameList: e.mdGameLists !== null ? ((u = (a = e.mdGameLists) == null ? void 0 : a.data) == null ? void 0 : u.map((l) => ({
387
+ hotGameList: e.mdGameLists !== null ? ((u = (n = e.mdGameLists) == null ? void 0 : n.data) == null ? void 0 : u.map((l) => ({
388
388
  gameId: Number(l.id),
389
389
  platformId: Number(l.id_PlatformProduct),
390
390
  name: l.name,
@@ -413,32 +413,60 @@ const ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
413
413
  trialGameList: [],
414
414
  fishGameList: []
415
415
  };
416
- }, ye = (e) => ({
417
- list: e.mdGrade.map((t) => ({
418
- id: t.gradeindex,
419
- is_current_level: !1,
420
- name: t.grade_simplified,
421
- percentage: 0,
422
- turnover: {
423
- isShow: !1,
424
- current: "0",
425
- total: t.min_activebet
426
- },
427
- deposit: {
428
- isShow: !1,
429
- current: "0",
430
- total: t.min_deposit
431
- },
432
- promo_list: t.promocash.filter((a) => a.isshow == 1 && a.status == "1").map((a) => ({
433
- name: a.promosimplified,
434
- min_deposit: a.min_deposit,
435
- promo_bonus: a.percentage,
436
- promo_limit: a.max_promo_amt,
437
- turnover_multiplier: a.multiply,
438
- type: a.promo_type
439
- })),
440
- benefit_list: t.benefit
441
- })),
416
+ }, _e = (e) => ({
417
+ list: e.mdGrade.map((t) => {
418
+ var n, u, i, l, d, m, f, p, _, j, v, g, S, k, C, w, T, B, N, $, W, q, o, c, y, r, a, h, P, D, x, O;
419
+ return {
420
+ id: t.gradeindex,
421
+ is_current_level: !1,
422
+ name: t.grade_simplified,
423
+ percentage: 0,
424
+ turnover: {
425
+ isShow: !1,
426
+ current: "0",
427
+ total: t.min_activebet
428
+ },
429
+ deposit: {
430
+ isShow: !1,
431
+ current: "0",
432
+ total: t.min_deposit
433
+ },
434
+ promo_list: t.promocash.filter((M) => M.isshow == 1 && M.status == "1").map((M) => ({
435
+ name: M.promosimplified,
436
+ min_deposit: M.min_deposit,
437
+ promo_bonus: M.percentage,
438
+ promo_limit: M.max_promo_amt,
439
+ turnover_multiplier: M.multiply,
440
+ type: M.promo_type
441
+ })),
442
+ benefit_list: {
443
+ daily: {
444
+ bonus: ((u = (n = t.benefit) == null ? void 0 : n.daily) == null ? void 0 : u.bonus) ?? "",
445
+ bonus_name: ((l = (i = t.benefit) == null ? void 0 : i.daily) == null ? void 0 : l.bonus_name) ?? "",
446
+ turnover: ((m = (d = t.benefit) == null ? void 0 : d.daily) == null ? void 0 : m.turnover) ?? "",
447
+ turnover_name: ((p = (f = t.benefit) == null ? void 0 : f.daily) == null ? void 0 : p.turnover_name) ?? ""
448
+ },
449
+ monthly: {
450
+ bonus: ((j = (_ = t.benefit) == null ? void 0 : _.monthly) == null ? void 0 : j.bonus) ?? "",
451
+ bonus_name: ((g = (v = t.benefit) == null ? void 0 : v.monthly) == null ? void 0 : g.bonus_name) ?? "",
452
+ turnover: ((k = (S = t.benefit) == null ? void 0 : S.monthly) == null ? void 0 : k.turnover) ?? "",
453
+ turnover_name: ((w = (C = t.benefit) == null ? void 0 : C.monthly) == null ? void 0 : w.turnover_name) ?? ""
454
+ },
455
+ weekly: {
456
+ bonus: ((B = (T = t.benefit) == null ? void 0 : T.weekly) == null ? void 0 : B.bonus) ?? "",
457
+ bonus_name: (($ = (N = t.benefit) == null ? void 0 : N.weekly) == null ? void 0 : $.bonus_name) ?? "",
458
+ turnover: ((q = (W = t.benefit) == null ? void 0 : W.weekly) == null ? void 0 : q.turnover) ?? "",
459
+ turnover_name: ((c = (o = t.benefit) == null ? void 0 : o.weekly) == null ? void 0 : c.turnover_name) ?? ""
460
+ },
461
+ upgrade: {
462
+ bonus: ((r = (y = t.benefit) == null ? void 0 : y.upgrade) == null ? void 0 : r.bonus) ?? "",
463
+ bonus_name: ((h = (a = t.benefit) == null ? void 0 : a.upgrade) == null ? void 0 : h.bonus_name) ?? "",
464
+ turnover: ((D = (P = t.benefit) == null ? void 0 : P.upgrade) == null ? void 0 : D.turnover) ?? "",
465
+ turnover_name: ((O = (x = t.benefit) == null ? void 0 : x.upgrade) == null ? void 0 : O.turnover_name) ?? ""
466
+ }
467
+ }
468
+ };
469
+ }),
442
470
  detail: [],
443
471
  bonus: {
444
472
  month: {
@@ -469,22 +497,22 @@ const ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
469
497
  }
470
498
  }
471
499
  }
472
- }), _e = (e) => ({
473
- category: e.category.sort((t, a) => t.sequence - a.sequence).map((t) => ({
500
+ }), he = (e) => ({
501
+ category: e.category.sort((t, n) => t.sequence - n.sequence).map((t) => ({
474
502
  id: t.catid,
475
503
  name: t.name
476
504
  })),
477
- list: e.list.sort((t, a) => t.sequence - a.sequence).map((t) => {
478
- let a = "";
479
- return t.stime !== "" && t.etime !== "" && (a = `${t.stime} - ${t.etime}`), t.stime !== "" && t.etime === "" && (a = t.stime), t.stime === "" && t.etime !== "" && (a = t.etime), {
505
+ list: e.list.sort((t, n) => t.sequence - n.sequence).map((t) => {
506
+ let n = "";
507
+ return t.stime !== "" && t.etime !== "" && (n = `${t.stime} - ${t.etime}`), t.stime !== "" && t.etime === "" && (n = t.stime), t.stime === "" && t.etime !== "" && (n = t.etime), {
480
508
  categoryId: t.catid,
481
509
  imgUrl: t.banner,
482
510
  content: t.content,
483
- time: a,
511
+ time: n,
484
512
  name: t.title
485
513
  };
486
514
  })
487
- }), he = (e) => ({
515
+ }), ve = (e) => ({
488
516
  month: {
489
517
  isClaimable: e.month === 1
490
518
  },
@@ -494,28 +522,29 @@ const ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
494
522
  day: {
495
523
  isClaimable: e.day === 1
496
524
  }
497
- }), ve = (e) => e.mdVipSetting.filter((a) => a.status == 1).map((a) => ({
498
- fieldName: a.fieldname,
499
- showName: a.showname
500
- })), Te = (e) => ({
525
+ }), Te = (e) => e.mdVipSetting.filter((n) => n.status == 1).map((n) => ({
526
+ fieldName: n.fieldname,
527
+ showName: n.showname
528
+ })), Re = (e) => ({
501
529
  current_deposit: e.deposit,
502
530
  current_turnover: e.turnOver,
503
531
  current_grade_id: e.mdCurrentGrade.gradeindex,
504
532
  next_grade_id: e.mdNextGrade.gradeindex,
505
533
  percentage: Number(e.percentage) * 100
506
- }), Re = (e) => {
534
+ }), Se = (e) => {
507
535
  let t = 4;
508
536
  e.vipcalculation && (t = Number(e.vipcalculation));
509
- let a = [];
510
- return e.extralivechat && (a = JSON.parse(e.extralivechat)), {
537
+ let n = [];
538
+ return e.extralivechat && (n = JSON.parse(e.extralivechat)), {
511
539
  vipCalculation: t,
512
540
  livechat: e.livechat ?? "",
513
- livechatList: a.filter((u) => u.status == 1).map((u) => {
541
+ livechatList: n.filter((u) => u.status == 1).map((u) => {
514
542
  let i = u.imgname;
515
543
  return i.slice(-4) === ".png" && (i = u.imgname.slice(0, -4)), {
516
544
  name: u.name,
517
545
  imageUrl: `/image/game/native/customer_service/${i}.png`,
518
- url: u.url
546
+ url: u.url,
547
+ status: u.status == 1
519
548
  };
520
549
  }),
521
550
  mobileValidate: e.mobilevalidate ? e.mobilevalidate === "1" : !1,
@@ -529,11 +558,11 @@ const ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
529
558
  withdrawAlipay: e.withdrawalipay === "1",
530
559
  crypto: e.crypto === "1"
531
560
  };
532
- }, Se = (e) => {
533
- var t, a, u, i;
561
+ }, ke = (e) => {
562
+ var t, n, u, i;
534
563
  return {
535
564
  banner: ((t = e.mobileBanner) == null ? void 0 : t.map((l) => `${l.imagepath}?${l.filemtime}`)) ?? [],
536
- ad: ((a = e.mobileAd) == null ? void 0 : a.map((l) => `${l.imagepath}?${l.filemtime}`)) ?? [],
565
+ ad: ((n = e.mobileAd) == null ? void 0 : n.map((l) => `${l.imagepath}?${l.filemtime}`)) ?? [],
537
566
  about: ((u = e.about) == null ? void 0 : u.map((l) => ({
538
567
  name: l.name,
539
568
  content: l.content
@@ -543,82 +572,82 @@ const ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
543
572
  content: l.content
544
573
  }))) ?? []
545
574
  };
546
- }, ke = (e) => {
575
+ }, Pe = (e) => {
547
576
  var t;
548
- return ((t = e.data) == null ? void 0 : t.filter((a) => a.status == "1").map((a) => ({
549
- code: a.area_code,
550
- regex: a.regex,
551
- value: a.value
577
+ return ((t = e.data) == null ? void 0 : t.filter((n) => n.status == "1").map((n) => ({
578
+ code: n.area_code,
579
+ regex: n.regex,
580
+ value: n.value
552
581
  }))) ?? [];
553
- }, Pe = (e) => e, Oe = (e) => {
582
+ }, Oe = (e) => e, Me = (e) => {
554
583
  let t = null;
555
584
  return e ? e.status != 1 ? t = 0 : t = e.mainwallet : t = 0, {
556
585
  amount: t
557
586
  };
558
- }, Me = (e) => {
587
+ }, je = (e) => {
559
588
  var t;
560
- return ((t = e.data) == null ? void 0 : t.filter((a) => a.status == "1").map((a) => ({
561
- name: a.title,
562
- code: a.code,
563
- iconUrl: a.flag_icon
589
+ return ((t = e.data) == null ? void 0 : t.filter((n) => n.status == "1").map((n) => ({
590
+ name: n.title,
591
+ code: n.code,
592
+ iconUrl: n.flag_icon
564
593
  }))) ?? [];
565
- }, je = (e) => (console.log(e), {
594
+ }, De = (e) => (console.log(e), {
566
595
  name: ""
567
- }), De = (e) => {
596
+ }), xe = (e) => {
568
597
  var t;
569
- return ((t = e.data) == null ? void 0 : t.filter((a) => a.company_status == 1).map((a) => ({
570
- id: a.company_id,
571
- name: a.company_name,
598
+ return ((t = e.data) == null ? void 0 : t.filter((n) => n.company_status == 1).map((n) => ({
599
+ id: n.company_id,
600
+ name: n.company_name,
572
601
  date: []
573
602
  }))) ?? [];
574
- }, xe = (e) => {
603
+ }, Ce = (e) => {
575
604
  var t;
576
- return ((t = e.data) == null ? void 0 : t.map((a) => {
605
+ return ((t = e.data) == null ? void 0 : t.map((n) => {
577
606
  var u;
578
607
  return {
579
- id: a.key,
580
- date: ((u = a.draw_date) == null ? void 0 : u.map((i) => Ce(i.draw_tmactive))) ?? []
608
+ id: n.key,
609
+ date: ((u = n.draw_date) == null ? void 0 : u.map((i) => Ie(i.draw_tmactive))) ?? []
581
610
  };
582
611
  })) ?? [];
583
612
  };
584
- function Ce(e) {
585
- const t = new Date(e * 1e3), a = t.getFullYear(), u = ("0" + (t.getMonth() + 1)).slice(-2), i = ("0" + t.getDate()).slice(-2);
586
- return `${a}-${u}-${i}`;
613
+ function Ie(e) {
614
+ const t = new Date(e * 1e3), n = t.getFullYear(), u = ("0" + (t.getMonth() + 1)).slice(-2), i = ("0" + t.getDate()).slice(-2);
615
+ return `${n}-${u}-${i}`;
587
616
  }
588
- const Ie = (e) => {
617
+ const Le = (e) => {
589
618
  var t;
590
- return ((t = e.data) == null ? void 0 : t.map((a) => {
619
+ return ((t = e.data) == null ? void 0 : t.map((n) => {
591
620
  var u;
592
621
  return {
593
- id: a.company_id,
594
- name: a.company_name,
595
- list: ((u = a.drawCount) == null ? void 0 : u.map((i) => ({
622
+ id: n.company_id,
623
+ name: n.company_name,
624
+ list: ((u = n.drawCount) == null ? void 0 : u.map((i) => ({
596
625
  combination: i.combination_combination,
597
626
  total: i.total
598
627
  }))) ?? []
599
628
  };
600
629
  })) ?? [];
601
- }, Le = (e) => e.data.map((t) => ({
630
+ }, we = (e) => e.data.map((t) => ({
602
631
  companyId: t.company_id,
603
632
  companyName: t.company_name,
604
- resultByDateList: t.draws.map((a) => {
605
- const u = a.results.filter((g) => g.combination_dimension == 3).map((g) => g.combination_combination), i = a.results.filter(
633
+ resultByDateList: t.draws.map((n) => {
634
+ const u = n.results.filter((g) => g.combination_dimension == 3).map((g) => g.combination_combination), i = n.results.filter(
606
635
  (g) => g.combination_dimension == 4 && g.combination_position === 1
607
- ).map((g) => g.combination_combination), l = a.results.filter(
636
+ ).map((g) => g.combination_combination), l = n.results.filter(
608
637
  (g) => g.combination_dimension === 4 && g.combination_position === 2
609
- ).map((g) => g.combination_combination), d = a.results.filter(
638
+ ).map((g) => g.combination_combination), d = n.results.filter(
610
639
  (g) => g.combination_dimension === 4 && g.combination_position === 3
611
- ).map((g) => g.combination_combination), m = a.results.filter(
640
+ ).map((g) => g.combination_combination), m = n.results.filter(
612
641
  (g) => g.combination_dimension === 4 && g.combination_position === 4
613
- ).map((g) => g.combination_combination), f = a.results.filter(
642
+ ).map((g) => g.combination_combination), f = n.results.filter(
614
643
  (g) => g.combination_dimension === 4 && g.combination_position === 5
615
- ).map((g) => g.combination_combination), p = a.results.filter(
644
+ ).map((g) => g.combination_combination), p = n.results.filter(
616
645
  (g) => g.combination_dimension === 5 && g.combination_position === 1
617
- ).map((g) => g.combination_combination), _ = a.results.filter((g) => g.combination_dimension == 5).map((g) => g.combination_combination), M = a.results.filter(
646
+ ).map((g) => g.combination_combination), _ = n.results.filter((g) => g.combination_dimension == 5).map((g) => g.combination_combination), j = n.results.filter(
618
647
  (g) => g.combination_dimension === 6 && g.combination_position === 1
619
- ).map((g) => g.combination_combination), v = a.results.filter((g) => g.combination_dimension === 6).map((g) => g.combination_combination);
648
+ ).map((g) => g.combination_combination), v = n.results.filter((g) => g.combination_dimension === 6).map((g) => g.combination_combination);
620
649
  return {
621
- date: a.date,
650
+ date: n.date,
622
651
  dimension_3: u,
623
652
  dimension_4: {
624
653
  prize_1: i,
@@ -632,12 +661,12 @@ const Ie = (e) => {
632
661
  all: _
633
662
  },
634
663
  dimension_6: {
635
- prize_1: M,
664
+ prize_1: j,
636
665
  all: v
637
666
  }
638
667
  };
639
668
  })
640
- })), we = (e) => e.data.map((t) => ({
669
+ })), ze = (e) => e.data.map((t) => ({
641
670
  id: t.id,
642
671
  date: t.matchDate,
643
672
  tag: t.tag,
@@ -651,19 +680,19 @@ const Ie = (e) => {
651
680
  name: t.home,
652
681
  logo_url: t.homeLogo
653
682
  }
654
- })), ze = (e) => ({
683
+ })), Ge = (e) => ({
655
684
  status: e.status == 1,
656
685
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
657
686
  paymentUrl: e.urlpayment ?? ""
658
- }), Ge = (e) => ({
687
+ }), Ne = (e) => ({
659
688
  status: e.status == 1,
660
689
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
661
690
  flag: e.flag
662
- }), T = (e) => ({
691
+ }), R = (e) => ({
663
692
  status: e.status == 1,
664
693
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? ""
665
- }), Ne = (e) => T(e), Fe = (e) => {
666
- var t, a, u, i, l;
694
+ }), Fe = (e) => R(e), Be = (e) => {
695
+ var t, n, u, i, l;
667
696
  return {
668
697
  bankCard: ((t = e.bankCard) == null ? void 0 : t.map((d) => {
669
698
  var m, f;
@@ -682,7 +711,7 @@ const Ie = (e) => {
682
711
  countryIndex: d.countryindex
683
712
  };
684
713
  })) ?? [],
685
- bankList: ((a = e.bankList) == null ? void 0 : a.map((d) => ({
714
+ bankList: ((n = e.bankList) == null ? void 0 : n.map((d) => ({
686
715
  bankIndex: d.bankindex,
687
716
  bankType: d.bank_type,
688
717
  bankName: d.banknamesimplified,
@@ -720,21 +749,21 @@ const Ie = (e) => {
720
749
  },
721
750
  bankCardLimit: e.bankcardlimit
722
751
  };
723
- }, Be = (e) => ({
752
+ }, Ue = (e) => ({
724
753
  withdrawMin: Number(e.withdrawMin),
725
754
  withdrawMax: Number(e.withdrawMax),
726
755
  dailyWithdrawLimit: Number(e.dailyWithdrawLimit),
727
756
  withdrawFee: e.withdrawFee,
728
757
  withdrawMaxFee: Number(e.withdrawMaxFee),
729
758
  withdrawCount: e.withdrawCount
730
- }), Ue = (e) => T(e), We = (e) => {
731
- var t, a, u, i, l, d;
759
+ }), We = (e) => R(e), qe = (e) => {
760
+ var t, n, u, i, l, d;
732
761
  return {
733
762
  statusMode: ((t = e.subStatusModes) == null ? void 0 : t.map((m) => ({
734
763
  key: m.key,
735
764
  value: m.value
736
765
  }))) ?? [],
737
- transactionMethod: ((a = e.subTransactionMethods) == null ? void 0 : a.map((m) => ({
766
+ transactionMethod: ((n = e.subTransactionMethods) == null ? void 0 : n.map((m) => ({
738
767
  key: m.key,
739
768
  value: m.value
740
769
  }))) ?? [],
@@ -747,7 +776,7 @@ const Ie = (e) => {
747
776
  transactionIndex: m.ledgerindex,
748
777
  transactionInfo: {
749
778
  id: m.fundindex,
750
- desc: qe(m.fundindex, m.transactionindex),
779
+ desc: Ve(m.fundindex, m.transactionindex),
751
780
  ext: m.fundindex === 3 ? `(${m.promo_cash})` : ""
752
781
  },
753
782
  statusInfo: {
@@ -763,7 +792,7 @@ const Ie = (e) => {
763
792
  })) ?? []
764
793
  }
765
794
  };
766
- }, qe = (e, t) => {
795
+ }, Ve = (e, t) => {
767
796
  switch (e) {
768
797
  case 1:
769
798
  if (t === 1)
@@ -793,12 +822,12 @@ const Ie = (e) => {
793
822
  return "shareHolderDividend";
794
823
  }
795
824
  return "";
796
- }, Ve = (e) => ({
825
+ }, Ee = (e) => ({
797
826
  status: e.status == 1
798
- }), Ee = (e) => (e == null ? void 0 : e.map((t) => {
799
- var a;
827
+ }), $e = (e) => (e == null ? void 0 : e.map((t) => {
828
+ var n;
800
829
  return {
801
- activeCom: ((a = t.active_com) == null ? void 0 : a.map((u) => ({
830
+ activeCom: ((n = t.active_com) == null ? void 0 : n.map((u) => ({
802
831
  code: u.code,
803
832
  name: u.name,
804
833
  categoryId: u.category_id,
@@ -808,7 +837,7 @@ const Ie = (e) => {
808
837
  com: t.com ?? "",
809
838
  maintenance: t.maintenance ?? !1
810
839
  };
811
- })) ?? [], $e = (e) => ({
840
+ })) ?? [], He = (e) => ({
812
841
  status: e.status == 1,
813
842
  message: e.message ?? "",
814
843
  data: e.data.map((t) => ({
@@ -818,48 +847,48 @@ const Ie = (e) => {
818
847
  imageUrl: t.image_url,
819
848
  getToken: t.getToken === 1
820
849
  }))
821
- }), He = (e) => {
850
+ }), Ae = (e) => {
822
851
  var t;
823
852
  return {
824
853
  status: e.status == 1,
825
854
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
826
- data: ((t = e.data) == null ? void 0 : t.map((a) => ({
827
- id: a.id,
828
- tokenAmount: a.token_amount
855
+ data: ((t = e.data) == null ? void 0 : t.map((n) => ({
856
+ id: n.id,
857
+ tokenAmount: n.token_amount
829
858
  }))) ?? []
830
859
  };
831
- }, Ae = (e) => ({
860
+ }, Je = (e) => ({
832
861
  status: e.status == 1,
833
862
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
834
863
  loginId: e.loginId ?? "",
835
864
  password: e.password ?? "",
836
865
  downloadUrl: e.download_link ?? ""
837
- }), Je = (e) => (e == null ? void 0 : e.map((t) => ({
866
+ }), Ye = (e) => (e == null ? void 0 : e.map((t) => ({
838
867
  messageId: t.msgindex,
839
868
  unread: t.status == "0",
840
869
  date: t.cdate,
841
870
  title: t.account_message_content.subject,
842
871
  content: t.account_message_content.content
843
- }))) ?? [], Ye = (e) => {
872
+ }))) ?? [], Ke = (e) => {
844
873
  var t;
845
- return ((t = e.mdGameLists) == null ? void 0 : t.map((a) => ({
846
- id: a.id,
847
- gameName: a.name,
848
- platformProductID: a.id_PlatformProduct,
849
- imgUrl: `${e.mdDomains[a.mdDomains_id]}${a.img}?${a.filemtime}`
874
+ return ((t = e.mdGameLists) == null ? void 0 : t.map((n) => ({
875
+ id: n.id,
876
+ gameName: n.name,
877
+ platformProductID: n.id_PlatformProduct,
878
+ imgUrl: `${e.mdDomains[n.mdDomains_id]}${n.img}?${n.filemtime}`
850
879
  }))) ?? [];
851
- }, Ke = (e) => e.mdGameLists.map((t) => ({
880
+ }, Qe = (e) => e.mdGameLists.map((t) => ({
852
881
  id: t.id,
853
882
  name: t.name,
854
- list: t.gameList.map((a) => {
855
- const u = e.mdDomains, l = `${u.length >= a.mdDomains_id ? u[a.mdDomains_id] : ""}${a.img}?${a.filemtime}`;
883
+ list: t.gameList.map((n) => {
884
+ const u = e.mdDomains, l = `${u.length >= n.mdDomains_id ? u[n.mdDomains_id] : ""}${n.img}?${n.filemtime}`;
856
885
  return {
857
- id: a.id,
858
- name: a.name,
886
+ id: n.id,
887
+ name: n.name,
859
888
  imageUrl: l
860
889
  };
861
890
  })
862
- })), Qe = (e) => e.status == 0 ? {
891
+ })), Xe = (e) => e.status == 0 ? {
863
892
  claimedReward: "0",
864
893
  currentDirectDownline: "0",
865
894
  currentOtherDownline: "0",
@@ -873,8 +902,8 @@ const Ie = (e) => {
873
902
  currentReward: e.data.current_reward.toString(),
874
903
  totalReward: e.data.total_reward,
875
904
  unclaimReward: e.data.unclaim_reward.toString()
876
- }, Xe = (e) => {
877
- const t = /* @__PURE__ */ new Set(), a = e.data.map((l) => (t.add(l.downline), {
905
+ }, Ze = (e) => {
906
+ const t = /* @__PURE__ */ new Set(), n = e.data.map((l) => (t.add(l.downline), {
878
907
  id: l.logindex,
879
908
  name: l.firstname,
880
909
  cashback: l.turnover,
@@ -883,9 +912,9 @@ const Ie = (e) => {
883
912
  return {
884
913
  totalReward: u,
885
914
  totalCount: i,
886
- list: a
915
+ list: n
887
916
  };
888
- }, Ze = (e) => e.status == 0 ? {
917
+ }, et = (e) => e.status == 0 ? {
889
918
  claimedReward: "0",
890
919
  currentInvite: "0",
891
920
  currentReward: "0",
@@ -899,8 +928,8 @@ const Ie = (e) => {
899
928
  totalInvite: e.data.total_invite,
900
929
  totalReward: e.data.total_reward,
901
930
  unclaimReward: e.data.unclaim_reward.toString()
902
- }, et = (e) => {
903
- const t = /* @__PURE__ */ new Set(), a = e.data.map((l) => (t.add(l.accountid), {
931
+ }, tt = (e) => {
932
+ const t = /* @__PURE__ */ new Set(), n = e.data.map((l) => (t.add(l.accountid), {
904
933
  id: l.id,
905
934
  name: l.firstname,
906
935
  dateCreated: l.created,
@@ -911,9 +940,9 @@ const Ie = (e) => {
911
940
  return {
912
941
  totalReward: u,
913
942
  totalCount: i,
914
- list: a
943
+ list: n
915
944
  };
916
- }, tt = (e) => e.status == 0 ? {
945
+ }, nt = (e) => e.status == 0 ? {
917
946
  claimedReward: "0",
918
947
  currentDirectDownline: "0",
919
948
  currentOtherDownline: "0",
@@ -928,7 +957,7 @@ const Ie = (e) => {
928
957
  totalReward: e.data.total_reward,
929
958
  unclaimReward: e.data.unclaim_reward.toString()
930
959
  }, at = (e) => {
931
- const t = /* @__PURE__ */ new Set(), a = e.data.map((l) => (t.add(l.accountid), {
960
+ const t = /* @__PURE__ */ new Set(), n = e.data.map((l) => (t.add(l.accountid), {
932
961
  id: l.logindex,
933
962
  name: l.firstname,
934
963
  total: l.deposit,
@@ -937,9 +966,9 @@ const Ie = (e) => {
937
966
  return {
938
967
  totalReward: u,
939
968
  totalCount: i,
940
- list: a
969
+ list: n
941
970
  };
942
- }, nt = (e) => e.status == 0 ? {
971
+ }, ot = (e) => e.status == 0 ? {
943
972
  directDownline: "0",
944
973
  otherDownline: "0",
945
974
  uplineCode: "",
@@ -949,9 +978,9 @@ const Ie = (e) => {
949
978
  otherDownline: e.data.others_downline_count.toString(),
950
979
  uplineCode: e.data.upline.accountcode,
951
980
  referralCode: e.data.referral_code
952
- }, ot = (e) => {
981
+ }, rt = (e) => {
953
982
  var f;
954
- let t = null, a = null;
983
+ let t = null, n = null;
955
984
  if (e.status == 0)
956
985
  return { welcomeBonus: null, dailyBonus: null };
957
986
  const u = e.data.filter((p) => p.dtype == "5" && p.type == "F").map((p) => {
@@ -987,21 +1016,21 @@ const Ie = (e) => {
987
1016
  depositAmount: p.depositAmount,
988
1017
  promoAmount: p.promoAmount
989
1018
  }));
990
- return a = {
1019
+ return n = {
991
1020
  percentage: l,
992
1021
  expiryTime: d,
993
1022
  list: m
994
- }, { welcomeBonus: t, dailyBonus: a };
995
- }, rt = (e) => ({
1023
+ }, { welcomeBonus: t, dailyBonus: n };
1024
+ }, st = (e) => ({
996
1025
  status: e.status == 1,
997
1026
  message: e.msg ?? ""
998
- }), st = (e) => ({
1027
+ }), it = (e) => ({
999
1028
  status: e.status == 1,
1000
1029
  message: e.msg ?? ""
1001
- }), it = (e) => ({
1030
+ }), lt = (e) => ({
1002
1031
  status: e.status == 1,
1003
1032
  message: e.msg ?? ""
1004
- }), lt = (e) => e.status == 0 ? {
1033
+ }), ut = (e) => e.status == 0 ? {
1005
1034
  deposit: "0",
1006
1035
  reward: "0",
1007
1036
  turnover: "0"
@@ -1009,18 +1038,18 @@ const Ie = (e) => {
1009
1038
  deposit: e.data.deposit,
1010
1039
  reward: e.data.reward,
1011
1040
  turnover: e.data.turnover
1012
- }, ut = (e) => {
1041
+ }, dt = (e) => {
1013
1042
  if (e.status == 0 || !e.data)
1014
1043
  return {};
1015
1044
  const t = {};
1016
- for (const a in e.data)
1017
- if (Object.prototype.hasOwnProperty.call(e.data, a)) {
1018
- const u = e.data[a];
1019
- t[a] = [];
1045
+ for (const n in e.data)
1046
+ if (Object.prototype.hasOwnProperty.call(e.data, n)) {
1047
+ const u = e.data[n];
1048
+ t[n] = [];
1020
1049
  for (let i = 0; i < u.length; i++) {
1021
1050
  const l = u[i];
1022
1051
  let d = "";
1023
- u.length > i + 1 && (d = (Number(u[i + 1].achievement) - 1).toString()), t[a].push({
1052
+ u.length > i + 1 && (d = (Number(u[i + 1].achievement) - 1).toString()), t[n].push({
1024
1053
  rate: l.rate,
1025
1054
  minValue: l.achievement.toString(),
1026
1055
  maxValue: d
@@ -1028,18 +1057,18 @@ const Ie = (e) => {
1028
1057
  }
1029
1058
  }
1030
1059
  return t;
1031
- }, dt = (e) => {
1060
+ }, ct = (e) => {
1032
1061
  if (e.status == 0 || !e.data)
1033
1062
  return {};
1034
1063
  const t = {};
1035
- for (const a in e.data)
1036
- if (Object.prototype.hasOwnProperty.call(e.data, a)) {
1037
- const u = e.data[a];
1038
- t[a] = [];
1064
+ for (const n in e.data)
1065
+ if (Object.prototype.hasOwnProperty.call(e.data, n)) {
1066
+ const u = e.data[n];
1067
+ t[n] = [];
1039
1068
  for (let i = 0; i < u.length; i++) {
1040
1069
  const l = u[i];
1041
1070
  let d = "";
1042
- u.length > i + 1 && (d = (Number(u[i + 1].achievement) - 1).toString()), t[a].push({
1071
+ u.length > i + 1 && (d = (Number(u[i + 1].achievement) - 1).toString()), t[n].push({
1043
1072
  rate: l.rate,
1044
1073
  minValue: l.achievement,
1045
1074
  maxValue: d
@@ -1047,21 +1076,21 @@ const Ie = (e) => {
1047
1076
  }
1048
1077
  }
1049
1078
  return t;
1050
- }, ct = (e) => T(e), mt = (e) => T(e), pt = (e) => {
1051
- var t, a, u, i, l;
1079
+ }, mt = (e) => R(e), pt = (e) => R(e), gt = (e) => {
1080
+ var t, n, u, i, l;
1052
1081
  return {
1053
1082
  status: e.status == 1,
1054
1083
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
1055
1084
  default: ((t = e.data) == null ? void 0 : t.default) ?? [],
1056
- online: ((a = e.data) == null ? void 0 : a.online) ?? [],
1085
+ online: ((n = e.data) == null ? void 0 : n.online) ?? [],
1057
1086
  mycard: ((u = e.data) == null ? void 0 : u.mycard) ?? [],
1058
1087
  qrcode: ((i = e.data) == null ? void 0 : i.qrcode) ?? [],
1059
1088
  personal: ((l = e.data) == null ? void 0 : l.personal) ?? []
1060
1089
  };
1061
- }, q = (e) => (console.log(e), {
1090
+ }, H = (e) => (console.log(e), {
1062
1091
  validated: e.withdrawValidate === 1 || e.depositValidate === 1 || e.TransferCreditValidate === 1,
1063
- forms: gt(e)
1064
- }), gt = (e) => e.subDepositForms && e.subDepositForms.length > 0 ? e.subDepositForms.map((t) => ({
1092
+ forms: bt(e)
1093
+ }), bt = (e) => e.subDepositForms && e.subDepositForms.length > 0 ? e.subDepositForms.map((t) => ({
1065
1094
  id: t.id,
1066
1095
  fieldName: t.fieldname,
1067
1096
  regex: t.regex,
@@ -1079,70 +1108,70 @@ const Ie = (e) => {
1079
1108
  regex: t.regex,
1080
1109
  showName: t.showname,
1081
1110
  inputHelper: t.inputHelper
1082
- })) : [], bt = (e) => T(e), ft = (e) => e, yt = (e) => ({
1111
+ })) : [], ft = (e) => R(e), yt = (e) => e, _t = (e) => ({
1083
1112
  status: e.status == 1,
1084
1113
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? ""
1085
- }), _t = (e) => T(e), ht = (e) => ({
1114
+ }), ht = (e) => R(e), vt = (e) => ({
1086
1115
  status: e.status == 1,
1087
1116
  message: e.message,
1088
1117
  user: e.user ?? ""
1089
- }), vt = (e) => ({
1118
+ }), Tt = (e) => ({
1090
1119
  status: e.status == 1,
1091
1120
  message: e.msg ?? "",
1092
1121
  amount: e.amount ?? ""
1093
- }), Tt = (e) => T(e), Rt = (e) => {
1122
+ }), Rt = (e) => R(e), St = (e) => {
1094
1123
  var t;
1095
1124
  return {
1096
1125
  status: e.status == 1,
1097
1126
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
1098
1127
  dayStreak: ((t = e.data) == null ? void 0 : t.continuousDay) ?? 0
1099
1128
  };
1100
- }, St = (e) => {
1129
+ }, kt = (e) => {
1101
1130
  var t;
1102
1131
  return {
1103
1132
  status: e.status == 1,
1104
1133
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
1105
- countryList: ((t = e.data) == null ? void 0 : t.map((a) => {
1134
+ countryList: ((t = e.data) == null ? void 0 : t.map((n) => {
1106
1135
  var u, i;
1107
1136
  return {
1108
- countryIndex: a.countryindex,
1109
- currencyName: a.currency_name ?? "",
1110
- label: a.label,
1137
+ countryIndex: n.countryindex,
1138
+ currencyName: n.currency_name ?? "",
1139
+ label: n.label,
1111
1140
  currencyRate: {
1112
- depositCurrencyRate: ((u = a.currency_rate) == null ? void 0 : u.currency_rate_deposit) ?? "",
1113
- withdrawCurrencyRate: ((i = a.currency_rate) == null ? void 0 : i.currency_rate_withdraw) ?? ""
1141
+ depositCurrencyRate: ((u = n.currency_rate) == null ? void 0 : u.currency_rate_deposit) ?? "",
1142
+ withdrawCurrencyRate: ((i = n.currency_rate) == null ? void 0 : i.currency_rate_withdraw) ?? ""
1114
1143
  }
1115
1144
  };
1116
1145
  })) ?? []
1117
1146
  };
1118
- }, kt = (e) => ({
1147
+ }, Pt = (e) => ({
1119
1148
  status: e.status == 1,
1120
1149
  message: e.msg ?? ""
1121
- }), Pt = (e) => ({
1150
+ }), Ot = (e) => ({
1122
1151
  status: e.status == 1,
1123
1152
  message: e.msg ?? "",
1124
1153
  form: e.form ?? "",
1125
1154
  gameUrl: e.data ?? ""
1126
- }), Ot = (e) => T(e), Mt = (e) => T(e), V = (e) => ({
1155
+ }), Mt = (e) => R(e), jt = (e) => R(e), A = (e) => ({
1127
1156
  status: e.status == 1,
1128
1157
  message: e.errormessage ?? ""
1129
- }), jt = (e) => T(e), Dt = (e) => e, xt = (e) => T(e), Ct = (e) => {
1158
+ }), Dt = (e) => R(e), xt = (e) => e, Ct = (e) => R(e), It = (e) => {
1130
1159
  var t;
1131
1160
  return {
1132
- platformProduct: ((t = e.mdPlatformProduct) == null ? void 0 : t.map((a) => ({
1133
- productMasterId: a.id_ProductMaster,
1134
- name: a.name,
1135
- com: a.com
1161
+ platformProduct: ((t = e.mdPlatformProduct) == null ? void 0 : t.map((n) => ({
1162
+ productMasterId: n.id_ProductMaster,
1163
+ name: n.name,
1164
+ com: n.com
1136
1165
  }))) ?? []
1137
1166
  };
1138
- }, It = (e) => {
1167
+ }, Lt = (e) => {
1139
1168
  var t;
1140
- return ((t = e.mdProductMaster) == null ? void 0 : t.map((a) => {
1169
+ return ((t = e.mdProductMaster) == null ? void 0 : t.map((n) => {
1141
1170
  var u;
1142
1171
  return {
1143
- id: a.id,
1144
- name: a.name,
1145
- product: ((u = a.platformproduct) == null ? void 0 : u.map((i) => ({
1172
+ id: n.id,
1173
+ name: n.name,
1174
+ product: ((u = n.platformproduct) == null ? void 0 : u.map((i) => ({
1146
1175
  id: i.id,
1147
1176
  name: i.name,
1148
1177
  platformId: i.id_PlatformMaster,
@@ -1150,33 +1179,33 @@ const Ie = (e) => {
1150
1179
  }))) ?? []
1151
1180
  };
1152
1181
  })) ?? [];
1153
- }, Lt = (e) => T(e), wt = (e) => T(e), zt = (e) => T(e), Gt = (e) => T(e), Nt = (e) => T(e), Ft = (e) => T(e), Bt = (e) => T(e), Ut = (e) => ({
1182
+ }, wt = (e) => R(e), zt = (e) => R(e), Gt = (e) => R(e), Nt = (e) => R(e), Ft = (e) => R(e), Bt = (e) => R(e), Ut = (e) => R(e), Wt = (e) => ({
1154
1183
  status: e.status == 1,
1155
1184
  message: e.msg ?? "",
1156
1185
  data: e.data
1157
- }), Wt = (e) => ({
1186
+ }), qt = (e) => ({
1158
1187
  status: e.status == 1,
1159
1188
  message: e.msg ?? ""
1160
- }), qt = (e) => {
1189
+ }), Vt = (e) => {
1161
1190
  let t = "";
1162
1191
  return e.data && (t = e.data.max_promo_amt), {
1163
1192
  status: e.status == 1,
1164
1193
  amount: t
1165
1194
  };
1166
- }, Vt = (e) => ({
1195
+ }, Et = (e) => ({
1167
1196
  eventDescription: {
1168
1197
  condition: e.bottomDescription.signinCondition,
1169
1198
  prize: e.bottomDescription.signinPrize,
1170
1199
  others: e.bottomDescription.otherDescription
1171
1200
  },
1172
1201
  firstDayOfMonth: e.firstDayOfMonth
1173
- }), Et = (e) => ({
1202
+ }), $t = (e) => ({
1174
1203
  status: e.status == 1,
1175
1204
  signedDays: e.days,
1176
1205
  signedToday: e.todayIsSign === 1,
1177
1206
  dayStreak: e.continuousDay,
1178
1207
  canSignToday: e.canSign === 1
1179
- }), $t = (e) => ({
1208
+ }), Ht = (e) => ({
1180
1209
  status: e.status == 1,
1181
1210
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
1182
1211
  fullName: e.fullname,
@@ -1205,14 +1234,14 @@ const Ie = (e) => {
1205
1234
  extension: e.extension_list.map((t) => ({
1206
1235
  name: t.name,
1207
1236
  achievedLevel: t.achieved_level,
1208
- detail: t.detail.map((a) => ({
1209
- level: a.level,
1210
- levelName: a.levelname,
1211
- achievement: a.achievement,
1212
- commission: a.commission
1237
+ detail: t.detail.map((n) => ({
1238
+ level: n.level,
1239
+ levelName: n.levelname,
1240
+ achievement: n.achievement,
1241
+ commission: n.commission
1213
1242
  }))
1214
1243
  }))
1215
- }), Ht = (e) => ({
1244
+ }), At = (e) => ({
1216
1245
  status: e.status == 1,
1217
1246
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
1218
1247
  id: e.id ?? 0,
@@ -1224,45 +1253,45 @@ const Ie = (e) => {
1224
1253
  })),
1225
1254
  currentPage: e.page,
1226
1255
  lastPage: e.lastpage
1227
- }), At = (e) => ({
1256
+ }), Jt = (e) => ({
1228
1257
  status: e.status == "1",
1229
1258
  message: e.msg ?? "",
1230
1259
  username: e.accountcode,
1231
1260
  password: e.password
1232
- }), Jt = (e) => {
1261
+ }), Yt = (e) => {
1233
1262
  var t;
1234
1263
  return {
1235
1264
  currentPage: e.mdGameCreditLimitTransfers.current_page,
1236
1265
  lastPage: e.mdGameCreditLimitTransfers.last_page,
1237
- data: ((t = e.mdGameCreditLimitTransfers.data) == null ? void 0 : t.map((a) => ({
1238
- transferIndex: a.clindex,
1239
- target: a.com_from !== "" ? a.com_from : a.com_to,
1240
- category: a.com_from !== "" ? "transferOut" : "transferIn",
1241
- amount: a.amount,
1242
- dateTime: a.transferdatetime
1266
+ data: ((t = e.mdGameCreditLimitTransfers.data) == null ? void 0 : t.map((n) => ({
1267
+ transferIndex: n.clindex,
1268
+ target: n.com_from !== "" ? n.com_from : n.com_to,
1269
+ category: n.com_from !== "" ? "transferOut" : "transferIn",
1270
+ amount: n.amount,
1271
+ dateTime: n.transferdatetime
1243
1272
  }))) ?? []
1244
1273
  };
1245
- }, Yt = (e) => {
1274
+ }, Kt = (e) => {
1246
1275
  var t;
1247
1276
  return {
1248
1277
  currentPage: e.mdAgTransfeReport.current_page,
1249
1278
  lastPage: e.mdAgTransfeReport.last_page,
1250
- data: ((t = e.mdAgTransfeReport.data) == null ? void 0 : t.map((a) => ({
1251
- sender: a.sender,
1252
- receiver: a.receiver,
1253
- transferId: a.id,
1254
- amount: a.amount,
1255
- dateTime: a.transferdatetime
1279
+ data: ((t = e.mdAgTransfeReport.data) == null ? void 0 : t.map((n) => ({
1280
+ sender: n.sender,
1281
+ receiver: n.receiver,
1282
+ transferId: n.id,
1283
+ amount: n.amount,
1284
+ dateTime: n.transferdatetime
1256
1285
  }))) ?? []
1257
1286
  };
1258
- }, Kt = (e) => {
1259
- var t, a, u, i, l, d, m, f, p, _, M;
1287
+ }, Qt = (e) => {
1288
+ var t, n, u, i, l, d, m, f, p, _, j;
1260
1289
  return {
1261
1290
  status: e.status == 1,
1262
1291
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
1263
1292
  data: {
1264
1293
  total: (t = e.data) != null && t.total ? {
1265
- bet: (((a = e.data) == null ? void 0 : a.total.bet) ?? 0).toFixed(2),
1294
+ bet: (((n = e.data) == null ? void 0 : n.total.bet) ?? 0).toFixed(2),
1266
1295
  activeBet: (((u = e.data) == null ? void 0 : u.total.activebet) ?? 0).toFixed(2),
1267
1296
  validBet: (((i = e.data) == null ? void 0 : i.total.validbet) ?? 0).toFixed(2),
1268
1297
  payout: (((l = e.data) == null ? void 0 : l.total.payout) ?? 0).toFixed(2)
@@ -1290,32 +1319,32 @@ const Ie = (e) => {
1290
1319
  resultL: v.resultL
1291
1320
  }))) ?? [],
1292
1321
  currentPage: ((_ = e.data) == null ? void 0 : _.page.current_page) ?? 1,
1293
- totalPage: ((M = e.data) == null ? void 0 : M.page.last_page) ?? 1
1322
+ totalPage: ((j = e.data) == null ? void 0 : j.page.last_page) ?? 1
1294
1323
  }
1295
1324
  };
1296
- }, Qt = (e) => {
1297
- var t, a, u;
1325
+ }, Xt = (e) => {
1326
+ var t, n, u;
1298
1327
  return {
1299
1328
  status: e.status == 1,
1300
1329
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
1301
1330
  data: {
1302
1331
  key: ((t = e.data) == null ? void 0 : t.key) ?? "",
1303
- qrcode: ((a = e.data) == null ? void 0 : a.qrcode) ?? "",
1332
+ qrcode: ((n = e.data) == null ? void 0 : n.qrcode) ?? "",
1304
1333
  binded: ((u = e.data) == null ? void 0 : u.binded) ?? !1
1305
1334
  }
1306
1335
  };
1307
- }, Xt = (e) => T(e), Zt = (e) => {
1336
+ }, Zt = (e) => R(e), en = (e) => {
1308
1337
  var t;
1309
1338
  return {
1310
1339
  status: e.status == 1,
1311
1340
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
1312
- data: ((t = e.data) == null ? void 0 : t.map((a) => ({
1313
- deviceName: a.device_name,
1314
- createdAt: a.created_at
1341
+ data: ((t = e.data) == null ? void 0 : t.map((n) => ({
1342
+ deviceName: n.device_name,
1343
+ createdAt: n.created_at
1315
1344
  }))) ?? []
1316
1345
  };
1317
- }, ea = (e) => T(e), ta = (e) => {
1318
- var t, a, u;
1346
+ }, tn = (e) => R(e), nn = (e) => {
1347
+ var t, n, u;
1319
1348
  return {
1320
1349
  status: e.status == 1,
1321
1350
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
@@ -1324,7 +1353,7 @@ const Ie = (e) => {
1324
1353
  key: i.key,
1325
1354
  count: i.count
1326
1355
  }))) ?? [],
1327
- prizeCount: ((a = e.data.prizeRCount) == null ? void 0 : a.map((i) => ({
1356
+ prizeCount: ((n = e.data.prizeRCount) == null ? void 0 : n.map((i) => ({
1328
1357
  key: i.key,
1329
1358
  count: i.count
1330
1359
  }))) ?? [],
@@ -1339,23 +1368,23 @@ const Ie = (e) => {
1339
1368
  }))) ?? []
1340
1369
  }
1341
1370
  };
1342
- }, aa = (e) => T(e), na = (e) => ({
1371
+ }, an = (e) => R(e), on = (e) => ({
1343
1372
  status: e.status == 1,
1344
1373
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
1345
1374
  tokenAmount: e.token_amount
1346
- }), oa = (e) => T(e);
1347
- var $ = /* @__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))($ || {});
1348
- const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1375
+ }), rn = (e) => R(e);
1376
+ var Y = /* @__PURE__ */ ((e) => (e.vipcalculation = "vipcalculation", e.livechat = "livechat", e.extralivechat = "extralivechat", e.mobilevalidate = "mobilevalidate", e.withdrawtac = "withdrawtac", e.imageDomain = "imagedomain", e.withdrawalCode = "withdrawalcode", e.withdrawAlipay = "withdrawalipay", e.crypto = "crypto", e))(Y || {});
1377
+ const sn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1349
1378
  __proto__: null,
1350
- SettingType: $
1351
- }, Symbol.toStringTag, { value: "Module" })), sa = (e) => {
1379
+ SettingType: Y
1380
+ }, Symbol.toStringTag, { value: "Module" })), ln = (e) => {
1352
1381
  let t = 0;
1353
1382
  return e.data != null && typeof e.data == "object" && (t = e.data.amount), {
1354
1383
  status: e.status,
1355
1384
  message: e.msg ?? "",
1356
1385
  amount: t
1357
1386
  };
1358
- }, ia = (e) => e.status == 0 ? {
1387
+ }, un = (e) => e.status == 0 ? {
1359
1388
  record: {
1360
1389
  today: {
1361
1390
  deposit: "0",
@@ -1385,15 +1414,15 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1385
1414
  loseLimit: t.loselimit,
1386
1415
  maxReward: t.max_reward
1387
1416
  }))
1388
- }, la = (e) => e.status == 0 ? [] : e.data.map((t) => ({
1417
+ }, dn = (e) => e.status == 0 ? [] : e.data.map((t) => ({
1389
1418
  amount: t.amount,
1390
1419
  date: t.date,
1391
1420
  deposit: t.deposit,
1392
1421
  payout: t.payout
1393
- })), ua = (e) => ({
1422
+ })), cn = (e) => ({
1394
1423
  status: e.status,
1395
1424
  message: e.msg ?? ""
1396
- }), da = (e) => e.status == 0 ? {
1425
+ }), mn = (e) => e.status == 0 ? {
1397
1426
  status: e.status,
1398
1427
  message: e.msg ?? "",
1399
1428
  data: null
@@ -1415,36 +1444,36 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1415
1444
  collectable: e.data.collectable,
1416
1445
  remainingDay: e.data.remaining
1417
1446
  }
1418
- }, ca = (e) => ({
1447
+ }, pn = (e) => ({
1419
1448
  status: e.status,
1420
1449
  message: e.msg ?? ""
1421
- }), ma = (e) => ({
1450
+ }), gn = (e) => ({
1422
1451
  status: e.status == 1,
1423
1452
  errorMessage: e.errormessage ?? "",
1424
1453
  isAutoTransfer: e.optionkey == "auto"
1425
- }), pa = (e) => T(e), ga = (e) => ({
1454
+ }), bn = (e) => R(e), fn = (e) => ({
1426
1455
  status: e.status,
1427
1456
  message: e.msg ?? "",
1428
1457
  turnover: e.data ? e.data.turnover : 0,
1429
1458
  percentage: e.data ? e.data.percentage ?? 0 : 0,
1430
1459
  incentive: e.data ? e.data.incentive : 0,
1431
1460
  claimable: 0
1432
- }), ba = (e) => {
1461
+ }), yn = (e) => {
1433
1462
  let t = "0";
1434
1463
  return e.data && (t = e.data.incentive), {
1435
1464
  status: e.status,
1436
1465
  message: e.msg ?? "",
1437
1466
  amount: t
1438
1467
  };
1439
- }, fa = (e) => {
1468
+ }, _n = (e) => {
1440
1469
  let t = "0";
1441
1470
  return e.data && (t = e.data.incentive), {
1442
1471
  status: e.status,
1443
1472
  message: e.msg ?? "",
1444
1473
  amount: t
1445
1474
  };
1446
- }, ya = async (e) => {
1447
- var t, a, u, i, l, d, m, f, p, _, M, v, g, S;
1475
+ }, hn = async (e) => {
1476
+ var t, n, u, i, l, d, m, f, p, _, j, v, g, S;
1448
1477
  try {
1449
1478
  e.findIndex((c) => c.name === s.vipList) !== -1 && e.push(
1450
1479
  {
@@ -1455,11 +1484,11 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1455
1484
  { name: s.vipStatus, query: "" },
1456
1485
  {
1457
1486
  name: s.getSetting,
1458
- query: JSON.stringify({ name: [$.vipcalculation] })
1487
+ query: JSON.stringify({ name: [Y.vipcalculation] })
1459
1488
  }
1460
1489
  );
1461
- const z = e.findIndex((c) => c.name === s.gameList);
1462
- z !== -1 && (JSON.parse(e[z].query).pid || e.push({
1490
+ const C = e.findIndex((c) => c.name === s.gameList);
1491
+ C !== -1 && (JSON.parse(e[C].query).pid || e.push({
1463
1492
  name: s.fishGameList,
1464
1493
  query: JSON.stringify({
1465
1494
  d: "mobile",
@@ -1470,22 +1499,22 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1470
1499
  name: s.getPlatformTurnoverRate,
1471
1500
  query: ""
1472
1501
  }));
1473
- const N = e.findIndex((c) => c.name === s.searchHot);
1474
- if (N !== -1) {
1502
+ const w = e.findIndex((c) => c.name === s.searchHot);
1503
+ if (w !== -1) {
1475
1504
  let c = {};
1476
1505
  e.forEach((y) => {
1477
1506
  c = y.query;
1478
- }), e.splice(N), e.push({
1507
+ }), e.splice(w), e.push({
1479
1508
  name: s.getFourDimensionData,
1480
1509
  query: String(c)
1481
1510
  });
1482
1511
  }
1483
- const R = e.findIndex((c) => c.name === s.searchNumberHistory);
1484
- if (R !== -1) {
1512
+ const T = e.findIndex((c) => c.name === s.searchNumberHistory);
1513
+ if (T !== -1) {
1485
1514
  let c = {};
1486
1515
  e.forEach((y) => {
1487
1516
  c = y.query;
1488
- }), e.splice(R), e.push({
1517
+ }), e.splice(T), e.push({
1489
1518
  name: s.getFourDimensionData,
1490
1519
  query: String(c)
1491
1520
  });
@@ -1494,15 +1523,15 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1494
1523
  let c = {};
1495
1524
  e.forEach((y) => {
1496
1525
  c = y.query;
1497
- }), e.splice(R), e.push({
1526
+ }), e.splice(T), e.push({
1498
1527
  name: s.getFourDimensionData,
1499
1528
  query: String(c)
1500
1529
  });
1501
1530
  }
1502
- const B = e.findIndex(
1531
+ const N = e.findIndex(
1503
1532
  (c) => c.name === s.getFourDimensionData
1504
1533
  );
1505
- B !== -1 && e[B].query == "" && (e.splice(B), e.push(
1534
+ N !== -1 && e[N].query == "" && (e.splice(N), e.push(
1506
1535
  {
1507
1536
  name: s.getFourDimensionData,
1508
1537
  query: JSON.stringify({ action: s.getCompany, native: "1" })
@@ -1518,486 +1547,486 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1518
1547
  })
1519
1548
  }
1520
1549
  ));
1521
- const te = {
1550
+ const W = {
1522
1551
  requests: e.map((c) => ({
1523
1552
  name: c.name,
1524
1553
  query: btoa(c.query)
1525
1554
  }))
1526
- }, ae = await w.post(
1555
+ }, q = await G.post(
1527
1556
  "/jwt",
1528
- ne(JSON.stringify(te))
1557
+ oe(JSON.stringify(W))
1529
1558
  ), o = {
1530
1559
  status: 200,
1531
1560
  message: "",
1532
1561
  result: {}
1533
1562
  };
1534
- for (const c of ae.data.responses) {
1563
+ for (const c of q.data.responses) {
1535
1564
  c.error != null && c.error.code != 200 && (o.status = c.error.code, o.message = c.error.message);
1536
- const y = c.attributes !== null && c.attributes !== void 0 ? oe(c.attributes) : null, r = c.name, n = y ? JSON.parse(y) : null;
1537
- if (console.log(r), console.log(JSON.stringify(n)), !n)
1565
+ const y = c.attributes !== null && c.attributes !== void 0 ? re(c.attributes) : null, r = c.name, a = y ? JSON.parse(y) : null;
1566
+ if (console.log(r), console.log(JSON.stringify(a)), !a)
1538
1567
  console.log("Not data received"), o.result[r] = null;
1539
1568
  else
1540
1569
  switch (r) {
1541
1570
  case s.announcement:
1542
- o.result[r] = ge(n);
1571
+ o.result[r] = be(a);
1543
1572
  break;
1544
1573
  case s.gameList:
1545
- o.result[r] = fe(n);
1574
+ o.result[r] = ye(a);
1546
1575
  break;
1547
1576
  case s.cmsList:
1548
- o.result[r] = Se(n);
1577
+ o.result[r] = ke(a);
1549
1578
  break;
1550
1579
  case s.paymentsProvider:
1551
- o.result[r] = de(
1552
- n
1580
+ o.result[r] = ce(
1581
+ a
1553
1582
  );
1554
1583
  break;
1555
1584
  case s.getUserProfile:
1556
- o.result[r] = be(n);
1585
+ o.result[r] = fe(a);
1557
1586
  break;
1558
1587
  case s.vipList:
1559
- o.result[r] = ye(n);
1588
+ o.result[r] = _e(a);
1560
1589
  break;
1561
1590
  case s.vipBonus:
1562
- o.result[r] = he(n);
1591
+ o.result[r] = ve(a);
1563
1592
  break;
1564
1593
  case s.vipFieldStatus:
1565
- o.result[r] = ve(n);
1594
+ o.result[r] = Te(a);
1566
1595
  break;
1567
1596
  case s.vipStatus:
1568
- o.result[r] = Te(n);
1597
+ o.result[r] = Re(a);
1569
1598
  break;
1570
1599
  case s.promotion:
1571
- o.result[r] = _e(n);
1600
+ o.result[r] = he(a);
1572
1601
  break;
1573
1602
  case s.getSetting:
1574
- o.result[r] = Re(n);
1603
+ o.result[r] = Se(a);
1575
1604
  break;
1576
1605
  case s.getCountryMobile:
1577
- o.result[r] = ke(
1578
- n
1606
+ o.result[r] = Pe(
1607
+ a
1579
1608
  );
1580
1609
  break;
1581
1610
  case s.getPlatformTurnoverRate:
1582
- o.result[r] = Pe(
1583
- n
1611
+ o.result[r] = Oe(
1612
+ a
1584
1613
  );
1585
1614
  break;
1586
1615
  case s.mainWallet:
1587
- o.result[r] = Oe(n);
1616
+ o.result[r] = Me(a);
1588
1617
  break;
1589
1618
  case s.getLanguageSetting:
1590
- o.result[r] = Me(
1591
- n
1619
+ o.result[r] = je(
1620
+ a
1592
1621
  );
1593
1622
  break;
1594
1623
  case s.getFourDimensionData:
1595
- o.result[r] = je(
1596
- n
1624
+ o.result[r] = De(
1625
+ a
1597
1626
  );
1598
1627
  break;
1599
1628
  case s.getCompany:
1600
- o.result[r] = De(n);
1629
+ o.result[r] = xe(a);
1601
1630
  break;
1602
1631
  case s.searchResultDate:
1603
- o.result[r] = xe(
1604
- n
1632
+ o.result[r] = Ce(
1633
+ a
1605
1634
  );
1606
1635
  break;
1607
1636
  case s.searchHot:
1608
- o.result[r] = Ie(n);
1637
+ o.result[r] = Le(a);
1609
1638
  break;
1610
1639
  case s.searchByDate:
1611
- o.result[r] = Le(n);
1640
+ o.result[r] = we(a);
1612
1641
  break;
1613
1642
  case s.upcomingMatches:
1614
- o.result[r] = we(
1615
- n
1643
+ o.result[r] = ze(
1644
+ a
1616
1645
  );
1617
1646
  break;
1618
1647
  case s.deposit:
1619
- o.result[r] = ze(n);
1648
+ o.result[r] = Ge(a);
1620
1649
  break;
1621
1650
  case s.applyVipBonus:
1622
- o.result[r] = Ge(n);
1651
+ o.result[r] = Ne(a);
1623
1652
  break;
1624
1653
  case s.withdraw:
1625
- o.result[r] = Ne(n);
1654
+ o.result[r] = Fe(a);
1626
1655
  break;
1627
1656
  case s.getBankCardData:
1628
- o.result[r] = Fe(
1629
- n
1657
+ o.result[r] = Be(
1658
+ a
1630
1659
  );
1631
1660
  break;
1632
1661
  case s.withdrawalGet:
1633
- o.result[r] = Be(n);
1662
+ o.result[r] = Ue(a);
1634
1663
  break;
1635
1664
  case s.addBankCard:
1636
- o.result[r] = Ue(n);
1665
+ o.result[r] = We(a);
1637
1666
  break;
1638
1667
  case s.transactionReport:
1639
- o.result[r] = We(
1640
- n
1668
+ o.result[r] = qe(
1669
+ a
1641
1670
  );
1642
1671
  break;
1643
1672
  case s.changePassword:
1644
- o.result[r] = Ve(n);
1673
+ o.result[r] = Ee(a);
1645
1674
  break;
1646
1675
  case s.wallet:
1647
- o.result[r] = Ee(n);
1676
+ o.result[r] = $e(a);
1648
1677
  break;
1649
1678
  case s.getEventList:
1650
- o.result[r] = $e(n);
1679
+ o.result[r] = He(a);
1651
1680
  break;
1652
1681
  case s.getEventToken:
1653
- o.result[r] = He(n);
1682
+ o.result[r] = Ae(a);
1654
1683
  break;
1655
1684
  case s.getExtraGame:
1656
- o.result[r] = Ae(n);
1685
+ o.result[r] = Je(a);
1657
1686
  break;
1658
1687
  case s.mailBox:
1659
- o.result[r] = Je(n);
1688
+ o.result[r] = Ye(a);
1660
1689
  break;
1661
1690
  case s.fishGameList:
1662
- o.result[r] = Ye(n);
1691
+ o.result[r] = Ke(a);
1663
1692
  break;
1664
1693
  case s.slotGameList:
1665
- o.result[r] = Ke(n);
1694
+ o.result[r] = Qe(a);
1666
1695
  break;
1667
1696
  case s.getTurnOverRewardData:
1668
- o.result[r] = Qe(
1669
- n
1697
+ o.result[r] = Xe(
1698
+ a
1670
1699
  );
1671
1700
  break;
1672
1701
  case s.getTurnOverRewardReport:
1673
- o.result[r] = Xe(
1674
- n
1702
+ o.result[r] = Ze(
1703
+ a
1675
1704
  );
1676
1705
  break;
1677
1706
  case s.getInviteRewardData:
1678
- o.result[r] = Ze(
1679
- n
1707
+ o.result[r] = et(
1708
+ a
1680
1709
  );
1681
1710
  break;
1682
1711
  case s.getInviteRewardReport:
1683
- o.result[r] = et(
1684
- n
1712
+ o.result[r] = tt(
1713
+ a
1685
1714
  );
1686
1715
  break;
1687
1716
  case s.getTopupRewardData:
1688
- o.result[r] = tt(
1689
- n
1717
+ o.result[r] = nt(
1718
+ a
1690
1719
  );
1691
1720
  break;
1692
1721
  case s.getTopupRewardReport:
1693
1722
  o.result[r] = at(
1694
- n
1723
+ a
1695
1724
  );
1696
1725
  break;
1697
1726
  case s.getRewardReferral:
1698
- o.result[r] = nt(
1699
- n
1727
+ o.result[r] = ot(
1728
+ a
1700
1729
  );
1701
1730
  break;
1702
1731
  case s.submitWithdrawValidate:
1703
- o.result[r] = V(n);
1732
+ o.result[r] = A(a);
1704
1733
  break;
1705
1734
  case s.getDepositPromotion:
1706
- o.result[r] = ot(
1707
- n
1735
+ o.result[r] = rt(
1736
+ a
1708
1737
  );
1709
1738
  break;
1710
1739
  case s.getTopUpRewardClaim:
1711
- o.result[r] = rt(
1712
- n
1740
+ o.result[r] = st(
1741
+ a
1713
1742
  );
1714
1743
  break;
1715
1744
  case s.getInviteRewardClaim:
1716
- o.result[r] = st(
1717
- n
1745
+ o.result[r] = it(
1746
+ a
1718
1747
  );
1719
1748
  break;
1720
1749
  case s.getTurnOverRewardClaim:
1721
- o.result[r] = it(
1722
- n
1750
+ o.result[r] = lt(
1751
+ a
1723
1752
  );
1724
1753
  break;
1725
1754
  case s.getInviteRewardSetting:
1726
- o.result[r] = lt(
1727
- n
1755
+ o.result[r] = ut(
1756
+ a
1728
1757
  );
1729
1758
  break;
1730
1759
  case s.getTurnOverRewardSetting:
1731
- o.result[r] = ut(
1732
- n
1760
+ o.result[r] = dt(
1761
+ a
1733
1762
  );
1734
1763
  break;
1735
1764
  case s.getTopUpRewardSetting:
1736
- o.result[r] = dt(
1737
- n
1765
+ o.result[r] = ct(
1766
+ a
1738
1767
  );
1739
1768
  break;
1740
1769
  case s.requestForgetPassword:
1741
- o.result[r] = ct(
1742
- n
1770
+ o.result[r] = mt(
1771
+ a
1743
1772
  );
1744
1773
  break;
1745
1774
  case s.submitForgetPassword:
1746
- o.result[r] = mt(
1747
- n
1775
+ o.result[r] = pt(
1776
+ a
1748
1777
  );
1749
1778
  break;
1750
1779
  case s.getImage:
1751
- o.result[r] = pt(n);
1780
+ o.result[r] = gt(a);
1752
1781
  break;
1753
1782
  case s.getDepositValidate:
1754
- o.result[r] = q(n);
1783
+ o.result[r] = H(a);
1755
1784
  break;
1756
1785
  case s.getWithdrawValidate:
1757
- o.result[r] = q(n);
1786
+ o.result[r] = H(a);
1758
1787
  break;
1759
1788
  case s.getTransferCreditValidate:
1760
- o.result[r] = q(n);
1789
+ o.result[r] = H(a);
1761
1790
  break;
1762
1791
  case s.updateProfilePicture:
1763
- o.result[r] = bt(
1764
- n
1792
+ o.result[r] = ft(
1793
+ a
1765
1794
  );
1766
1795
  break;
1767
1796
  case s.readMail:
1768
- o.result[r] = ft(n);
1797
+ o.result[r] = yt(a);
1769
1798
  break;
1770
1799
  case s.checkRedPacketValidate:
1771
- o.result[r] = yt(
1772
- n
1800
+ o.result[r] = _t(
1801
+ a
1773
1802
  );
1774
1803
  break;
1775
1804
  case s.requestTacCode:
1776
- o.result[r] = _t(n);
1805
+ o.result[r] = ht(a);
1777
1806
  break;
1778
1807
  case s.getUsernameByRefer:
1779
- o.result[r] = ht(
1780
- n
1808
+ o.result[r] = vt(
1809
+ a
1781
1810
  );
1782
1811
  break;
1783
1812
  case s.applyPromo:
1784
- o.result[r] = vt(n);
1813
+ o.result[r] = Tt(a);
1785
1814
  break;
1786
1815
  case s.applyRedPacket:
1787
- o.result[r] = Tt(n);
1816
+ o.result[r] = Rt(a);
1788
1817
  break;
1789
1818
  case s.applySignIn:
1790
- o.result[r] = Rt(n);
1819
+ o.result[r] = St(a);
1791
1820
  break;
1792
1821
  case s.getCountry:
1793
- o.result[r] = St(n);
1822
+ o.result[r] = kt(a);
1794
1823
  break;
1795
1824
  case s.submitGiftCode:
1796
- o.result[r] = kt(n);
1825
+ o.result[r] = Pt(a);
1797
1826
  break;
1798
1827
  case s.playGame:
1799
- o.result[r] = Pt(n);
1828
+ o.result[r] = Ot(a);
1800
1829
  break;
1801
1830
  case s.transferToMain:
1802
- o.result[r] = Ot(n);
1831
+ o.result[r] = Mt(a);
1803
1832
  break;
1804
1833
  case s.transferProcess:
1805
- o.result[r] = Mt(
1806
- n
1834
+ o.result[r] = jt(
1835
+ a
1807
1836
  );
1808
1837
  break;
1809
1838
  case s.submitDepositValidate:
1810
- o.result[r] = V(n);
1839
+ o.result[r] = A(a);
1811
1840
  break;
1812
1841
  case s.submitTransferCreditValidate:
1813
- o.result[r] = V(n);
1842
+ o.result[r] = A(a);
1814
1843
  break;
1815
1844
  case s.checkTransferCredit:
1816
- o.result[r] = jt(
1817
- n
1845
+ o.result[r] = Dt(
1846
+ a
1818
1847
  );
1819
1848
  break;
1820
1849
  case s.friendList:
1821
- o.result[r] = Dt(n);
1850
+ o.result[r] = xt(a);
1822
1851
  break;
1823
1852
  case s.friendListEdit:
1824
- o.result[r] = xt(n);
1853
+ o.result[r] = Ct(a);
1825
1854
  break;
1826
1855
  case s.getActivePP:
1827
- o.result[r] = Ct(n);
1856
+ o.result[r] = It(a);
1828
1857
  break;
1829
1858
  case s.getActiveProduct:
1830
- o.result[r] = It(
1831
- n
1859
+ o.result[r] = Lt(
1860
+ a
1832
1861
  );
1833
1862
  break;
1834
1863
  case s.requestWithdrawTac:
1835
- o.result[r] = Lt(
1836
- n
1864
+ o.result[r] = wt(
1865
+ a
1837
1866
  );
1838
1867
  break;
1839
1868
  case s.requestWithdrawalCode:
1840
- o.result[r] = wt(
1841
- n
1869
+ o.result[r] = zt(
1870
+ a
1842
1871
  );
1843
1872
  break;
1844
1873
  case s.commissionWithdraw:
1845
- o.result[r] = zt(
1846
- n
1874
+ o.result[r] = Gt(
1875
+ a
1847
1876
  );
1848
1877
  break;
1849
1878
  case s.submitWithdrawalCode:
1850
- o.result[r] = Gt(
1851
- n
1879
+ o.result[r] = Nt(
1880
+ a
1852
1881
  );
1853
1882
  break;
1854
1883
  case s.submitCryptoAccount:
1855
- o.result[r] = Nt(
1856
- n
1884
+ o.result[r] = Ft(
1885
+ a
1857
1886
  );
1858
1887
  break;
1859
1888
  case s.requestTransferMoney:
1860
- o.result[r] = Ft(
1861
- n
1889
+ o.result[r] = Bt(
1890
+ a
1862
1891
  );
1863
1892
  break;
1864
1893
  case s.submitTransferMoney:
1865
- o.result[r] = Bt(
1866
- n
1894
+ o.result[r] = Ut(
1895
+ a
1867
1896
  );
1868
1897
  break;
1869
1898
  case s.requestUpdateMobileTacCode:
1870
- o.result[r] = Ut(
1871
- n
1899
+ o.result[r] = Wt(
1900
+ a
1872
1901
  );
1873
1902
  break;
1874
1903
  case s.submitUpdateMobileTacCode:
1875
- o.result[r] = Wt(
1876
- n
1904
+ o.result[r] = qt(
1905
+ a
1877
1906
  );
1878
1907
  break;
1879
1908
  case s.getVerifyPromo:
1880
- o.result[r] = qt(n);
1909
+ o.result[r] = Vt(a);
1881
1910
  break;
1882
1911
  case s.signInViewInfo:
1883
- o.result[r] = Vt(n);
1912
+ o.result[r] = Et(a);
1884
1913
  break;
1885
1914
  case s.signInRecord:
1886
- o.result[r] = Et(n);
1915
+ o.result[r] = $t(a);
1887
1916
  break;
1888
1917
  case s.referralProfile:
1889
- o.result[r] = $t(
1890
- n
1918
+ o.result[r] = Ht(
1919
+ a
1891
1920
  );
1892
1921
  break;
1893
1922
  case s.referralMemberProfile:
1894
- o.result[r] = Ht(
1895
- n
1923
+ o.result[r] = At(
1924
+ a
1896
1925
  );
1897
1926
  break;
1898
1927
  case s.registerAction:
1899
- o.result[r] = At(n);
1928
+ o.result[r] = Jt(a);
1900
1929
  break;
1901
1930
  case s.transferReport:
1902
- o.result[r] = Jt(n);
1931
+ o.result[r] = Yt(a);
1903
1932
  break;
1904
1933
  case s.agTransferCreditReport:
1905
- o.result[r] = Yt(
1906
- n
1934
+ o.result[r] = Kt(
1935
+ a
1907
1936
  );
1908
1937
  break;
1909
1938
  case s.betReport:
1910
- o.result[r] = Kt(n);
1939
+ o.result[r] = Qt(a);
1911
1940
  break;
1912
1941
  case s.getTwoFactorAuthenticate:
1913
- o.result[r] = Qt(
1914
- n
1942
+ o.result[r] = Xt(
1943
+ a
1915
1944
  );
1916
1945
  break;
1917
1946
  case s.submitTwoFactorAuthenticate:
1918
- o.result[r] = Xt(
1919
- n
1947
+ o.result[r] = Zt(
1948
+ a
1920
1949
  );
1921
1950
  break;
1922
1951
  case s.getUserDeviceList:
1923
- o.result[r] = Zt(
1924
- n
1952
+ o.result[r] = en(
1953
+ a
1925
1954
  );
1926
1955
  break;
1927
1956
  case s.unbindUserDevice:
1928
- o.result[r] = ea(
1929
- n
1957
+ o.result[r] = tn(
1958
+ a
1930
1959
  );
1931
1960
  break;
1932
1961
  case s.searchNumberHistory:
1933
- o.result[r] = ta(
1934
- n
1962
+ o.result[r] = nn(
1963
+ a
1935
1964
  );
1936
1965
  break;
1937
1966
  case s.changeWithdrawalCode:
1938
- o.result[r] = aa(
1939
- n
1967
+ o.result[r] = an(
1968
+ a
1940
1969
  );
1941
1970
  break;
1942
1971
  case s.checkRedPacketToken:
1943
- o.result[r] = na(
1944
- n
1972
+ o.result[r] = on(
1973
+ a
1945
1974
  );
1946
1975
  break;
1947
1976
  case s.submitWithdrawalAlipay:
1948
- o.result[r] = oa(
1949
- n
1977
+ o.result[r] = rn(
1978
+ a
1950
1979
  );
1951
1980
  break;
1952
1981
  case s.applyReliefFund:
1953
- o.result[r] = sa(
1954
- n
1982
+ o.result[r] = ln(
1983
+ a
1955
1984
  );
1956
1985
  break;
1957
1986
  case s.getReliefFundData:
1958
- o.result[r] = ia(
1959
- n
1987
+ o.result[r] = un(
1988
+ a
1960
1989
  );
1961
1990
  break;
1962
1991
  case s.getReliefFundReport:
1963
- o.result[r] = la(
1964
- n
1992
+ o.result[r] = dn(
1993
+ a
1965
1994
  );
1966
1995
  break;
1967
1996
  case s.getWeekCardClaim:
1968
- o.result[r] = ua(
1969
- n
1997
+ o.result[r] = cn(
1998
+ a
1970
1999
  );
1971
2000
  break;
1972
2001
  case s.getWeekCardData:
1973
- o.result[r] = da(
1974
- n
2002
+ o.result[r] = mn(
2003
+ a
1975
2004
  );
1976
2005
  break;
1977
2006
  case s.applyWeekCard:
1978
- o.result[r] = ca(n);
2007
+ o.result[r] = pn(a);
1979
2008
  break;
1980
2009
  case s.transferSetting:
1981
- o.result[r] = ma(
1982
- n
2010
+ o.result[r] = gn(
2011
+ a
1983
2012
  );
1984
2013
  break;
1985
2014
  case s.transfer:
1986
- o.result[r] = pa(n);
2015
+ o.result[r] = bn(a);
1987
2016
  break;
1988
2017
  case s.getIncentiveData:
1989
- o.result[r] = ga(
1990
- n
2018
+ o.result[r] = fn(
2019
+ a
1991
2020
  );
1992
2021
  break;
1993
2022
  case s.getIncentiveRebate:
1994
- o.result[r] = ba(
1995
- n
2023
+ o.result[r] = yn(
2024
+ a
1996
2025
  );
1997
2026
  break;
1998
2027
  case s.claimIncentiveRebate:
1999
- o.result[r] = fa(
2000
- n
2028
+ o.result[r] = _n(
2029
+ a
2001
2030
  );
2002
2031
  break;
2003
2032
  }
@@ -2005,7 +2034,7 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2005
2034
  if (s.getIncentiveData in o.result && ((t = o.result) != null && t.getIncentiveData)) {
2006
2035
  const c = o.result.getIncentiveData;
2007
2036
  if (s.getIncentiveRebate in o.result) {
2008
- if ((a = o.result) != null && a.getIncentiveRebate) {
2037
+ if ((n = o.result) != null && n.getIncentiveRebate) {
2009
2038
  const y = o.result.getIncentiveRebate;
2010
2039
  c.claimable = Number(y.amount);
2011
2040
  }
@@ -2019,28 +2048,28 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2019
2048
  if (s.getSetting in o.result && ((i = o.result) != null && i.getSetting && (y = o.result.getSetting.vipCalculation), delete o.result.getSetting), s.vipStatus in o.result) {
2020
2049
  if ((l = o.result) != null && l.vipStatus) {
2021
2050
  const r = o.result.vipStatus, {
2022
- current_grade_id: n,
2051
+ current_grade_id: a,
2023
2052
  current_deposit: h,
2024
2053
  current_turnover: P,
2025
- percentage: j
2026
- } = r, C = c.list.findIndex((O) => O.id === n);
2027
- c.list = c.list.map((O, I) => {
2028
- const L = I === C;
2029
- let D = "0", b = "0", G = 0;
2030
- return L ? (D = `${Math.min(Number(h), Number(O.deposit.total))}`, b = `${Math.min(Number(P), Number(O.turnover.total))}`, G = j) : I < C ? (D = O.deposit.total, b = O.turnover.total, G = 1) : I > C && (D = "0.00", b = "0.00", G = 0), {
2054
+ percentage: D
2055
+ } = r, x = c.list.findIndex((O) => O.id === a);
2056
+ c.list = c.list.map((O, M) => {
2057
+ const z = M === x;
2058
+ let I = "0", b = "0", F = 0;
2059
+ return z ? (I = `${Math.min(Number(h), Number(O.deposit.total))}`, b = `${Math.min(Number(P), Number(O.turnover.total))}`, F = D) : M < x ? (I = O.deposit.total, b = O.turnover.total, F = 1) : M > x && (I = "0.00", b = "0.00", F = 0), {
2031
2060
  ...O,
2032
- is_current_level: L,
2061
+ is_current_level: z,
2033
2062
  deposit: {
2034
2063
  ...O.deposit,
2035
2064
  isShow: y === 1 || y === 3 || y === 4,
2036
- current: D
2065
+ current: I
2037
2066
  },
2038
2067
  turnover: {
2039
2068
  ...O.turnover,
2040
2069
  isShow: y === 2 || y === 3 || y === 4,
2041
2070
  current: b
2042
2071
  },
2043
- percentage: G
2072
+ percentage: F
2044
2073
  };
2045
2074
  });
2046
2075
  }
@@ -2048,21 +2077,21 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2048
2077
  }
2049
2078
  if (s.vipBonus in o.result) {
2050
2079
  if ((d = o.result) != null && d.vipBonus) {
2051
- const r = o.result.vipBonus, n = c.list.find((G) => G.is_current_level == !0), h = Number(n == null ? void 0 : n.benefit_list.daily.bonus) ?? 0, P = Number(n == null ? void 0 : n.benefit_list.weekly.bonus) ?? 0, j = Number(n == null ? void 0 : n.benefit_list.monthly.bonus) ?? 0;
2080
+ const r = o.result.vipBonus, a = c.list.find((F) => F.is_current_level == !0), h = Number(a == null ? void 0 : a.benefit_list.daily.bonus) ?? 0, P = Number(a == null ? void 0 : a.benefit_list.weekly.bonus) ?? 0, D = Number(a == null ? void 0 : a.benefit_list.monthly.bonus) ?? 0;
2052
2081
  c.bonus.day.isClaimable = r.day.isClaimable;
2053
- const { dayRemainingTime: C, dayProgressPercentage: O } = ie();
2082
+ const { dayRemainingTime: x, dayProgressPercentage: O } = le();
2054
2083
  c.bonus.day.timestamp = {
2055
- current: !r.day.isClaimable && h > 0 ? C : 0,
2084
+ current: !r.day.isClaimable && h > 0 ? x : 0,
2056
2085
  percentage: O
2057
2086
  }, c.bonus.week.isClaimable = r.week.isClaimable;
2058
- const { weekRemainingTime: I, weekProgressPercentage: L } = se();
2087
+ const { weekRemainingTime: M, weekProgressPercentage: z } = ie();
2059
2088
  c.bonus.week.timestamp = {
2060
- current: !r.week.isClaimable && P > 0 ? I : 0,
2061
- percentage: L
2089
+ current: !r.week.isClaimable && P > 0 ? M : 0,
2090
+ percentage: z
2062
2091
  }, c.bonus.month.isClaimable = r.month.isClaimable;
2063
- const { monthRemainingTime: D, monthProgressPercentage: b } = re();
2092
+ const { monthRemainingTime: I, monthProgressPercentage: b } = se();
2064
2093
  c.bonus.month.timestamp = {
2065
- current: !r.month.isClaimable && j > 0 ? D : 0,
2094
+ current: !r.month.isClaimable && D > 0 ? I : 0,
2066
2095
  percentage: b
2067
2096
  };
2068
2097
  }
@@ -2070,8 +2099,8 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2070
2099
  }
2071
2100
  if (s.vipFieldStatus in o.result) {
2072
2101
  if ((m = o.result) != null && m.vipFieldStatus) {
2073
- const r = o.result.vipFieldStatus, n = [];
2074
- n.push({
2102
+ const r = o.result.vipFieldStatus, a = [];
2103
+ a.push({
2075
2104
  name: "",
2076
2105
  code: "vipLevel",
2077
2106
  value: c.list.map((b) => b.name)
@@ -2079,7 +2108,7 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2079
2108
  const h = r.findIndex(
2080
2109
  (b) => b.fieldName == "upgrade_bonus"
2081
2110
  );
2082
- h > -1 && n.push({
2111
+ h > -1 && a.push({
2083
2112
  name: r[h].showName,
2084
2113
  code: "",
2085
2114
  value: c.list.map((b) => b.benefit_list.upgrade.bonus)
@@ -2087,67 +2116,67 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2087
2116
  const P = r.findIndex(
2088
2117
  (b) => b.fieldName == "upgrade_bonus_multiply"
2089
2118
  );
2090
- P > -1 && n.push({
2119
+ P > -1 && a.push({
2091
2120
  name: r[P].showName,
2092
2121
  code: "",
2093
2122
  value: c.list.map((b) => b.benefit_list.upgrade.turnover)
2094
2123
  });
2095
- const j = r.findIndex(
2124
+ const D = r.findIndex(
2096
2125
  (b) => b.fieldName == "monthly_bonus"
2097
2126
  );
2098
- c.bonus.month.isShow = j > -1, j > -1 && n.push({
2099
- name: r[j].showName,
2127
+ c.bonus.month.isShow = D > -1, D > -1 && a.push({
2128
+ name: r[D].showName,
2100
2129
  code: "",
2101
2130
  value: c.list.map((b) => b.benefit_list.monthly.bonus)
2102
2131
  });
2103
- const C = r.findIndex(
2132
+ const x = r.findIndex(
2104
2133
  (b) => b.fieldName == "monthly_bonus_multiply"
2105
2134
  );
2106
- C > -1 && n.push({
2107
- name: r[C].showName,
2135
+ x > -1 && a.push({
2136
+ name: r[x].showName,
2108
2137
  code: "",
2109
2138
  value: c.list.map((b) => b.benefit_list.monthly.turnover)
2110
2139
  });
2111
2140
  const O = r.findIndex(
2112
2141
  (b) => b.fieldName == "weekly_bonus"
2113
2142
  );
2114
- c.bonus.week.isShow = O > -1, O > -1 && n.push({
2143
+ c.bonus.week.isShow = O > -1, O > -1 && a.push({
2115
2144
  name: r[O].showName,
2116
2145
  code: "",
2117
2146
  value: c.list.map((b) => b.benefit_list.weekly.bonus)
2118
2147
  });
2119
- const I = r.findIndex(
2148
+ const M = r.findIndex(
2120
2149
  (b) => b.fieldName == "weekly_bonus_multiply"
2121
2150
  );
2122
- I > -1 && n.push({
2123
- name: r[I].showName,
2151
+ M > -1 && a.push({
2152
+ name: r[M].showName,
2124
2153
  code: "",
2125
2154
  value: c.list.map((b) => b.benefit_list.weekly.turnover)
2126
2155
  });
2127
- const L = r.findIndex(
2156
+ const z = r.findIndex(
2128
2157
  (b) => b.fieldName == "daily_bonus"
2129
2158
  );
2130
- c.bonus.day.isShow = L > -1, L > -1 && n.push({
2131
- name: r[L].showName,
2159
+ c.bonus.day.isShow = z > -1, z > -1 && a.push({
2160
+ name: r[z].showName,
2132
2161
  code: "",
2133
2162
  value: c.list.map((b) => b.benefit_list.daily.bonus)
2134
2163
  });
2135
- const D = r.findIndex(
2164
+ const I = r.findIndex(
2136
2165
  (b) => b.fieldName == "daily_bonus_multiply"
2137
2166
  );
2138
- D > -1 && n.push({
2139
- name: r[D].showName,
2167
+ I > -1 && a.push({
2168
+ name: r[I].showName,
2140
2169
  code: "",
2141
2170
  value: c.list.map((b) => b.benefit_list.daily.turnover)
2142
- }), (y === 1 || y === 3 || y === 4) && n.push({
2171
+ }), (y === 1 || y === 3 || y === 4) && a.push({
2143
2172
  name: "",
2144
2173
  code: "detail_deposit",
2145
2174
  value: c.list.map((b) => b.deposit.total)
2146
- }), (y === 2 || y === 3 || y === 4) && n.push({
2175
+ }), (y === 2 || y === 3 || y === 4) && a.push({
2147
2176
  name: "",
2148
2177
  code: "detail_turnover",
2149
2178
  value: c.list.map((b) => b.turnover.total)
2150
- }), c.detail = n;
2179
+ }), c.detail = a;
2151
2180
  }
2152
2181
  delete o.result.vipFieldStatus;
2153
2182
  }
@@ -2155,71 +2184,71 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2155
2184
  }
2156
2185
  if (s.gameList in o.result && ((f = o.result) != null && f.gameList)) {
2157
2186
  const c = o.result.gameList;
2158
- if (JSON.parse(e[z].query).pid) {
2187
+ if (JSON.parse(e[C].query).pid) {
2159
2188
  if (s.getPlatformTurnoverRate in o.result && ((p = o.result) != null && p.getPlatformTurnoverRate)) {
2160
2189
  const y = o.result.getPlatformTurnoverRate;
2161
2190
  c.platformGameList = c.platformGameList.map((r) => {
2162
- const n = y.find(
2191
+ const a = y.find(
2163
2192
  (h) => h.id === r.platformId
2164
2193
  );
2165
2194
  return {
2166
2195
  ...r,
2167
- rate: (n == null ? void 0 : n.percentage) ?? "0.00"
2196
+ rate: (a == null ? void 0 : a.percentage) ?? "0.00"
2168
2197
  };
2169
2198
  });
2170
2199
  }
2171
2200
  } else {
2172
- const y = c.platformGame.map((r) => r.list.filter((n) => n.flag.trial && !r.nextPage).map((n) => n));
2201
+ const y = c.platformGame.map((r) => r.list.filter((a) => a.flag.trial && !r.nextPage).map((a) => a));
2173
2202
  if (c.trialGameList = y.flat(), s.fishGameList in o.result && o.result.fishGameList) {
2174
2203
  const r = o.result.fishGameList;
2175
- c.fishGameList = r.map((n) => ({
2176
- gameId: Number(n.id),
2177
- platformId: Number(n.platformProductID),
2178
- name: n.gameName,
2204
+ c.fishGameList = r.map((a) => ({
2205
+ gameId: Number(a.id),
2206
+ platformId: Number(a.platformProductID),
2207
+ name: a.gameName,
2179
2208
  flag: {
2180
2209
  value: 0,
2181
2210
  hot: !1,
2182
2211
  trial: !1,
2183
2212
  new: !1
2184
2213
  },
2185
- imageUrl: n.imgUrl,
2214
+ imageUrl: a.imgUrl,
2186
2215
  rate: "0.00"
2187
2216
  })), delete o.result.fishGameList;
2188
2217
  }
2189
2218
  if (s.getPlatformTurnoverRate in o.result && ((_ = o.result) != null && _.getPlatformTurnoverRate)) {
2190
2219
  const r = o.result.getPlatformTurnoverRate;
2191
- c.platformGame.forEach((n) => {
2192
- n.list = n.list.map((h) => {
2220
+ c.platformGame.forEach((a) => {
2221
+ a.list = a.list.map((h) => {
2193
2222
  const P = r.find(
2194
- (j) => j.id === h.platformId
2223
+ (D) => D.id === h.platformId
2195
2224
  );
2196
2225
  return {
2197
2226
  ...h,
2198
2227
  rate: (P == null ? void 0 : P.percentage) ?? "0.00"
2199
2228
  };
2200
2229
  });
2201
- }), c.hotGameList = c.hotGameList.map((n) => {
2230
+ }), c.hotGameList = c.hotGameList.map((a) => {
2202
2231
  const h = r.find(
2203
- (P) => P.id === n.platformId
2232
+ (P) => P.id === a.platformId
2204
2233
  );
2205
2234
  return {
2206
- ...n,
2235
+ ...a,
2207
2236
  rate: (h == null ? void 0 : h.percentage) ?? "0.00"
2208
2237
  };
2209
- }), c.trialGameList = c.trialGameList.map((n) => {
2238
+ }), c.trialGameList = c.trialGameList.map((a) => {
2210
2239
  const h = r.find(
2211
- (P) => P.id === n.platformId
2240
+ (P) => P.id === a.platformId
2212
2241
  );
2213
2242
  return {
2214
- ...n,
2243
+ ...a,
2215
2244
  rate: (h == null ? void 0 : h.percentage) ?? "0.00"
2216
2245
  };
2217
- }), c.fishGameList = c.fishGameList.map((n) => {
2246
+ }), c.fishGameList = c.fishGameList.map((a) => {
2218
2247
  const h = r.find(
2219
- (P) => P.id === n.platformId
2248
+ (P) => P.id === a.platformId
2220
2249
  );
2221
2250
  return {
2222
- ...n,
2251
+ ...a,
2223
2252
  rate: (h == null ? void 0 : h.percentage) ?? "0.00"
2224
2253
  };
2225
2254
  }), delete o.result.getPlatformTurnoverRate;
@@ -2227,20 +2256,20 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2227
2256
  }
2228
2257
  o.result.gameList = c;
2229
2258
  }
2230
- if (s.getCompany in o.result && ((M = o.result) != null && M.getCompany)) {
2259
+ if (s.getCompany in o.result && ((j = o.result) != null && j.getCompany)) {
2231
2260
  const c = o.result.getCompany;
2232
2261
  if (s.searchResultDate in o.result && (v = o.result) != null && v.searchResultDate) {
2233
2262
  const y = o.result.searchResultDate;
2234
2263
  c.forEach((r) => {
2235
- const n = y.find((h) => h.id == r.id);
2236
- n && (r.date = n == null ? void 0 : n.date);
2264
+ const a = y.find((h) => h.id == r.id);
2265
+ a && (r.date = a == null ? void 0 : a.date);
2237
2266
  }), delete o.result.searchResultDate;
2238
2267
  }
2239
2268
  o.result.getCompany = c;
2240
2269
  }
2241
2270
  return o;
2242
2271
  } catch (k) {
2243
- return X.isAxiosError(k) ? {
2272
+ return te.isAxiosError(k) ? {
2244
2273
  status: ((g = k.response) == null ? void 0 : g.status) || 600,
2245
2274
  message: JSON.stringify((S = k.response) == null ? void 0 : S.data),
2246
2275
  result: {}
@@ -2250,43 +2279,43 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2250
2279
  result: {}
2251
2280
  });
2252
2281
  }
2253
- }, _a = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2282
+ }, vn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2254
2283
  __proto__: null,
2255
- post: ya
2256
- }, Symbol.toStringTag, { value: "Module" })), ha = async (e, t) => {
2257
- let a = {
2284
+ post: hn
2285
+ }, Symbol.toStringTag, { value: "Module" })), Tn = async (e, t) => {
2286
+ let n = {
2258
2287
  status: 200,
2259
2288
  message: "",
2260
2289
  accessToken: ""
2261
2290
  };
2262
2291
  try {
2263
- a = {
2292
+ n = {
2264
2293
  status: 200,
2265
2294
  message: "",
2266
- accessToken: (await w.post("/auth/sesh", {
2295
+ accessToken: (await G.post("/auth/sesh", {
2267
2296
  usr: e,
2268
2297
  pwd: t
2269
2298
  })).data.access_token
2270
2299
  };
2271
2300
  } catch (u) {
2272
- a = {
2301
+ n = {
2273
2302
  status: u.status || 500,
2274
2303
  message: u.message,
2275
2304
  accessToken: ""
2276
2305
  };
2277
2306
  }
2278
- return a;
2279
- }, va = async (e, t, a, u, i) => {
2307
+ return n;
2308
+ }, Rn = async (e, t, n, u, i) => {
2280
2309
  let l = {
2281
2310
  status: 200,
2282
2311
  message: "",
2283
2312
  accessToken: ""
2284
2313
  };
2285
2314
  try {
2286
- const m = (await w.post("/auth/jwt", {
2315
+ const m = (await G.post("/auth/jwt", {
2287
2316
  os: e,
2288
2317
  usr: t,
2289
- pwd: a,
2318
+ pwd: n,
2290
2319
  mobileno: u,
2291
2320
  type: i
2292
2321
  })).data;
@@ -2303,17 +2332,17 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2303
2332
  };
2304
2333
  }
2305
2334
  return l;
2306
- }, Ta = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2335
+ }, Sn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2307
2336
  __proto__: null,
2308
- call: va,
2309
- debug: ha
2310
- }, Symbol.toStringTag, { value: "Module" })), Ra = async () => {
2337
+ call: Rn,
2338
+ debug: Tn
2339
+ }, Symbol.toStringTag, { value: "Module" })), kn = async () => {
2311
2340
  let e = {
2312
2341
  status: 200,
2313
2342
  message: ""
2314
2343
  };
2315
2344
  try {
2316
- await w.post("/auth/sesh/logout");
2345
+ await G.post("/auth/sesh/logout");
2317
2346
  } catch (t) {
2318
2347
  e = {
2319
2348
  status: t.status || 500,
@@ -2321,10 +2350,10 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2321
2350
  };
2322
2351
  }
2323
2352
  return e;
2324
- }, Sa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2353
+ }, Pn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2325
2354
  __proto__: null,
2326
- call: Ra
2327
- }, Symbol.toStringTag, { value: "Module" })), J = {
2355
+ call: kn
2356
+ }, Symbol.toStringTag, { value: "Module" })), Q = {
2328
2357
  data: {
2329
2358
  status: !1,
2330
2359
  message: "",
@@ -2334,243 +2363,241 @@ const ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2334
2363
  accountId: 0
2335
2364
  }
2336
2365
  }
2337
- }, ka = async () => {
2366
+ }, On = async () => {
2338
2367
  let e = {
2339
2368
  status: 200,
2340
2369
  message: "",
2341
- ...J
2370
+ ...Q
2342
2371
  };
2343
2372
  try {
2344
- const a = (await w.get("/autoregister")).data;
2373
+ const n = (await G.get("/autoregister")).data;
2345
2374
  e.data = {
2346
- status: a.status == 1,
2347
- message: a.message ?? "",
2375
+ status: n.status == 1,
2376
+ message: n.message ?? "",
2348
2377
  data: {
2349
- account: a.data.accountcode,
2350
- password: a.data.password,
2351
- accountId: a.data.accountid
2378
+ account: n.data.accountcode,
2379
+ password: n.data.password,
2380
+ accountId: n.data.accountid
2352
2381
  }
2353
2382
  };
2354
2383
  } catch (t) {
2355
2384
  e = {
2356
2385
  status: t.status || 500,
2357
2386
  message: t.message,
2358
- ...J
2387
+ ...Q
2359
2388
  };
2360
2389
  }
2361
2390
  return e;
2362
- }, Pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2391
+ }, Mn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2363
2392
  __proto__: null,
2364
- call: ka
2365
- }, Symbol.toStringTag, { value: "Module" })), Y = {
2393
+ call: On
2394
+ }, Symbol.toStringTag, { value: "Module" })), X = {
2366
2395
  data: {
2367
2396
  status: !1,
2368
2397
  message: ""
2369
2398
  }
2370
- }, Oa = async (e, t) => {
2371
- let a = {
2399
+ }, jn = async (e, t) => {
2400
+ let n = {
2372
2401
  status: 200,
2373
2402
  message: "",
2374
- ...Y
2403
+ ...X
2375
2404
  };
2376
2405
  try {
2377
- const u = await w.post("/setlocale", {
2406
+ const u = await G.post("/setlocale", {
2378
2407
  language: e,
2379
2408
  udid: t ?? ""
2380
2409
  }), i = JSON.parse(
2381
2410
  atob(u.data.responses[0].attributes)
2382
2411
  );
2383
- a.data = {
2412
+ n.data = {
2384
2413
  status: i.status == 1,
2385
2414
  message: i.message ?? ""
2386
2415
  };
2387
2416
  } catch (u) {
2388
- a = {
2417
+ n = {
2389
2418
  status: u.status || 500,
2390
2419
  message: u.message,
2391
- ...Y
2420
+ ...X
2392
2421
  };
2393
2422
  }
2394
- return a;
2395
- }, Ma = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2423
+ return n;
2424
+ }, Dn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2396
2425
  __proto__: null,
2397
- call: Oa
2398
- }, Symbol.toStringTag, { value: "Module" })), ja = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2426
+ call: jn
2427
+ }, Symbol.toStringTag, { value: "Module" })), xn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2399
2428
  __proto__: null
2400
- }, Symbol.toStringTag, { value: "Module" })), Da = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2429
+ }, Symbol.toStringTag, { value: "Module" })), Cn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2401
2430
  __proto__: null
2402
- }, Symbol.toStringTag, { value: "Module" })), xa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2431
+ }, Symbol.toStringTag, { value: "Module" })), In = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2403
2432
  __proto__: null
2404
- }, Symbol.toStringTag, { value: "Module" })), Ca = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2433
+ }, Symbol.toStringTag, { value: "Module" })), Ln = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2405
2434
  __proto__: null
2406
- }, Symbol.toStringTag, { value: "Module" })), Ia = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2435
+ }, Symbol.toStringTag, { value: "Module" })), wn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2407
2436
  __proto__: null
2408
- }, Symbol.toStringTag, { value: "Module" })), La = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2437
+ }, Symbol.toStringTag, { value: "Module" })), zn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2409
2438
  __proto__: null
2410
2439
  }, Symbol.toStringTag, { value: "Module" }));
2411
- var Z = /* @__PURE__ */ ((e) => (e.mobileBanner = "mobileBanner", e.mobileAbout = "mobileAbout", e.mobileAd = "mobileAd", e.about = "about", e))(Z || {});
2412
- const wa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2440
+ var ne = /* @__PURE__ */ ((e) => (e.mobileBanner = "mobileBanner", e.mobileAbout = "mobileAbout", e.mobileAd = "mobileAd", e.about = "about", e))(ne || {});
2441
+ const Gn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2413
2442
  __proto__: null,
2414
- CmsType: Z
2415
- }, Symbol.toStringTag, { value: "Module" })), za = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2443
+ CmsType: ne
2444
+ }, Symbol.toStringTag, { value: "Module" })), Nn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2416
2445
  __proto__: null
2417
- }, Symbol.toStringTag, { value: "Module" })), Ga = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2446
+ }, Symbol.toStringTag, { value: "Module" })), Fn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2418
2447
  __proto__: null
2419
- }, Symbol.toStringTag, { value: "Module" })), Na = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2448
+ }, Symbol.toStringTag, { value: "Module" })), Bn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2420
2449
  __proto__: null
2421
- }, Symbol.toStringTag, { value: "Module" })), Fa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2450
+ }, Symbol.toStringTag, { value: "Module" })), Un = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2422
2451
  __proto__: null
2423
- }, Symbol.toStringTag, { value: "Module" })), Ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2452
+ }, Symbol.toStringTag, { value: "Module" })), Wn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2424
2453
  __proto__: null
2425
- }, Symbol.toStringTag, { value: "Module" })), Ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2454
+ }, Symbol.toStringTag, { value: "Module" })), qn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2426
2455
  __proto__: null
2427
- }, Symbol.toStringTag, { value: "Module" })), Wa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2456
+ }, Symbol.toStringTag, { value: "Module" })), Vn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2428
2457
  __proto__: null
2429
- }, Symbol.toStringTag, { value: "Module" })), qa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2458
+ }, Symbol.toStringTag, { value: "Module" })), En = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2430
2459
  __proto__: null
2431
- }, Symbol.toStringTag, { value: "Module" })), Va = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2460
+ }, Symbol.toStringTag, { value: "Module" })), $n = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2432
2461
  __proto__: null
2433
- }, Symbol.toStringTag, { value: "Module" })), Ea = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2462
+ }, Symbol.toStringTag, { value: "Module" })), Hn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2434
2463
  __proto__: null
2435
- }, Symbol.toStringTag, { value: "Module" })), $a = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2464
+ }, Symbol.toStringTag, { value: "Module" })), An = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2436
2465
  __proto__: null
2437
- }, Symbol.toStringTag, { value: "Module" })), Ha = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2466
+ }, Symbol.toStringTag, { value: "Module" })), Jn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2438
2467
  __proto__: null
2439
- }, Symbol.toStringTag, { value: "Module" })), Aa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2468
+ }, Symbol.toStringTag, { value: "Module" })), Yn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2440
2469
  __proto__: null
2441
- }, Symbol.toStringTag, { value: "Module" })), Ja = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2470
+ }, Symbol.toStringTag, { value: "Module" })), Kn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2442
2471
  __proto__: null
2443
- }, Symbol.toStringTag, { value: "Module" })), Ya = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2472
+ }, Symbol.toStringTag, { value: "Module" })), Qn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2444
2473
  __proto__: null
2445
- }, Symbol.toStringTag, { value: "Module" })), Ka = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2474
+ }, Symbol.toStringTag, { value: "Module" })), Xn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2446
2475
  __proto__: null
2447
- }, Symbol.toStringTag, { value: "Module" })), Qa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2476
+ }, Symbol.toStringTag, { value: "Module" })), Zn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2448
2477
  __proto__: null
2449
- }, Symbol.toStringTag, { value: "Module" })), Xa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2478
+ }, Symbol.toStringTag, { value: "Module" })), ea = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2450
2479
  __proto__: null
2451
- }, Symbol.toStringTag, { value: "Module" })), Za = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2480
+ }, Symbol.toStringTag, { value: "Module" })), ta = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2452
2481
  __proto__: null
2453
- }, Symbol.toStringTag, { value: "Module" })), en = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2482
+ }, Symbol.toStringTag, { value: "Module" })), na = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2454
2483
  __proto__: null
2455
- }, Symbol.toStringTag, { value: "Module" })), tn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2484
+ }, Symbol.toStringTag, { value: "Module" })), aa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2456
2485
  __proto__: null
2457
- }, Symbol.toStringTag, { value: "Module" })), an = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2486
+ }, Symbol.toStringTag, { value: "Module" })), oa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2458
2487
  __proto__: null
2459
- }, Symbol.toStringTag, { value: "Module" })), nn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2488
+ }, Symbol.toStringTag, { value: "Module" })), ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2460
2489
  __proto__: null
2461
- }, Symbol.toStringTag, { value: "Module" })), on = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2490
+ }, Symbol.toStringTag, { value: "Module" })), sa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2462
2491
  __proto__: null
2463
- }, Symbol.toStringTag, { value: "Module" })), rn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2492
+ }, Symbol.toStringTag, { value: "Module" })), ia = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2464
2493
  __proto__: null
2465
- }, Symbol.toStringTag, { value: "Module" })), sn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2494
+ }, Symbol.toStringTag, { value: "Module" })), la = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2466
2495
  __proto__: null
2467
- }, Symbol.toStringTag, { value: "Module" })), ln = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2496
+ }, Symbol.toStringTag, { value: "Module" })), ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2468
2497
  __proto__: null
2469
- }, Symbol.toStringTag, { value: "Module" })), un = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2498
+ }, Symbol.toStringTag, { value: "Module" })), da = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2470
2499
  __proto__: null
2471
- }, Symbol.toStringTag, { value: "Module" })), dn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2500
+ }, Symbol.toStringTag, { value: "Module" })), ca = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2472
2501
  __proto__: null
2473
- }, Symbol.toStringTag, { value: "Module" })), cn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2502
+ }, Symbol.toStringTag, { value: "Module" })), ma = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2474
2503
  __proto__: null
2475
- }, Symbol.toStringTag, { value: "Module" })), mn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2504
+ }, Symbol.toStringTag, { value: "Module" })), pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2476
2505
  __proto__: null
2477
- }, Symbol.toStringTag, { value: "Module" })), pn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2506
+ }, Symbol.toStringTag, { value: "Module" })), ga = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2478
2507
  __proto__: null
2479
- }, Symbol.toStringTag, { value: "Module" })), K = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2508
+ }, Symbol.toStringTag, { value: "Module" })), Z = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2480
2509
  __proto__: null
2481
- }, Symbol.toStringTag, { value: "Module" })), Q = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2510
+ }, Symbol.toStringTag, { value: "Module" })), ee = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2482
2511
  __proto__: null
2483
- }, Symbol.toStringTag, { value: "Module" })), gn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2512
+ }, Symbol.toStringTag, { value: "Module" })), ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2484
2513
  __proto__: null
2485
- }, Symbol.toStringTag, { value: "Module" })), bn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2514
+ }, Symbol.toStringTag, { value: "Module" })), fa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2486
2515
  __proto__: null
2487
- }, Symbol.toStringTag, { value: "Module" })), fn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2516
+ }, Symbol.toStringTag, { value: "Module" })), ya = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2488
2517
  __proto__: null
2489
2518
  }, Symbol.toStringTag, { value: "Module" }));
2490
- var ee = /* @__PURE__ */ ((e) => (e.default = "default", e.online = "online", e.mycard = "mycard", e.qrcode = "qrcode", e.personal = "personal", e))(ee || {});
2491
- const yn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2519
+ var ae = /* @__PURE__ */ ((e) => (e.default = "default", e.online = "online", e.mycard = "mycard", e.qrcode = "qrcode", e.personal = "personal", e))(ae || {});
2520
+ const _a = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2492
2521
  __proto__: null,
2493
- ImageType: ee
2494
- }, Symbol.toStringTag, { value: "Module" })), _n = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2495
- __proto__: null
2496
- }, Symbol.toStringTag, { value: "Module" })), hn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2522
+ ImageType: ae
2523
+ }, Symbol.toStringTag, { value: "Module" })), ha = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2497
2524
  __proto__: null
2498
- }, Symbol.toStringTag, { value: "Module" })), vn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2525
+ }, Symbol.toStringTag, { value: "Module" })), va = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2499
2526
  __proto__: null
2500
- }, Symbol.toStringTag, { value: "Module" })), Tn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2527
+ }, Symbol.toStringTag, { value: "Module" })), Ta = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2501
2528
  __proto__: null
2502
- }, Symbol.toStringTag, { value: "Module" })), Rn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2529
+ }, Symbol.toStringTag, { value: "Module" })), Ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2503
2530
  __proto__: null
2504
- }, Symbol.toStringTag, { value: "Module" })), Sn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2531
+ }, Symbol.toStringTag, { value: "Module" })), Sa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2505
2532
  __proto__: null
2506
- }, Symbol.toStringTag, { value: "Module" })), kn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2533
+ }, Symbol.toStringTag, { value: "Module" })), ka = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2507
2534
  __proto__: null
2508
- }, Symbol.toStringTag, { value: "Module" })), Pn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2535
+ }, Symbol.toStringTag, { value: "Module" })), Pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2509
2536
  __proto__: null
2510
- }, Symbol.toStringTag, { value: "Module" })), On = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2537
+ }, Symbol.toStringTag, { value: "Module" })), Oa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2511
2538
  __proto__: null
2512
- }, Symbol.toStringTag, { value: "Module" })), Mn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2539
+ }, Symbol.toStringTag, { value: "Module" })), Ma = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2513
2540
  __proto__: null
2514
- }, Symbol.toStringTag, { value: "Module" })), jn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2541
+ }, Symbol.toStringTag, { value: "Module" })), ja = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2515
2542
  __proto__: null
2516
- }, Symbol.toStringTag, { value: "Module" })), Dn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2543
+ }, Symbol.toStringTag, { value: "Module" })), Da = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2517
2544
  __proto__: null
2518
- }, Symbol.toStringTag, { value: "Module" })), xn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2545
+ }, Symbol.toStringTag, { value: "Module" })), xa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2519
2546
  __proto__: null
2520
- }, Symbol.toStringTag, { value: "Module" })), Cn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2547
+ }, Symbol.toStringTag, { value: "Module" })), Ca = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2521
2548
  __proto__: null
2522
- }, Symbol.toStringTag, { value: "Module" })), In = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2549
+ }, Symbol.toStringTag, { value: "Module" })), Ia = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2523
2550
  __proto__: null
2524
- }, Symbol.toStringTag, { value: "Module" })), Ln = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2551
+ }, Symbol.toStringTag, { value: "Module" })), La = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2525
2552
  __proto__: null
2526
- }, Symbol.toStringTag, { value: "Module" })), wn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2553
+ }, Symbol.toStringTag, { value: "Module" })), wa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2527
2554
  __proto__: null
2528
- }, Symbol.toStringTag, { value: "Module" })), zn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2555
+ }, Symbol.toStringTag, { value: "Module" })), za = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2529
2556
  __proto__: null
2530
- }, Symbol.toStringTag, { value: "Module" })), Gn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2557
+ }, Symbol.toStringTag, { value: "Module" })), Ga = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2531
2558
  __proto__: null
2532
- }, Symbol.toStringTag, { value: "Module" })), Nn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2559
+ }, Symbol.toStringTag, { value: "Module" })), Na = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2533
2560
  __proto__: null
2534
- }, Symbol.toStringTag, { value: "Module" })), Fn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2561
+ }, Symbol.toStringTag, { value: "Module" })), Fa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2535
2562
  __proto__: null
2536
- }, Symbol.toStringTag, { value: "Module" })), Bn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2563
+ }, Symbol.toStringTag, { value: "Module" })), Ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2537
2564
  __proto__: null
2538
- }, Symbol.toStringTag, { value: "Module" })), Un = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2565
+ }, Symbol.toStringTag, { value: "Module" })), Ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2539
2566
  __proto__: null
2540
- }, Symbol.toStringTag, { value: "Module" })), Wn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2567
+ }, Symbol.toStringTag, { value: "Module" })), Wa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2541
2568
  __proto__: null
2542
- }, Symbol.toStringTag, { value: "Module" })), qn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2569
+ }, Symbol.toStringTag, { value: "Module" })), qa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2543
2570
  __proto__: null
2544
- }, Symbol.toStringTag, { value: "Module" })), Vn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2571
+ }, Symbol.toStringTag, { value: "Module" })), Va = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2545
2572
  __proto__: null
2546
- }, Symbol.toStringTag, { value: "Module" })), En = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2573
+ }, Symbol.toStringTag, { value: "Module" })), Ea = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2547
2574
  __proto__: null
2548
- }, Symbol.toStringTag, { value: "Module" })), $n = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2575
+ }, Symbol.toStringTag, { value: "Module" })), $a = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2549
2576
  __proto__: null
2550
- }, Symbol.toStringTag, { value: "Module" })), Hn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2577
+ }, Symbol.toStringTag, { value: "Module" })), Ha = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2551
2578
  __proto__: null
2552
- }, Symbol.toStringTag, { value: "Module" })), An = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2579
+ }, Symbol.toStringTag, { value: "Module" })), Aa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2553
2580
  __proto__: null
2554
- }, Symbol.toStringTag, { value: "Module" })), Jn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2581
+ }, Symbol.toStringTag, { value: "Module" })), Ja = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2555
2582
  __proto__: null
2556
- }, Symbol.toStringTag, { value: "Module" })), Yn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2583
+ }, Symbol.toStringTag, { value: "Module" })), Ya = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2557
2584
  __proto__: null
2558
- }, Symbol.toStringTag, { value: "Module" })), Kn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2585
+ }, Symbol.toStringTag, { value: "Module" })), Ka = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2559
2586
  __proto__: null
2560
- }, Symbol.toStringTag, { value: "Module" })), Qn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2587
+ }, Symbol.toStringTag, { value: "Module" })), Qa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2561
2588
  __proto__: null
2562
- }, Symbol.toStringTag, { value: "Module" })), Xn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2589
+ }, Symbol.toStringTag, { value: "Module" })), Xa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2563
2590
  __proto__: null
2564
- }, Symbol.toStringTag, { value: "Module" })), Zn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2591
+ }, Symbol.toStringTag, { value: "Module" })), Za = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2565
2592
  __proto__: null
2566
2593
  }, Symbol.toStringTag, { value: "Module" })), eo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2567
2594
  __proto__: null
2568
2595
  }, Symbol.toStringTag, { value: "Module" })), to = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2569
2596
  __proto__: null
2570
- }, Symbol.toStringTag, { value: "Module" })), ao = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2571
- __proto__: null
2572
2597
  }, Symbol.toStringTag, { value: "Module" })), no = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2573
2598
  __proto__: null
2599
+ }, Symbol.toStringTag, { value: "Module" })), ao = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2600
+ __proto__: null
2574
2601
  }, Symbol.toStringTag, { value: "Module" })), oo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2575
2602
  __proto__: null
2576
2603
  }, Symbol.toStringTag, { value: "Module" })), ro = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
@@ -2597,228 +2624,230 @@ const yn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2597
2624
  __proto__: null
2598
2625
  }, Symbol.toStringTag, { value: "Module" })), yo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2599
2626
  __proto__: null
2600
- }, Symbol.toStringTag, { value: "Module" })), _o = {
2601
- api: _a,
2602
- loginApi: Ta,
2603
- logoutApi: Sa,
2604
- autoRegisterApi: Pa,
2605
- setLocaleApi: Ma,
2606
- apiType: le,
2607
- loginType: ja,
2608
- logoutType: Da,
2609
- announcementType: xa,
2610
- paymentsProviderType: ue,
2611
- gameListType: Ca,
2612
- vipListType: Ia,
2613
- promotionType: La,
2614
- cmsListType: wa,
2615
- mainWalletType: za,
2616
- upcomingMatchType: Ga,
2617
- depositType: Na,
2618
- applyVipBonusType: Fa,
2619
- withdrawalGetType: Ba,
2620
- addBankCardType: Ua,
2621
- withdrawType: Wa,
2622
- getSettingType: ra,
2623
- transactionReportType: qa,
2624
- changePasswordType: Va,
2625
- walletType: Ea,
2626
- getEventListType: $a,
2627
- getEventTokenType: Ha,
2628
- getExtraGameType: Aa,
2629
- mailBoxType: Ja,
2630
- fishGameListType: Ya,
2631
- slotGameListType: Ka,
2632
- getTurnOverRewardDataType: Qa,
2633
- getTurnOverRewardReportType: Xa,
2634
- getInviteRewardDataType: Za,
2635
- getInviteRewardReportType: en,
2636
- getTopupRewardDataType: tn,
2637
- getTopupRewardReportType: an,
2638
- getRewardReferralType: nn,
2639
- getDepositPromotionType: on,
2640
- getInviteRewardClaimType: rn,
2641
- getTopUpRewardClaimType: sn,
2642
- getTurnOverRewardClaimType: ln,
2643
- getInviteRewardSettingType: un,
2644
- getTopUpRewardSettingType: dn,
2645
- getTurnOverRewardSettingType: cn,
2646
- requestForgetPasswordType: mn,
2647
- submitForgetPasswordType: pn,
2648
- submitGiftCode: K,
2649
- playGame: Q,
2650
- requestUpdateMobileTacCode: gn,
2651
- submitUpdateMobileTacCode: bn,
2652
- getVerifyPromo: fn,
2653
- getImageType: yn,
2654
- getValidateType: _n,
2655
- updateProfilePictureType: hn,
2656
- readMailType: vn,
2657
- checkRedPacketValidateType: Tn,
2658
- getUserProfileType: Rn,
2659
- requestTacCodeType: Sn,
2660
- getUsernameByReferType: kn,
2661
- applyPromoType: Pn,
2662
- applySignInType: On,
2663
- applyRedPacketType: Mn,
2664
- getCountryType: jn,
2665
- submitGiftCodeType: K,
2666
- playGameType: Q,
2667
- transferToMainType: Dn,
2668
- transferProcessType: xn,
2669
- submitValidateType: Cn,
2670
- checkTransferCreditType: In,
2671
- friendListType: Ln,
2672
- friendListEditType: wn,
2673
- getActivePPType: zn,
2674
- getActiveProductType: Gn,
2675
- requestWithdrawTacType: Nn,
2676
- requestWithdrawalCodeType: Fn,
2677
- commissionWithdrawType: Bn,
2678
- submitWithdrawalCodeType: Un,
2679
- submitCryptoAccountType: Wn,
2680
- requestTransferMoneyType: qn,
2681
- submitTransferMoneyType: Vn,
2682
- signInViewInfoType: En,
2683
- signInRecordType: $n,
2684
- referralProfileType: Hn,
2685
- referralMemberProfileType: An,
2686
- registerActionType: Jn,
2687
- transferReportType: Yn,
2688
- agTransferCreditReportType: Kn,
2689
- betReportType: Qn,
2690
- getTwoFactorAuthenticateType: Xn,
2691
- submitTwoFactorAuthenticateType: Zn,
2692
- getUserDeviceListType: eo,
2693
- unbindUserDeviceType: to,
2627
+ }, Symbol.toStringTag, { value: "Module" })), _o = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2628
+ __proto__: null
2629
+ }, Symbol.toStringTag, { value: "Module" })), ho = {
2630
+ api: vn,
2631
+ loginApi: Sn,
2632
+ logoutApi: Pn,
2633
+ autoRegisterApi: Mn,
2634
+ setLocaleApi: Dn,
2635
+ apiType: ue,
2636
+ loginType: xn,
2637
+ logoutType: Cn,
2638
+ announcementType: In,
2639
+ paymentsProviderType: de,
2640
+ gameListType: Ln,
2641
+ vipListType: wn,
2642
+ promotionType: zn,
2643
+ cmsListType: Gn,
2644
+ mainWalletType: Nn,
2645
+ upcomingMatchType: Fn,
2646
+ depositType: Bn,
2647
+ applyVipBonusType: Un,
2648
+ withdrawalGetType: Wn,
2649
+ addBankCardType: qn,
2650
+ withdrawType: Vn,
2651
+ getSettingType: sn,
2652
+ transactionReportType: En,
2653
+ changePasswordType: $n,
2654
+ walletType: Hn,
2655
+ getEventListType: An,
2656
+ getEventTokenType: Jn,
2657
+ getExtraGameType: Yn,
2658
+ mailBoxType: Kn,
2659
+ fishGameListType: Qn,
2660
+ slotGameListType: Xn,
2661
+ getTurnOverRewardDataType: Zn,
2662
+ getTurnOverRewardReportType: ea,
2663
+ getInviteRewardDataType: ta,
2664
+ getInviteRewardReportType: na,
2665
+ getTopupRewardDataType: aa,
2666
+ getTopupRewardReportType: oa,
2667
+ getRewardReferralType: ra,
2668
+ getDepositPromotionType: sa,
2669
+ getInviteRewardClaimType: ia,
2670
+ getTopUpRewardClaimType: la,
2671
+ getTurnOverRewardClaimType: ua,
2672
+ getInviteRewardSettingType: da,
2673
+ getTopUpRewardSettingType: ca,
2674
+ getTurnOverRewardSettingType: ma,
2675
+ requestForgetPasswordType: pa,
2676
+ submitForgetPasswordType: ga,
2677
+ submitGiftCode: Z,
2678
+ playGame: ee,
2679
+ requestUpdateMobileTacCode: ba,
2680
+ submitUpdateMobileTacCode: fa,
2681
+ getVerifyPromo: ya,
2682
+ getImageType: _a,
2683
+ getValidateType: ha,
2684
+ updateProfilePictureType: va,
2685
+ readMailType: Ta,
2686
+ checkRedPacketValidateType: Ra,
2687
+ getUserProfileType: Sa,
2688
+ requestTacCodeType: ka,
2689
+ getUsernameByReferType: Pa,
2690
+ applyPromoType: Oa,
2691
+ applySignInType: Ma,
2692
+ applyRedPacketType: ja,
2693
+ getCountryType: Da,
2694
+ submitGiftCodeType: Z,
2695
+ playGameType: ee,
2696
+ transferToMainType: xa,
2697
+ transferProcessType: Ca,
2698
+ submitValidateType: Ia,
2699
+ checkTransferCreditType: La,
2700
+ friendListType: wa,
2701
+ friendListEditType: za,
2702
+ getActivePPType: Ga,
2703
+ getActiveProductType: Na,
2704
+ requestWithdrawTacType: Fa,
2705
+ requestWithdrawalCodeType: Ba,
2706
+ commissionWithdrawType: Ua,
2707
+ submitWithdrawalCodeType: Wa,
2708
+ submitCryptoAccountType: qa,
2709
+ requestTransferMoneyType: Va,
2710
+ submitTransferMoneyType: Ea,
2711
+ signInViewInfoType: $a,
2712
+ signInRecordType: Ha,
2713
+ referralProfileType: Aa,
2714
+ referralMemberProfileType: Ja,
2715
+ registerActionType: Ya,
2716
+ transferReportType: Ka,
2717
+ agTransferCreditReportType: Qa,
2718
+ betReportType: Xa,
2719
+ getTwoFactorAuthenticateType: Za,
2720
+ submitTwoFactorAuthenticateType: eo,
2721
+ getUserDeviceListType: to,
2722
+ unbindUserDeviceType: no,
2694
2723
  searchNumberHistoryType: ao,
2695
- changeWithdrawalCodeType: no,
2696
- checkRedPacketTokenType: oo,
2697
- submitWithdrawalAlipayType: ro,
2698
- applyReliefFund: so,
2699
- getReliefFundData: io,
2700
- getReliefFundReport: lo,
2701
- getWeekCardClaim: uo,
2702
- getWeekCardData: co,
2703
- applyWeekCard: mo,
2704
- transferSettingType: po,
2705
- transferType: go,
2706
- claimIncentiveRebate: bo,
2707
- getIncentiveData: fo,
2708
- getIncentiveRebate: yo
2724
+ changeWithdrawalCodeType: oo,
2725
+ checkRedPacketTokenType: ro,
2726
+ submitWithdrawalAlipayType: so,
2727
+ applyReliefFund: io,
2728
+ getReliefFundData: lo,
2729
+ getReliefFundReport: uo,
2730
+ getWeekCardClaim: co,
2731
+ getWeekCardData: mo,
2732
+ applyWeekCard: po,
2733
+ transferSettingType: go,
2734
+ transferType: bo,
2735
+ claimIncentiveRebate: fo,
2736
+ getIncentiveData: yo,
2737
+ getIncentiveRebate: _o
2709
2738
  }, To = {
2710
2739
  install(e) {
2711
- e.config.globalProperties.$library = _o;
2740
+ e.config.globalProperties.$library = ho;
2712
2741
  }
2713
2742
  };
2714
2743
  export {
2715
2744
  To as Repository,
2716
- Ua as addBankCardType,
2717
- Kn as agTransferCreditReportType,
2718
- xa as announcementType,
2719
- _a as api,
2720
- le as apiType,
2721
- Pn as applyPromoType,
2722
- Mn as applyRedPacketType,
2723
- so as applyReliefFund,
2724
- On as applySignInType,
2725
- Fa as applyVipBonusType,
2726
- mo as applyWeekCard,
2727
- Pa as autoRegisterApi,
2728
- Qn as betReportType,
2729
- Va as changePasswordType,
2730
- no as changeWithdrawalCodeType,
2731
- oo as checkRedPacketTokenType,
2732
- Tn as checkRedPacketValidateType,
2733
- In as checkTransferCreditType,
2734
- bo as claimIncentiveRebate,
2735
- wa as cmsListType,
2736
- Bn as commissionWithdrawType,
2737
- Na as depositType,
2738
- Ya as fishGameListType,
2739
- wn as friendListEditType,
2740
- Ln as friendListType,
2741
- Ca as gameListType,
2742
- zn as getActivePPType,
2743
- Gn as getActiveProductType,
2744
- jn as getCountryType,
2745
- on as getDepositPromotionType,
2746
- $a as getEventListType,
2747
- Ha as getEventTokenType,
2748
- Aa as getExtraGameType,
2749
- yn as getImageType,
2750
- fo as getIncentiveData,
2751
- yo as getIncentiveRebate,
2752
- rn as getInviteRewardClaimType,
2753
- Za as getInviteRewardDataType,
2754
- en as getInviteRewardReportType,
2755
- un as getInviteRewardSettingType,
2756
- io as getReliefFundData,
2757
- lo as getReliefFundReport,
2758
- nn as getRewardReferralType,
2759
- ra as getSettingType,
2760
- sn as getTopUpRewardClaimType,
2761
- dn as getTopUpRewardSettingType,
2762
- tn as getTopupRewardDataType,
2763
- an as getTopupRewardReportType,
2764
- ln as getTurnOverRewardClaimType,
2765
- Qa as getTurnOverRewardDataType,
2766
- Xa as getTurnOverRewardReportType,
2767
- cn as getTurnOverRewardSettingType,
2768
- Xn as getTwoFactorAuthenticateType,
2769
- eo as getUserDeviceListType,
2770
- Rn as getUserProfileType,
2771
- kn as getUsernameByReferType,
2772
- _n as getValidateType,
2773
- fn as getVerifyPromo,
2774
- uo as getWeekCardClaim,
2775
- co as getWeekCardData,
2776
- Ta as loginApi,
2777
- ja as loginType,
2778
- Sa as logoutApi,
2779
- Da as logoutType,
2780
- Ja as mailBoxType,
2781
- za as mainWalletType,
2782
- ue as paymentsProviderType,
2783
- Q as playGame,
2784
- Q as playGameType,
2785
- La as promotionType,
2786
- vn as readMailType,
2787
- An as referralMemberProfileType,
2788
- Hn as referralProfileType,
2789
- Jn as registerActionType,
2790
- mn as requestForgetPasswordType,
2791
- Sn as requestTacCodeType,
2792
- qn as requestTransferMoneyType,
2793
- gn as requestUpdateMobileTacCode,
2794
- Nn as requestWithdrawTacType,
2795
- Fn as requestWithdrawalCodeType,
2745
+ qn as addBankCardType,
2746
+ Qa as agTransferCreditReportType,
2747
+ In as announcementType,
2748
+ vn as api,
2749
+ ue as apiType,
2750
+ Oa as applyPromoType,
2751
+ ja as applyRedPacketType,
2752
+ io as applyReliefFund,
2753
+ Ma as applySignInType,
2754
+ Un as applyVipBonusType,
2755
+ po as applyWeekCard,
2756
+ Mn as autoRegisterApi,
2757
+ Xa as betReportType,
2758
+ $n as changePasswordType,
2759
+ oo as changeWithdrawalCodeType,
2760
+ ro as checkRedPacketTokenType,
2761
+ Ra as checkRedPacketValidateType,
2762
+ La as checkTransferCreditType,
2763
+ fo as claimIncentiveRebate,
2764
+ Gn as cmsListType,
2765
+ Ua as commissionWithdrawType,
2766
+ Bn as depositType,
2767
+ Qn as fishGameListType,
2768
+ za as friendListEditType,
2769
+ wa as friendListType,
2770
+ Ln as gameListType,
2771
+ Ga as getActivePPType,
2772
+ Na as getActiveProductType,
2773
+ Da as getCountryType,
2774
+ sa as getDepositPromotionType,
2775
+ An as getEventListType,
2776
+ Jn as getEventTokenType,
2777
+ Yn as getExtraGameType,
2778
+ _a as getImageType,
2779
+ yo as getIncentiveData,
2780
+ _o as getIncentiveRebate,
2781
+ ia as getInviteRewardClaimType,
2782
+ ta as getInviteRewardDataType,
2783
+ na as getInviteRewardReportType,
2784
+ da as getInviteRewardSettingType,
2785
+ lo as getReliefFundData,
2786
+ uo as getReliefFundReport,
2787
+ ra as getRewardReferralType,
2788
+ sn as getSettingType,
2789
+ la as getTopUpRewardClaimType,
2790
+ ca as getTopUpRewardSettingType,
2791
+ aa as getTopupRewardDataType,
2792
+ oa as getTopupRewardReportType,
2793
+ ua as getTurnOverRewardClaimType,
2794
+ Zn as getTurnOverRewardDataType,
2795
+ ea as getTurnOverRewardReportType,
2796
+ ma as getTurnOverRewardSettingType,
2797
+ Za as getTwoFactorAuthenticateType,
2798
+ to as getUserDeviceListType,
2799
+ Sa as getUserProfileType,
2800
+ Pa as getUsernameByReferType,
2801
+ ha as getValidateType,
2802
+ ya as getVerifyPromo,
2803
+ co as getWeekCardClaim,
2804
+ mo as getWeekCardData,
2805
+ Sn as loginApi,
2806
+ xn as loginType,
2807
+ Pn as logoutApi,
2808
+ Cn as logoutType,
2809
+ Kn as mailBoxType,
2810
+ Nn as mainWalletType,
2811
+ de as paymentsProviderType,
2812
+ ee as playGame,
2813
+ ee as playGameType,
2814
+ zn as promotionType,
2815
+ Ta as readMailType,
2816
+ Ja as referralMemberProfileType,
2817
+ Aa as referralProfileType,
2818
+ Ya as registerActionType,
2819
+ pa as requestForgetPasswordType,
2820
+ ka as requestTacCodeType,
2821
+ Va as requestTransferMoneyType,
2822
+ ba as requestUpdateMobileTacCode,
2823
+ Fa as requestWithdrawTacType,
2824
+ Ba as requestWithdrawalCodeType,
2796
2825
  ao as searchNumberHistoryType,
2797
- Ma as setLocaleApi,
2798
- $n as signInRecordType,
2799
- En as signInViewInfoType,
2800
- Ka as slotGameListType,
2801
- Wn as submitCryptoAccountType,
2802
- pn as submitForgetPasswordType,
2803
- K as submitGiftCode,
2804
- K as submitGiftCodeType,
2805
- Vn as submitTransferMoneyType,
2806
- Zn as submitTwoFactorAuthenticateType,
2807
- bn as submitUpdateMobileTacCode,
2808
- Cn as submitValidateType,
2809
- ro as submitWithdrawalAlipayType,
2810
- Un as submitWithdrawalCodeType,
2811
- qa as transactionReportType,
2812
- xn as transferProcessType,
2813
- Yn as transferReportType,
2814
- po as transferSettingType,
2815
- Dn as transferToMainType,
2816
- go as transferType,
2817
- to as unbindUserDeviceType,
2818
- Ga as upcomingMatchType,
2819
- hn as updateProfilePictureType,
2820
- Ia as vipListType,
2821
- Ea as walletType,
2822
- Wa as withdrawType,
2823
- Ba as withdrawalGetType
2826
+ Dn as setLocaleApi,
2827
+ Ha as signInRecordType,
2828
+ $a as signInViewInfoType,
2829
+ Xn as slotGameListType,
2830
+ qa as submitCryptoAccountType,
2831
+ ga as submitForgetPasswordType,
2832
+ Z as submitGiftCode,
2833
+ Z as submitGiftCodeType,
2834
+ Ea as submitTransferMoneyType,
2835
+ eo as submitTwoFactorAuthenticateType,
2836
+ fa as submitUpdateMobileTacCode,
2837
+ Ia as submitValidateType,
2838
+ so as submitWithdrawalAlipayType,
2839
+ Wa as submitWithdrawalCodeType,
2840
+ En as transactionReportType,
2841
+ Ca as transferProcessType,
2842
+ Ka as transferReportType,
2843
+ go as transferSettingType,
2844
+ xa as transferToMainType,
2845
+ bo as transferType,
2846
+ no as unbindUserDeviceType,
2847
+ Fn as upcomingMatchType,
2848
+ va as updateProfilePictureType,
2849
+ wn as vipListType,
2850
+ Hn as walletType,
2851
+ Vn as withdrawType,
2852
+ Wn as withdrawalGetType
2824
2853
  };