60p82u21t54k 0.0.70 → 0.0.72

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.
Files changed (33) hide show
  1. package/dist/60p82u21t54k.es.js +822 -739
  2. package/dist/60p82u21t54k.umd.js +1 -1
  3. package/dist/api/api.d.ts.map +1 -1
  4. package/dist/api/type.d.ts +13 -1
  5. package/dist/api/type.d.ts.map +1 -1
  6. package/dist/index.d.ts +9 -1
  7. package/dist/index.d.ts.map +1 -1
  8. package/dist/main.d.ts +1 -0
  9. package/dist/model/applyReliefFund/getApplyReliefFundResponse.d.ts +12 -0
  10. package/dist/model/applyReliefFund/getApplyReliefFundResponse.d.ts.map +1 -0
  11. package/dist/model/applyReliefFund/type.d.ts +6 -0
  12. package/dist/model/applyReliefFund/type.d.ts.map +1 -0
  13. package/dist/model/getReliefFundData/getGetReliefFundDataResponse.d.ts +24 -0
  14. package/dist/model/getReliefFundData/getGetReliefFundDataResponse.d.ts.map +1 -0
  15. package/dist/model/getReliefFundData/type.d.ts +20 -0
  16. package/dist/model/getReliefFundData/type.d.ts.map +1 -0
  17. package/dist/model/getReliefFundReport/getGetReliefFundReportResponse.d.ts +15 -0
  18. package/dist/model/getReliefFundReport/getGetReliefFundReportResponse.d.ts.map +1 -0
  19. package/dist/model/getReliefFundReport/type.d.ts +7 -0
  20. package/dist/model/getReliefFundReport/type.d.ts.map +1 -0
  21. package/dist/model/getSetting/getGetSettingResponse.d.ts +2 -0
  22. package/dist/model/getSetting/getGetSettingResponse.d.ts.map +1 -1
  23. package/dist/model/getSetting/type.d.ts +5 -1
  24. package/dist/model/getSetting/type.d.ts.map +1 -1
  25. package/dist/model/paymentsProvider/getPaymentsProviderResponse.d.ts +3 -3
  26. package/dist/model/paymentsProvider/getPaymentsProviderResponse.d.ts.map +1 -1
  27. package/dist/model/submitWithdrawalAlipay/getSubmitWithdrawalAlipayResponse.d.ts +7 -0
  28. package/dist/model/submitWithdrawalAlipay/getSubmitWithdrawalAlipayResponse.d.ts.map +1 -0
  29. package/dist/model/submitWithdrawalAlipay/type.d.ts +4 -0
  30. package/dist/model/submitWithdrawalAlipay/type.d.ts.map +1 -0
  31. package/dist/plugin.d.ts +5 -1
  32. package/dist/plugin.d.ts.map +1 -1
  33. package/package.json +1 -1
@@ -66,14 +66,14 @@ const te = (e) => new TextEncoder().encode(e), ne = (e) => {
66
66
  return console.error("Failed to decode Base64:", t), "";
67
67
  }
68
68
  }, ae = () => {
69
- const e = /* @__PURE__ */ new Date(), t = e.getFullYear(), n = e.getMonth(), l = new Date(t, n, 1, 12, 0, 0), o = new Date(t, n + 1, 1, 12, 0, 0), u = Math.floor(
70
- (o.getTime() - e.getTime()) / 1e3
71
- ), c = Math.floor(
72
- (o.getTime() - l.getTime()) / 1e3
73
- ), m = c - u;
69
+ const e = /* @__PURE__ */ new Date(), t = e.getFullYear(), n = e.getMonth(), l = new Date(t, n, 1, 12, 0, 0), s = new Date(t, n + 1, 1, 12, 0, 0), u = Math.floor(
70
+ (s.getTime() - e.getTime()) / 1e3
71
+ ), d = Math.floor(
72
+ (s.getTime() - l.getTime()) / 1e3
73
+ ), m = d - u;
74
74
  return {
75
75
  monthRemainingTime: u,
76
- monthProgressPercentage: Math.round(m / c * 100)
76
+ monthProgressPercentage: Math.round(m / d * 100)
77
77
  };
78
78
  }, oe = () => {
79
79
  const e = /* @__PURE__ */ new Date(), t = e.getDay(), n = t === 1 ? 7 : 8 - t, l = new Date(
@@ -84,10 +84,10 @@ const te = (e) => new TextEncoder().encode(e), ne = (e) => {
84
84
  0,
85
85
  0,
86
86
  0
87
- ), o = Math.floor((l.getTime() - e.getTime()) / 1e3), g = 7 * 24 * 60 * 60;
88
- return console.log(o), console.log(g), {
89
- weekRemainingTime: o,
90
- weekProgressPercentage: Math.round(o / g * 100)
87
+ ), s = Math.floor((l.getTime() - e.getTime()) / 1e3), g = 7 * 24 * 60 * 60;
88
+ return console.log(s), console.log(g), {
89
+ weekRemainingTime: s,
90
+ weekProgressPercentage: Math.round(s / g * 100)
91
91
  };
92
92
  }, re = () => {
93
93
  const e = /* @__PURE__ */ new Date(), t = new Date(
@@ -98,21 +98,21 @@ const te = (e) => new TextEncoder().encode(e), ne = (e) => {
98
98
  0,
99
99
  0,
100
100
  0
101
- ), n = Math.floor((t.getTime() - e.getTime()) / 1e3), c = 24 * 60 * 60;
101
+ ), n = Math.floor((t.getTime() - e.getTime()) / 1e3), d = 24 * 60 * 60;
102
102
  return {
103
103
  dayRemainingTime: n,
104
- dayProgressPercentage: Math.round(n / c * 100)
104
+ dayProgressPercentage: Math.round(n / d * 100)
105
105
  };
106
106
  };
107
- var i = /* @__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))(i || {});
107
+ var i = /* @__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))(i || {});
108
108
  const se = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
109
109
  __proto__: null,
110
110
  Api: i
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 || {});
112
+ var j = /* @__PURE__ */ ((e) => (e.default = "default", e.pay = "pay", e.auto = "auto", e.fix = "fix", e.manual = "manual", e.unknown = "unknown", e))(j || {});
113
113
  const ie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
114
114
  __proto__: null,
115
- PaymentType: x
115
+ PaymentType: j
116
116
  }, Symbol.toStringTag, { value: "Module" })), B = {
117
117
  depositBank: !1,
118
118
  depositDateTime: !1,
@@ -123,43 +123,46 @@ const ie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
123
123
  }, E = {
124
124
  id: 0,
125
125
  name: "",
126
- type: x.unknown,
126
+ type: j.unknown,
127
127
  promo: [],
128
128
  bank: [],
129
129
  requiredField: B
130
- }, le = (e) => e.mdPaymentChannels.map((t) => {
131
- const n = [];
132
- switch (t.name) {
133
- case x.default:
134
- n.push(A(t.paymentmethod.manual, e));
135
- break;
136
- case x.pay:
137
- n.push(ue(t.paymentmethod.onlinebanking, e));
138
- break;
139
- default:
140
- if (t.paymentmethod.auto.bank.length > 0 && n.push(
141
- ce(t.bankid ?? 0, t.paymentmethod.auto, e)
142
- ), t.paymentmethod.manual.bank.length > 0) {
143
- let l = !1;
144
- for (let o = 0; o < t.paymentmethod.manual.bank.length; o++) {
145
- const u = t.paymentmethod.manual.bank[o];
146
- if (u.list && u.list.length > 0) {
147
- l = !0;
148
- break;
130
+ }, le = (e) => {
131
+ var t;
132
+ return ((t = e.mdPaymentChannels) == null ? void 0 : t.map((n) => {
133
+ const l = [];
134
+ switch (n.name) {
135
+ case j.default:
136
+ l.push(H(n.paymentmethod.manual, e));
137
+ break;
138
+ case j.pay:
139
+ l.push(ue(n.paymentmethod.onlinebanking, e));
140
+ break;
141
+ default:
142
+ if (n.paymentmethod.auto.bank.length > 0 && l.push(
143
+ de(n.bankid ?? 0, n.paymentmethod.auto, e)
144
+ ), n.paymentmethod.manual.bank.length > 0) {
145
+ let s = !1;
146
+ for (let u = 0; u < n.paymentmethod.manual.bank.length; u++) {
147
+ const d = n.paymentmethod.manual.bank[u];
148
+ if (d.list && d.list.length > 0) {
149
+ s = !0;
150
+ break;
151
+ }
149
152
  }
153
+ s && l.push(H(n.paymentmethod.manual, e));
150
154
  }
151
- l && n.push(A(t.paymentmethod.manual, e));
152
- }
153
- t.paymentmethod.fixamount.bank.length > 0 && n.push(
154
- de(t.bankid ?? 0, t.paymentmethod.fixamount)
155
- );
156
- }
157
- return {
158
- name: t.label,
159
- imageUrl: `/image/game/native/deposit/sidemenu/${t.name}.png?${e.systemtime}`,
160
- paymentList: n
161
- };
162
- }), G = (e) => {
155
+ n.paymentmethod.fixamount.bank.length > 0 && l.push(
156
+ ce(n.bankid ?? 0, n.paymentmethod.fixamount)
157
+ );
158
+ }
159
+ return {
160
+ name: n.label,
161
+ imageUrl: `/image/game/native/deposit/sidemenu/${n.name}.png?${e.systemtime}`,
162
+ paymentList: l
163
+ };
164
+ })) ?? [];
165
+ }, G = (e) => {
163
166
  const t = {
164
167
  id: -1,
165
168
  name: "excludePromo",
@@ -174,21 +177,21 @@ const ie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
174
177
  dailyBonus: l.dtype === "5" && l.type === "D"
175
178
  }));
176
179
  return [t, ...n];
177
- }, F = (e, t, n, l) => {
178
- let o, u;
179
- n > 0 ? o = e > 0 ? Math.max(n, e) : n : o = Math.max(e, 0), l > 0 ? u = t > 0 ? Math.min(l, t) : l : u = Math.max(t, 0);
180
- const c = Math.round(o);
180
+ }, N = (e, t, n, l) => {
181
+ let s, u;
182
+ n > 0 ? s = e > 0 ? Math.max(n, e) : n : s = Math.max(e, 0), l > 0 ? u = t > 0 ? Math.min(l, t) : l : u = Math.max(t, 0);
183
+ const d = Math.round(s);
181
184
  let m = 1e3;
182
185
  u < m && (m = Math.round(u));
183
- const f = m - c;
186
+ const y = m - d;
184
187
  let g = "", _ = "";
185
- if (f > 0) {
186
- let v = Math.round((m - c) * 0.25).toString().split(""), k = [];
188
+ if (y > 0) {
189
+ let v = Math.round((m - d) * 0.25).toString().split(""), k = [];
187
190
  for (const T of v)
188
191
  T !== "" && k.push(T);
189
192
  for (let T = 0; T < k.length; T++)
190
193
  T === 0 ? g += (parseInt(k[T]) + 1).toString() : g += "0";
191
- v = Math.round((m - c) * 0.5).toString().split(""), k = [];
194
+ v = Math.round((m - d) * 0.5).toString().split(""), k = [];
192
195
  for (const T of v)
193
196
  T !== "" && k.push(T);
194
197
  for (let T = 0; T < k.length; T++)
@@ -196,32 +199,32 @@ const ie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
196
199
  } else
197
200
  g = m.toString(), _ = m.toString();
198
201
  return { amountList: [
199
- c.toString(),
202
+ d.toString(),
200
203
  g,
201
204
  _,
202
205
  m.toString()
203
- ], minAmount: c, maxAmount: u };
204
- }, A = (e, t) => t ? {
206
+ ], minAmount: d, maxAmount: u };
207
+ }, H = (e, t) => t ? {
205
208
  id: 0,
206
209
  name: "manualMethod",
207
- type: x.manual,
210
+ type: j.manual,
208
211
  promo: G(e.promo),
209
- bank: e.bank.map((o) => {
210
- const u = o.list && o.list.length > 0 ? o.list[0].mintransaction ?? "0.00" : "0.00", c = o.list && o.list.length > 0 ? o.list[0].maxtransaction ?? "0.00" : "0.00", { amountList: m, minAmount: f, maxAmount: g } = F(
212
+ bank: e.bank.map((s) => {
213
+ const u = s.list && s.list.length > 0 ? s.list[0].mintransaction ?? "0.00" : "0.00", d = s.list && s.list.length > 0 ? s.list[0].maxtransaction ?? "0.00" : "0.00", { amountList: m, minAmount: y, maxAmount: g } = N(
211
214
  Number(u),
212
- Number(c),
215
+ Number(d),
213
216
  t.mdBankLevelDetail.deposit_min,
214
217
  t.mdBankLevelDetail.deposit_max
215
218
  );
216
219
  return t.mdManualDepositRequireField.depositor = !0, {
217
- id: o.bankindex ?? 0,
218
- bankAccountId: o.list && o.list.length > 0 ? o.list[0].bankaccountindex ?? 0 : 0,
219
- name: o.list && o.list.length > 0 ? o.list[0].label ?? "" : "",
220
- accountName: o.list && o.list.length > 0 ? o.list[0].bankaccountname ?? "" : "",
221
- accountNo: o.list && o.list.length > 0 ? o.list[0].bankaccountno ?? "" : "",
222
- qrcode: o.list && o.list.length > 0 ? o.list[0].bankaccountdesc : "",
220
+ id: s.bankindex ?? 0,
221
+ bankAccountId: s.list && s.list.length > 0 ? s.list[0].bankaccountindex ?? 0 : 0,
222
+ name: s.list && s.list.length > 0 ? s.list[0].label ?? "" : "",
223
+ accountName: s.list && s.list.length > 0 ? s.list[0].bankaccountname ?? "" : "",
224
+ accountNo: s.list && s.list.length > 0 ? s.list[0].bankaccountno ?? "" : "",
225
+ qrcode: s.list && s.list.length > 0 ? s.list[0].bankaccountdesc : "",
223
226
  amountList: m,
224
- min: f,
227
+ min: y,
225
228
  max: g
226
229
  };
227
230
  }),
@@ -236,26 +239,26 @@ const ie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
236
239
  } : E, ue = (e, t) => t ? {
237
240
  id: 0,
238
241
  name: "onlineBankingMethod",
239
- type: x.pay,
242
+ type: j.pay,
240
243
  promo: G(e.promo),
241
- bank: e.banklist.map((o) => {
242
- let u = "0.00", c = "0.00";
243
- const m = o.bankindex ?? 0;
244
+ bank: e.banklist.map((s) => {
245
+ let u = "0.00", d = "0.00";
246
+ const m = s.bankindex ?? 0;
244
247
  for (let v = 0; v < t.mdGatewayMinMax.length; v++)
245
- t.mdGatewayMinMax[v].bankindex == m.toString() && (u = t.mdGatewayMinMax[v].min, c = t.mdGatewayMinMax[v].max);
246
- const { amountList: f, minAmount: g, maxAmount: _ } = F(
248
+ t.mdGatewayMinMax[v].bankindex == m.toString() && (u = t.mdGatewayMinMax[v].min, d = t.mdGatewayMinMax[v].max);
249
+ const { amountList: y, minAmount: g, maxAmount: _ } = N(
247
250
  Number(u),
248
- Number(c),
251
+ Number(d),
249
252
  t.mdBankLevelDetail.onlinepayment_min,
250
253
  t.mdBankLevelDetail.onlinepayment_max
251
254
  ), O = {
252
255
  id: 0,
253
256
  name: "autoChannel",
254
- amountList: f,
257
+ amountList: y,
255
258
  min: g,
256
259
  max: _
257
- }, S = o.pg.map((v) => {
258
- const k = v.mintransaction ?? "0.00", q = v.maxtransaction ?? "0.00", { amountList: z, minAmount: T, maxAmount: U } = F(
260
+ }, S = s.pg.map((v) => {
261
+ const k = v.mintransaction ?? "0.00", q = v.maxtransaction ?? "0.00", { amountList: z, minAmount: T, maxAmount: U } = N(
259
262
  Number(k),
260
263
  Number(q),
261
264
  t.mdBankLevelDetail.onlinepayment_min,
@@ -270,8 +273,8 @@ const ie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
270
273
  };
271
274
  });
272
275
  return {
273
- id: o.bankindex ?? 0,
274
- name: o.banknameenglish ?? "",
276
+ id: s.bankindex ?? 0,
277
+ name: s.banknameenglish ?? "",
275
278
  amountList: [],
276
279
  min: 0,
277
280
  max: 0,
@@ -279,14 +282,14 @@ const ie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
279
282
  };
280
283
  }),
281
284
  requiredField: B
282
- } : E, ce = (e, t, n) => {
285
+ } : E, de = (e, t, n) => {
283
286
  if (!n) return E;
284
- const l = x.auto;
285
- let o = [];
286
- const u = n.mdGatewayMinMax;
287
+ const l = j.auto;
288
+ let s = [];
289
+ const u = n.mdGatewayMinMax ?? [];
287
290
  if (t.bank.length > 0 && n.mdPGSelection === "1")
288
- o = t.bank.map((m) => {
289
- const { amountList: f, minAmount: g, maxAmount: _ } = F(
291
+ s = t.bank.map((m) => {
292
+ const { amountList: y, minAmount: g, maxAmount: _ } = N(
290
293
  m.mintransaction ?? 0,
291
294
  m.maxtransaction ?? 0,
292
295
  n.mdBankLevelDetail.onlinepayment_min,
@@ -295,18 +298,18 @@ const ie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
295
298
  return {
296
299
  id: m.pgindex ?? 0,
297
300
  name: m.bankaccountname || "",
298
- amountList: f,
301
+ amountList: y,
299
302
  min: g,
300
303
  max: _
301
304
  };
302
305
  });
303
306
  else {
304
- let m = "0.00", f = "0.00";
307
+ let m = "0.00", y = "0.00";
305
308
  for (let p = 0; p < u.length; p++)
306
- u[p].bankindex === e.toString() && (m = u[p].min, f = u[p].max);
307
- const { amountList: g, minAmount: _, maxAmount: O } = F(
309
+ u[p].bankindex === e.toString() && (m = u[p].min, y = u[p].max);
310
+ const { amountList: g, minAmount: _, maxAmount: O } = N(
308
311
  Number(m),
309
- Number(f),
312
+ Number(y),
310
313
  n.mdBankLevelDetail.onlinepayment_min,
311
314
  n.mdBankLevelDetail.onlinepayment_max
312
315
  ), S = {
@@ -316,29 +319,29 @@ const ie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
316
319
  min: _,
317
320
  max: O
318
321
  };
319
- o.push(S);
322
+ s.push(S);
320
323
  }
321
324
  return {
322
325
  id: e,
323
326
  name: "autoMethod",
324
327
  type: l,
325
328
  promo: G(t.promo),
326
- bank: o,
329
+ bank: s,
327
330
  requiredField: B
328
331
  };
329
- }, de = (e, t) => {
330
- const n = x.fix;
332
+ }, ce = (e, t) => {
333
+ const n = j.fix;
331
334
  return {
332
335
  id: e,
333
336
  name: "fixAmountMethod",
334
337
  type: n,
335
338
  promo: G(t.promo),
336
- bank: t.bank.map((o) => {
337
- const u = o.amtlist.map(Number).sort((m, f) => m - f);
339
+ bank: t.bank.map((s) => {
340
+ const u = s.amtlist.map(Number).sort((m, y) => m - y);
338
341
  return {
339
- id: o.pgindex,
340
- name: o.name,
341
- amountList: o.amtlist,
342
+ id: s.pgindex,
343
+ name: s.name,
344
+ amountList: s.amtlist,
342
345
  min: u.length > 0 ? u[0] : 0,
343
346
  max: u.length > 0 ? u[u.length - 1] : 0
344
347
  };
@@ -365,15 +368,15 @@ const ie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
365
368
  id: n.id,
366
369
  name: n.name,
367
370
  nextPage: n.nextPage === 1,
368
- list: ((l = n.mdPlatformProducts) == null ? void 0 : l.map((o) => ({
369
- id: Number(o.id),
370
- name: o.shortName,
371
+ list: ((l = n.mdPlatformProducts) == null ? void 0 : l.map((s) => ({
372
+ id: Number(s.id),
373
+ name: s.shortName,
371
374
  flag: {
372
- hot: (o.flag & 2) > 0,
373
- trial: (o.flag & 4) > 0,
374
- new: (o.flag & 8) > 0
375
+ hot: (s.flag & 2) > 0,
376
+ trial: (s.flag & 4) > 0,
377
+ new: (s.flag & 8) > 0
375
378
  },
376
- imageUrl: o.img,
379
+ imageUrl: s.img,
377
380
  rate: "0.00"
378
381
  }))) ?? []
379
382
  };
@@ -434,7 +437,7 @@ const ie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
434
437
  }
435
438
  }
436
439
  }
437
- }), fe = (e) => ({
440
+ }), ye = (e) => ({
438
441
  category: e.category.sort((t, n) => t.sequence - n.sequence).map((t) => ({
439
442
  id: t.catid,
440
443
  name: t.name
@@ -449,7 +452,7 @@ const ie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
449
452
  name: t.title
450
453
  };
451
454
  })
452
- }), ye = (e) => ({
455
+ }), fe = (e) => ({
453
456
  month: {
454
457
  isClaimable: e.month === 1
455
458
  },
@@ -476,10 +479,10 @@ const ie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
476
479
  vipCalculation: t,
477
480
  livechat: e.livechat ?? "",
478
481
  livechatList: n.filter((l) => l.status == 1).map((l) => {
479
- let o = l.imgname;
480
- return o.slice(-4) === ".png" && (o = l.imgname.slice(0, -4)), {
482
+ let s = l.imgname;
483
+ return s.slice(-4) === ".png" && (s = l.imgname.slice(0, -4)), {
481
484
  name: l.name,
482
- imageUrl: `/image/game/native/customer_service/${o}.png`,
485
+ imageUrl: `/image/game/native/customer_service/${s}.png`,
483
486
  url: l.url
484
487
  };
485
488
  }),
@@ -490,16 +493,18 @@ const ie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
490
493
  email: (Number(e.withdrawalcode) & 1) > 0,
491
494
  code: (Number(e.withdrawalcode) & 2) > 0,
492
495
  sms: (Number(e.withdrawalcode) & 4) > 0
493
- }
496
+ },
497
+ withdrawAlipay: e.withdrawalipay === "1",
498
+ crypto: e.crypto === "1"
494
499
  };
495
500
  }, ve = (e) => {
496
501
  var t, n, l;
497
502
  return {
498
- banner: ((t = e.mobileBanner) == null ? void 0 : t.map((o) => `${o.imagepath}?${o.filemtime}`)) ?? [],
499
- ad: ((n = e.mobileAd) == null ? void 0 : n.map((o) => `${o.imagepath}?${o.filemtime}`)) ?? [],
500
- about: ((l = e.mobileAbout) == null ? void 0 : l.map((o) => ({
501
- name: o.name,
502
- content: o.content
503
+ banner: ((t = e.mobileBanner) == null ? void 0 : t.map((s) => `${s.imagepath}?${s.filemtime}`)) ?? [],
504
+ ad: ((n = e.mobileAd) == null ? void 0 : n.map((s) => `${s.imagepath}?${s.filemtime}`)) ?? [],
505
+ about: ((l = e.mobileAbout) == null ? void 0 : l.map((s) => ({
506
+ name: s.name,
507
+ content: s.content
503
508
  }))) ?? []
504
509
  };
505
510
  }, Re = (e) => {
@@ -530,19 +535,19 @@ const ie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
530
535
  name: n.company_name,
531
536
  date: []
532
537
  }))) ?? [];
533
- }, xe = (e) => {
538
+ }, je = (e) => {
534
539
  var t;
535
540
  return ((t = e.data) == null ? void 0 : t.map((n) => {
536
541
  var l;
537
542
  return {
538
543
  id: n.key,
539
- date: ((l = n.draw_date) == null ? void 0 : l.map((o) => je(o.draw_tmactive))) ?? []
544
+ date: ((l = n.draw_date) == null ? void 0 : l.map((s) => xe(s.draw_tmactive))) ?? []
540
545
  };
541
546
  })) ?? [];
542
547
  };
543
- function je(e) {
544
- const t = new Date(e * 1e3), n = t.getFullYear(), l = ("0" + (t.getMonth() + 1)).slice(-2), o = ("0" + t.getDate()).slice(-2);
545
- return `${n}-${l}-${o}`;
548
+ function xe(e) {
549
+ const t = new Date(e * 1e3), n = t.getFullYear(), l = ("0" + (t.getMonth() + 1)).slice(-2), s = ("0" + t.getDate()).slice(-2);
550
+ return `${n}-${l}-${s}`;
546
551
  }
547
552
  const De = (e) => {
548
553
  var t;
@@ -551,9 +556,9 @@ const De = (e) => {
551
556
  return {
552
557
  id: n.company_id,
553
558
  name: n.company_name,
554
- list: ((l = n.drawCount) == null ? void 0 : l.map((o) => ({
555
- combination: o.combination_combination,
556
- total: o.total
559
+ list: ((l = n.drawCount) == null ? void 0 : l.map((s) => ({
560
+ combination: s.combination_combination,
561
+ total: s.total
557
562
  }))) ?? []
558
563
  };
559
564
  })) ?? [];
@@ -561,15 +566,15 @@ const De = (e) => {
561
566
  companyId: t.company_id,
562
567
  companyName: t.company_name,
563
568
  resultByDateList: t.draws.map((n) => {
564
- const l = n.results.filter((p) => p.combination_dimension == 3).map((p) => p.combination_combination), o = n.results.filter(
569
+ const l = n.results.filter((p) => p.combination_dimension == 3).map((p) => p.combination_combination), s = n.results.filter(
565
570
  (p) => p.combination_dimension == 4 && p.combination_position === 1
566
571
  ).map((p) => p.combination_combination), u = n.results.filter(
567
572
  (p) => p.combination_dimension === 4 && p.combination_position === 2
568
- ).map((p) => p.combination_combination), c = n.results.filter(
573
+ ).map((p) => p.combination_combination), d = n.results.filter(
569
574
  (p) => p.combination_dimension === 4 && p.combination_position === 3
570
575
  ).map((p) => p.combination_combination), m = n.results.filter(
571
576
  (p) => p.combination_dimension === 4 && p.combination_position === 4
572
- ).map((p) => p.combination_combination), f = n.results.filter(
577
+ ).map((p) => p.combination_combination), y = n.results.filter(
573
578
  (p) => p.combination_dimension === 4 && p.combination_position === 5
574
579
  ).map((p) => p.combination_combination), g = n.results.filter(
575
580
  (p) => p.combination_dimension === 5 && p.combination_position === 1
@@ -580,11 +585,11 @@ const De = (e) => {
580
585
  date: n.date,
581
586
  dimension_3: l,
582
587
  dimension_4: {
583
- prize_1: o,
588
+ prize_1: s,
584
589
  prize_2: u,
585
- prize_3: c,
590
+ prize_3: d,
586
591
  prize_4: m,
587
- prize_5: f
592
+ prize_5: y
588
593
  },
589
594
  dimension_5: {
590
595
  prize_1: g,
@@ -621,53 +626,53 @@ const De = (e) => {
621
626
  }), h = (e) => ({
622
627
  status: e.status == 1,
623
628
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? ""
624
- }), ze = (e) => h(e), Ne = (e) => {
625
- var t, n, l, o, u;
629
+ }), ze = (e) => h(e), Fe = (e) => {
630
+ var t, n, l, s, u;
626
631
  return {
627
- bankCard: ((t = e.bankCard) == null ? void 0 : t.map((c) => {
628
- var m, f;
632
+ bankCard: ((t = e.bankCard) == null ? void 0 : t.map((d) => {
633
+ var m, y;
629
634
  return {
630
- bankIndex: c.bankindex,
635
+ bankIndex: d.bankindex,
631
636
  bankProvince: {
632
- id: c.bankprovince,
633
- desc: ((f = (m = e.province) == null ? void 0 : m.find(
634
- (g) => g.provinceindex == c.bankprovince
635
- )) == null ? void 0 : f.label) ?? ""
637
+ id: d.bankprovince,
638
+ desc: ((y = (m = e.province) == null ? void 0 : m.find(
639
+ (g) => g.provinceindex == d.bankprovince
640
+ )) == null ? void 0 : y.label) ?? ""
636
641
  },
637
- bankName: c.banknamesimplified,
638
- bankAccountNo: c.bankaccountno,
639
- bankUrl: c.bankaddress ?? "",
640
- imgUrl: c.img,
641
- countryIndex: c.countryindex
642
+ bankName: d.banknamesimplified,
643
+ bankAccountNo: d.bankaccountno,
644
+ bankUrl: d.bankaddress ?? "",
645
+ imgUrl: d.img,
646
+ countryIndex: d.countryindex
642
647
  };
643
648
  })) ?? [],
644
- bankList: ((n = e.bankList) == null ? void 0 : n.map((c) => ({
645
- bankIndex: c.bankindex,
646
- bankType: c.bank_type,
647
- bankName: c.banknamesimplified,
648
- bankUrl: c.address ?? "",
649
- swiftCode: c.swiftcode,
650
- showBind: c.show_bind === "1",
651
- showDeposit: c.show_deposit === "1",
652
- countryIndex: c.countryindex
649
+ bankList: ((n = e.bankList) == null ? void 0 : n.map((d) => ({
650
+ bankIndex: d.bankindex,
651
+ bankType: d.bank_type,
652
+ bankName: d.banknamesimplified,
653
+ bankUrl: d.address ?? "",
654
+ swiftCode: d.swiftcode,
655
+ showBind: d.show_bind === "1",
656
+ showDeposit: d.show_deposit === "1",
657
+ countryIndex: d.countryindex
653
658
  }))) ?? [],
654
- province: ((l = e.province) == null ? void 0 : l.map((c) => ({
655
- index: c.provinceindex,
656
- label: c.label,
657
- countryIndex: c.countryindex
659
+ province: ((l = e.province) == null ? void 0 : l.map((d) => ({
660
+ index: d.provinceindex,
661
+ label: d.label,
662
+ countryIndex: d.countryindex
658
663
  }))) ?? [],
659
- cryptoAccount: ((o = e.mdAccountCrypto) == null ? void 0 : o.map((c) => ({
660
- id: c.crypto_id,
661
- type: c.type,
662
- name: c.crypto_name,
663
- address: c.address
664
+ cryptoAccount: ((s = e.mdAccountCrypto) == null ? void 0 : s.map((d) => ({
665
+ id: d.crypto_id,
666
+ type: d.type,
667
+ name: d.crypto_name,
668
+ address: d.address
664
669
  }))) ?? [],
665
670
  cryptoDetail: {
666
671
  limit: e.mdCryptoDetail.cryptolimit,
667
- protocol: ((u = e.mdCryptoDetail.cryptoprotocol) == null ? void 0 : u.map((c) => ({
668
- id: c.id,
669
- name: c.name,
670
- status: c.status == "1"
672
+ protocol: ((u = e.mdCryptoDetail.cryptoprotocol) == null ? void 0 : u.map((d) => ({
673
+ id: d.id,
674
+ name: d.name,
675
+ status: d.status == "1"
671
676
  }))) ?? []
672
677
  },
673
678
  alipayData: e.subWithdrawalAlipayData,
@@ -679,7 +684,7 @@ const De = (e) => {
679
684
  },
680
685
  bankCardLimit: e.bankcardlimit
681
686
  };
682
- }, Fe = (e) => ({
687
+ }, Ne = (e) => ({
683
688
  withdrawMin: Number(e.withdrawMin),
684
689
  withdrawMax: Number(e.withdrawMax),
685
690
  dailyWithdrawLimit: Number(e.dailyWithdrawLimit),
@@ -687,7 +692,7 @@ const De = (e) => {
687
692
  withdrawMaxFee: Number(e.withdrawMaxFee),
688
693
  withdrawCount: e.withdrawCount
689
694
  }), Be = (e) => h(e), Ge = (e) => {
690
- var t, n, l, o, u, c;
695
+ var t, n, l, s, u, d;
691
696
  return {
692
697
  subStatusModes: ((t = e.subStatusModes) == null ? void 0 : t.map((m) => ({
693
698
  key: m.key,
@@ -699,9 +704,9 @@ const De = (e) => {
699
704
  }))) ?? [],
700
705
  mdCashLedgers: {
701
706
  currentPage: ((l = e.mdCashLedgers) == null ? void 0 : l.current_page) ?? 0,
702
- lastPage: ((o = e.mdCashLedgers) == null ? void 0 : o.last_page) ?? 0,
703
- data: ((c = (u = e.mdCashLedgers) == null ? void 0 : u.data) == null ? void 0 : c.map((m) => {
704
- var f, g;
707
+ lastPage: ((s = e.mdCashLedgers) == null ? void 0 : s.last_page) ?? 0,
708
+ data: ((d = (u = e.mdCashLedgers) == null ? void 0 : u.data) == null ? void 0 : d.map((m) => {
709
+ var y, g;
705
710
  return {
706
711
  ledgerIndex: m.ledgerindex,
707
712
  transactionIndex: m.transactionindex,
@@ -713,7 +718,7 @@ const De = (e) => {
713
718
  status: {
714
719
  id: m.status,
715
720
  value: m.status == 1,
716
- desc: ((g = (f = e.subStatusModes) == null ? void 0 : f.find((_) => _.key === m.status)) == null ? void 0 : g.value) ?? ""
721
+ desc: ((g = (y = e.subStatusModes) == null ? void 0 : y.find((_) => _.key === m.status)) == null ? void 0 : g.value) ?? ""
717
722
  },
718
723
  amount: m.amount,
719
724
  ledgerDateTime: m.ledgerdatetime,
@@ -788,19 +793,19 @@ const De = (e) => {
788
793
  tokenAmount: n.token_amount
789
794
  }))) ?? []
790
795
  };
791
- }, $e = (e) => ({
796
+ }, Ae = (e) => ({
792
797
  status: e.status == 1,
793
798
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
794
799
  loginId: e.loginId ?? "",
795
800
  password: e.password ?? "",
796
801
  downloadUrl: e.download_link ?? ""
797
- }), He = (e) => (e == null ? void 0 : e.map((t) => ({
802
+ }), $e = (e) => (e == null ? void 0 : e.map((t) => ({
798
803
  messageId: t.msgindex,
799
804
  unread: t.status == "0",
800
805
  date: t.cdate,
801
806
  title: t.account_message_content.subject,
802
807
  content: t.account_message_content.content
803
- }))) ?? [], Ae = (e) => {
808
+ }))) ?? [], He = (e) => {
804
809
  var t;
805
810
  return ((t = e.mdGameLists) == null ? void 0 : t.map((n) => ({
806
811
  id: n.id,
@@ -839,10 +844,10 @@ const De = (e) => {
839
844
  name: u.firstname,
840
845
  cashback: u.turnover,
841
846
  commission: u.income
842
- })), l = e.data.reduce((u, c) => u + parseFloat(c.income), 0), o = t.size;
847
+ })), l = e.data.reduce((u, d) => u + parseFloat(d.income), 0), s = t.size;
843
848
  return {
844
849
  totalReward: l,
845
- totalCount: o,
850
+ totalCount: s,
846
851
  list: n
847
852
  };
848
853
  }, Qe = (e) => e.status == 0 ? {
@@ -867,10 +872,10 @@ const De = (e) => {
867
872
  deposit: u.deposit,
868
873
  activeBet: u.activebet,
869
874
  commission: u.reward
870
- })), l = e.data.reduce((u, c) => u + parseFloat(c.reward), 0), o = t.size;
875
+ })), l = e.data.reduce((u, d) => u + parseFloat(d.reward), 0), s = t.size;
871
876
  return {
872
877
  totalReward: l,
873
- totalCount: o,
878
+ totalCount: s,
874
879
  list: n
875
880
  };
876
881
  }, Ze = (e) => e.status == 0 ? {
@@ -893,10 +898,10 @@ const De = (e) => {
893
898
  name: u.firstname,
894
899
  total: u.deposit,
895
900
  commission: u.reward
896
- })), l = e.data.reduce((u, c) => u + parseFloat(c.reward), 0), o = t.size;
901
+ })), l = e.data.reduce((u, d) => u + parseFloat(d.reward), 0), s = t.size;
897
902
  return {
898
903
  totalReward: l,
899
- totalCount: o,
904
+ totalCount: s,
900
905
  list: n
901
906
  };
902
907
  }, tt = (e) => e.status == 0 ? {
@@ -910,7 +915,7 @@ const De = (e) => {
910
915
  uplineCode: e.data.upline.accountcode,
911
916
  referralCode: e.data.referral_code
912
917
  }, nt = (e) => {
913
- var f;
918
+ var y;
914
919
  let t = null, n = null;
915
920
  if (e.status == 0)
916
921
  return { welcomeBonus: null, dailyBonus: null };
@@ -928,7 +933,7 @@ const De = (e) => {
928
933
  };
929
934
  });
930
935
  l.length > 0 && (t = l[0]);
931
- const o = e.data.filter((g) => g.dtype == "5" && g.type == "D").map((g) => {
936
+ const s = e.data.filter((g) => g.dtype == "5" && g.type == "D").map((g) => {
932
937
  const _ = Math.min(
933
938
  Number(g.min_deposit) * Number(g.percentage) / 100,
934
939
  Number(g.max_promo_amt)
@@ -941,15 +946,15 @@ const De = (e) => {
941
946
  expiryTime: g.etime
942
947
  };
943
948
  });
944
- let u = 0, c = ((f = o[0]) == null ? void 0 : f.expiryTime) || "";
945
- const m = o.map((g) => (u = Math.max(u, g.percentage), new Date(g.expiryTime) < new Date(c) && (c = g.expiryTime), {
949
+ let u = 0, d = ((y = s[0]) == null ? void 0 : y.expiryTime) || "";
950
+ const m = s.map((g) => (u = Math.max(u, g.percentage), new Date(g.expiryTime) < new Date(d) && (d = g.expiryTime), {
946
951
  name: g.name,
947
952
  depositAmount: g.depositAmount,
948
953
  promoAmount: g.promoAmount
949
954
  }));
950
955
  return n = {
951
956
  percentage: u,
952
- expiryTime: c,
957
+ expiryTime: d,
953
958
  list: m
954
959
  }, { welcomeBonus: t, dailyBonus: n };
955
960
  }, at = (e) => ({
@@ -977,13 +982,13 @@ const De = (e) => {
977
982
  if (Object.prototype.hasOwnProperty.call(e.data, n)) {
978
983
  const l = e.data[n];
979
984
  t[n] = [];
980
- for (let o = 0; o < l.length; o++) {
981
- const u = l[o];
982
- let c = "";
983
- l.length > o + 1 && (c = (Number(l[o + 1].achievement) - 1).toString()), t[n].push({
985
+ for (let s = 0; s < l.length; s++) {
986
+ const u = l[s];
987
+ let d = "";
988
+ l.length > s + 1 && (d = (Number(l[s + 1].achievement) - 1).toString()), t[n].push({
984
989
  rate: u.rate,
985
990
  minValue: u.achievement.toString(),
986
- maxValue: c
991
+ maxValue: d
987
992
  });
988
993
  }
989
994
  }
@@ -996,26 +1001,26 @@ const De = (e) => {
996
1001
  if (Object.prototype.hasOwnProperty.call(e.data, n)) {
997
1002
  const l = e.data[n];
998
1003
  t[n] = [];
999
- for (let o = 0; o < l.length; o++) {
1000
- const u = l[o];
1001
- let c = "";
1002
- l.length > o + 1 && (c = (Number(l[o + 1].achievement) - 1).toString()), t[n].push({
1004
+ for (let s = 0; s < l.length; s++) {
1005
+ const u = l[s];
1006
+ let d = "";
1007
+ l.length > s + 1 && (d = (Number(l[s + 1].achievement) - 1).toString()), t[n].push({
1003
1008
  rate: u.rate,
1004
1009
  minValue: u.achievement,
1005
- maxValue: c
1010
+ maxValue: d
1006
1011
  });
1007
1012
  }
1008
1013
  }
1009
1014
  return t;
1010
- }, ut = (e) => h(e), ct = (e) => h(e), dt = (e) => {
1011
- var t, n, l, o, u;
1015
+ }, ut = (e) => h(e), dt = (e) => h(e), ct = (e) => {
1016
+ var t, n, l, s, u;
1012
1017
  return {
1013
1018
  status: e.status == 1,
1014
1019
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
1015
1020
  default: ((t = e.data) == null ? void 0 : t.default) ?? [],
1016
1021
  online: ((n = e.data) == null ? void 0 : n.online) ?? [],
1017
1022
  mycard: ((l = e.data) == null ? void 0 : l.mycard) ?? [],
1018
- qrcode: ((o = e.data) == null ? void 0 : o.qrcode) ?? [],
1023
+ qrcode: ((s = e.data) == null ? void 0 : s.qrcode) ?? [],
1019
1024
  personal: ((u = e.data) == null ? void 0 : u.personal) ?? []
1020
1025
  };
1021
1026
  }, V = (e) => (console.log(e), {
@@ -1042,7 +1047,7 @@ const De = (e) => {
1042
1047
  })) : [], pt = (e) => h(e), gt = (e) => e, bt = (e) => ({
1043
1048
  status: e.status == 1,
1044
1049
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? ""
1045
- }), ft = (e) => h(e), yt = (e) => ({
1050
+ }), yt = (e) => h(e), ft = (e) => ({
1046
1051
  status: e.status == 1,
1047
1052
  message: e.message,
1048
1053
  user: e.user ?? ""
@@ -1063,14 +1068,14 @@ const De = (e) => {
1063
1068
  status: e.status == 1,
1064
1069
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
1065
1070
  countryList: ((t = e.data) == null ? void 0 : t.map((n) => {
1066
- var l, o;
1071
+ var l, s;
1067
1072
  return {
1068
1073
  countryIndex: n.countryindex,
1069
1074
  currencyName: n.currency_name ?? "",
1070
1075
  label: n.label,
1071
1076
  currencyRate: {
1072
1077
  depositCurrencyRate: ((l = n.currency_rate) == null ? void 0 : l.currency_rate_deposit) ?? "",
1073
- withdrawCurrencyRate: ((o = n.currency_rate) == null ? void 0 : o.currency_rate_withdraw) ?? ""
1078
+ withdrawCurrencyRate: ((s = n.currency_rate) == null ? void 0 : s.currency_rate_withdraw) ?? ""
1074
1079
  }
1075
1080
  };
1076
1081
  })) ?? []
@@ -1083,7 +1088,7 @@ const De = (e) => {
1083
1088
  }), kt = (e) => h(e), Pt = (e) => h(e), W = (e) => ({
1084
1089
  status: e.status == 1,
1085
1090
  message: e.errormessage ?? ""
1086
- }), Ot = (e) => h(e), Mt = (e) => e, xt = (e) => h(e), jt = (e) => {
1091
+ }), Ot = (e) => h(e), Mt = (e) => e, jt = (e) => h(e), xt = (e) => {
1087
1092
  var t;
1088
1093
  return {
1089
1094
  platformProduct: ((t = e.mdPlatformProduct) == null ? void 0 : t.map((n) => ({
@@ -1100,7 +1105,7 @@ const De = (e) => {
1100
1105
  name: n.name
1101
1106
  }))) ?? []
1102
1107
  };
1103
- }, Ct = (e) => h(e), wt = (e) => h(e), It = (e) => h(e), Lt = (e) => h(e), zt = (e) => h(e), Nt = (e) => h(e), Ft = (e) => h(e), Bt = (e) => ({
1108
+ }, Ct = (e) => h(e), wt = (e) => h(e), It = (e) => h(e), Lt = (e) => h(e), zt = (e) => h(e), Ft = (e) => h(e), Nt = (e) => h(e), Bt = (e) => ({
1104
1109
  status: e.status == 1,
1105
1110
  message: e.msg ?? "",
1106
1111
  data: e.data
@@ -1174,12 +1179,12 @@ const De = (e) => {
1174
1179
  })),
1175
1180
  currentPage: e.page,
1176
1181
  lastPage: e.lastpage
1177
- }), $t = (e) => ({
1182
+ }), At = (e) => ({
1178
1183
  status: e.status == "1",
1179
1184
  message: e.msg ?? "",
1180
1185
  username: e.accountcode,
1181
1186
  password: e.password
1182
- }), Ht = (e) => {
1187
+ }), $t = (e) => {
1183
1188
  var t;
1184
1189
  return {
1185
1190
  currentPage: e.mdGameCreditLimitTransfers.current_page,
@@ -1192,7 +1197,7 @@ const De = (e) => {
1192
1197
  transferDateTime: n.transferdatetime
1193
1198
  }))) ?? []
1194
1199
  };
1195
- }, At = (e) => {
1200
+ }, Ht = (e) => {
1196
1201
  var t;
1197
1202
  return {
1198
1203
  currentPage: e.mdAgTransfeReport.current_page,
@@ -1265,22 +1270,22 @@ const De = (e) => {
1265
1270
  status: e.status == 1,
1266
1271
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
1267
1272
  data: {
1268
- companyCount: ((t = e.data.companyRCount) == null ? void 0 : t.map((o) => ({
1269
- key: o.key,
1270
- count: o.count
1273
+ companyCount: ((t = e.data.companyRCount) == null ? void 0 : t.map((s) => ({
1274
+ key: s.key,
1275
+ count: s.count
1271
1276
  }))) ?? [],
1272
- prizeCount: ((n = e.data.prizeRCount) == null ? void 0 : n.map((o) => ({
1273
- key: o.key,
1274
- count: o.count
1277
+ prizeCount: ((n = e.data.prizeRCount) == null ? void 0 : n.map((s) => ({
1278
+ key: s.key,
1279
+ count: s.count
1275
1280
  }))) ?? [],
1276
- list: ((l = e.data.list) == null ? void 0 : l.map((o) => ({
1277
- dimension: o.combination_dimension,
1278
- combination: o.combination_combination,
1279
- prizePosition: o.combination_position,
1280
- drawIdentifier: o.draw.draw_identifier,
1281
- drawTimestamp: o.draw.draw_tmactive,
1282
- companyId: o.company.company_id,
1283
- companyName: o.company.company_name
1281
+ list: ((l = e.data.list) == null ? void 0 : l.map((s) => ({
1282
+ dimension: s.combination_dimension,
1283
+ combination: s.combination_combination,
1284
+ prizePosition: s.combination_position,
1285
+ drawIdentifier: s.draw.draw_identifier,
1286
+ drawTimestamp: s.draw.draw_tmactive,
1287
+ companyId: s.company.company_id,
1288
+ companyName: s.company.company_name
1284
1289
  }))) ?? []
1285
1290
  }
1286
1291
  };
@@ -1288,15 +1293,57 @@ const De = (e) => {
1288
1293
  status: e.status == 1,
1289
1294
  message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
1290
1295
  tokenAmount: e.token_amount
1291
- });
1292
- 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))($ || {});
1293
- const nn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1296
+ }), nn = (e) => h(e);
1297
+ var A = /* @__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))(A || {});
1298
+ const an = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1294
1299
  __proto__: null,
1295
- SettingType: $
1296
- }, Symbol.toStringTag, { value: "Module" })), an = async (e) => {
1297
- var t, n, l, o, u, c, m, f, g, _, O;
1300
+ SettingType: A
1301
+ }, Symbol.toStringTag, { value: "Module" })), on = (e) => {
1302
+ let t = 0;
1303
+ return e.data != null && typeof e.data == "object" && (t = e.data.amount), {
1304
+ status: e.status,
1305
+ message: e.msg ?? "",
1306
+ amount: t
1307
+ };
1308
+ }, rn = (e) => e.status == 0 ? {
1309
+ record: {
1310
+ today: {
1311
+ deposit: "0",
1312
+ winlose: "0"
1313
+ },
1314
+ yesterday: {
1315
+ deposit: "0",
1316
+ winlose: "0"
1317
+ }
1318
+ },
1319
+ setting: []
1320
+ } : {
1321
+ record: {
1322
+ today: {
1323
+ deposit: e.data.record.today_deposit,
1324
+ winlose: e.data.record.today_winlose
1325
+ },
1326
+ yesterday: {
1327
+ deposit: e.data.record.yesterday_deposit,
1328
+ winlose: e.data.record.yesterday_winlose
1329
+ }
1330
+ },
1331
+ setting: e.data.setting.map((t) => ({
1332
+ name: t.grade_english,
1333
+ percentage: t.percentage,
1334
+ deposit: t.deposit,
1335
+ loseLimit: t.loselimit,
1336
+ maxReward: t.max_reward
1337
+ }))
1338
+ }, sn = (e) => e.status == 0 ? [] : e.data.map((t) => ({
1339
+ amount: t.amount,
1340
+ date: t.date,
1341
+ deposit: t.deposit,
1342
+ payout: t.payout
1343
+ })), ln = async (e) => {
1344
+ var t, n, l, s, u, d, m, y, g, _, O;
1298
1345
  try {
1299
- e.findIndex((d) => d.name === i.vipList) !== -1 && e.push(
1346
+ e.findIndex((c) => c.name === i.vipList) !== -1 && e.push(
1300
1347
  {
1301
1348
  name: i.vipBonus,
1302
1349
  query: ""
@@ -1305,43 +1352,43 @@ const nn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1305
1352
  { name: i.vipStatus, query: "" },
1306
1353
  {
1307
1354
  name: i.getSetting,
1308
- query: JSON.stringify({ name: [$.vipcalculation] })
1355
+ query: JSON.stringify({ name: [A.vipcalculation] })
1309
1356
  }
1310
- ), e.findIndex((d) => d.name === i.gameList) !== -1 && e.push({
1357
+ ), e.findIndex((c) => c.name === i.gameList) !== -1 && e.push({
1311
1358
  name: i.getPlatformTurnoverRate,
1312
1359
  query: ""
1313
1360
  });
1314
- const v = e.findIndex((d) => d.name === i.searchHot);
1361
+ const v = e.findIndex((c) => c.name === i.searchHot);
1315
1362
  if (v !== -1) {
1316
- let d = {};
1317
- e.forEach((y) => {
1318
- d = y.query;
1363
+ let c = {};
1364
+ e.forEach((f) => {
1365
+ c = f.query;
1319
1366
  }), e.splice(v), e.push({
1320
1367
  name: i.getFourDimensionData,
1321
- query: String(d)
1368
+ query: String(c)
1322
1369
  });
1323
1370
  }
1324
- const k = e.findIndex((d) => d.name === i.searchNumberHistory);
1371
+ const k = e.findIndex((c) => c.name === i.searchNumberHistory);
1325
1372
  if (k !== -1) {
1326
- let d = {};
1327
- e.forEach((y) => {
1328
- d = y.query;
1373
+ let c = {};
1374
+ e.forEach((f) => {
1375
+ c = f.query;
1329
1376
  }), e.splice(k), e.push({
1330
1377
  name: i.getFourDimensionData,
1331
- query: String(d)
1378
+ query: String(c)
1332
1379
  });
1333
1380
  }
1334
- if (e.findIndex((d) => d.name === i.searchByDate) !== -1) {
1335
- let d = {};
1336
- e.forEach((y) => {
1337
- d = y.query;
1381
+ if (e.findIndex((c) => c.name === i.searchByDate) !== -1) {
1382
+ let c = {};
1383
+ e.forEach((f) => {
1384
+ c = f.query;
1338
1385
  }), e.splice(k), e.push({
1339
1386
  name: i.getFourDimensionData,
1340
- query: String(d)
1387
+ query: String(c)
1341
1388
  });
1342
1389
  }
1343
1390
  const z = e.findIndex(
1344
- (d) => d.name === i.getFourDimensionData
1391
+ (c) => c.name === i.getFourDimensionData
1345
1392
  );
1346
1393
  z !== -1 && e[z].query == "" && (e.splice(z), e.push(
1347
1394
  {
@@ -1360,11 +1407,11 @@ const nn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1360
1407
  }
1361
1408
  ));
1362
1409
  const U = {
1363
- requests: e.map((d) => ({
1364
- name: d.name,
1365
- query: btoa(d.query)
1410
+ requests: e.map((c) => ({
1411
+ name: c.name,
1412
+ query: btoa(c.query)
1366
1413
  }))
1367
- }, H = await I.post(
1414
+ }, $ = await I.post(
1368
1415
  "/jwt",
1369
1416
  te(JSON.stringify(U))
1370
1417
  ), a = {
@@ -1372,471 +1419,491 @@ const nn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1372
1419
  message: "",
1373
1420
  result: {}
1374
1421
  };
1375
- for (const d of H.data.responses) {
1376
- d.error != null && d.error.code != 200 && (a.status = d.error.code, a.message = d.error.message);
1377
- const y = d.attributes !== null && d.attributes !== void 0 ? ne(d.attributes) : null, r = d.name, s = y ? JSON.parse(y) : null;
1378
- if (console.log(r), console.log(JSON.stringify(s)), !s)
1379
- console.log("Not data received"), a.result[r] = null;
1422
+ for (const c of $.data.responses) {
1423
+ c.error != null && c.error.code != 200 && (a.status = c.error.code, a.message = c.error.message);
1424
+ const f = c.attributes !== null && c.attributes !== void 0 ? ne(c.attributes) : null, o = c.name, r = f ? JSON.parse(f) : null;
1425
+ if (console.log(o), console.log(r), !r)
1426
+ console.log("Not data received"), a.result[o] = null;
1380
1427
  else
1381
- switch (r) {
1428
+ switch (o) {
1382
1429
  case i.announcement:
1383
- a.result[r] = me(s);
1430
+ a.result[o] = me(r);
1384
1431
  break;
1385
1432
  case i.gameList:
1386
- a.result[r] = ge(s);
1433
+ a.result[o] = ge(r);
1387
1434
  break;
1388
1435
  case i.cmsList:
1389
- a.result[r] = ve(s);
1436
+ a.result[o] = ve(r);
1390
1437
  break;
1391
1438
  case i.paymentsProvider:
1392
- a.result[r] = le(
1393
- s
1439
+ a.result[o] = le(
1440
+ r
1394
1441
  );
1395
1442
  break;
1396
1443
  case i.getUserProfile:
1397
- a.result[r] = pe(s);
1444
+ a.result[o] = pe(r);
1398
1445
  break;
1399
1446
  case i.vipList:
1400
- a.result[r] = be(s);
1447
+ a.result[o] = be(r);
1401
1448
  break;
1402
1449
  case i.vipBonus:
1403
- a.result[r] = ye(s);
1450
+ a.result[o] = fe(r);
1404
1451
  break;
1405
1452
  case i.vipFieldStatus:
1406
- a.result[r] = _e(s);
1453
+ a.result[o] = _e(r);
1407
1454
  break;
1408
1455
  case i.vipStatus:
1409
- a.result[r] = he(s);
1456
+ a.result[o] = he(r);
1410
1457
  break;
1411
1458
  case i.promotion:
1412
- a.result[r] = fe(s);
1459
+ a.result[o] = ye(r);
1413
1460
  break;
1414
1461
  case i.getSetting:
1415
- a.result[r] = Te(s);
1462
+ a.result[o] = Te(r);
1416
1463
  break;
1417
1464
  case i.getCountryMobile:
1418
- a.result[r] = Re(
1419
- s
1465
+ a.result[o] = Re(
1466
+ r
1420
1467
  );
1421
1468
  break;
1422
1469
  case i.getPlatformTurnoverRate:
1423
- a.result[r] = Se(
1424
- s
1470
+ a.result[o] = Se(
1471
+ r
1425
1472
  );
1426
1473
  break;
1427
1474
  case i.mainWallet:
1428
- a.result[r] = ke(s);
1475
+ a.result[o] = ke(r);
1429
1476
  break;
1430
1477
  case i.getLanguageSetting:
1431
- a.result[r] = Pe(
1432
- s
1478
+ a.result[o] = Pe(
1479
+ r
1433
1480
  );
1434
1481
  break;
1435
1482
  case i.getFourDimensionData:
1436
- a.result[r] = Oe(
1437
- s
1483
+ a.result[o] = Oe(
1484
+ r
1438
1485
  );
1439
1486
  break;
1440
1487
  case i.getCompany:
1441
- a.result[r] = Me(s);
1488
+ a.result[o] = Me(r);
1442
1489
  break;
1443
1490
  case i.searchResultDate:
1444
- a.result[r] = xe(
1445
- s
1491
+ a.result[o] = je(
1492
+ r
1446
1493
  );
1447
1494
  break;
1448
1495
  case i.searchHot:
1449
- a.result[r] = De(s);
1496
+ a.result[o] = De(r);
1450
1497
  break;
1451
1498
  case i.searchByDate:
1452
- a.result[r] = Ce(s);
1499
+ a.result[o] = Ce(r);
1453
1500
  break;
1454
1501
  case i.upcomingMatches:
1455
- a.result[r] = we(
1456
- s
1502
+ a.result[o] = we(
1503
+ r
1457
1504
  );
1458
1505
  break;
1459
1506
  case i.deposit:
1460
- a.result[r] = Ie(s);
1507
+ a.result[o] = Ie(r);
1461
1508
  break;
1462
1509
  case i.applyVipBonus:
1463
- a.result[r] = Le(s);
1510
+ a.result[o] = Le(r);
1464
1511
  break;
1465
1512
  case i.withdraw:
1466
- a.result[r] = ze(s);
1513
+ a.result[o] = ze(r);
1467
1514
  break;
1468
1515
  case i.getBankCardData:
1469
- a.result[r] = Ne(
1470
- s
1516
+ a.result[o] = Fe(
1517
+ r
1471
1518
  );
1472
1519
  break;
1473
1520
  case i.withdrawalGet:
1474
- a.result[r] = Fe(s);
1521
+ a.result[o] = Ne(r);
1475
1522
  break;
1476
1523
  case i.addBankCard:
1477
- a.result[r] = Be(s);
1524
+ a.result[o] = Be(r);
1478
1525
  break;
1479
1526
  case i.transactionReport:
1480
- a.result[r] = Ge(
1481
- s
1527
+ a.result[o] = Ge(
1528
+ r
1482
1529
  );
1483
1530
  break;
1484
1531
  case i.changePassword:
1485
- a.result[r] = Ue(s);
1532
+ a.result[o] = Ue(r);
1486
1533
  break;
1487
1534
  case i.wallet:
1488
- a.result[r] = Ve(s);
1535
+ a.result[o] = Ve(r);
1489
1536
  break;
1490
1537
  case i.getEventList:
1491
- a.result[r] = We(s);
1538
+ a.result[o] = We(r);
1492
1539
  break;
1493
1540
  case i.getEventToken:
1494
- a.result[r] = Ee(s);
1541
+ a.result[o] = Ee(r);
1495
1542
  break;
1496
1543
  case i.getExtraGame:
1497
- a.result[r] = $e(s);
1544
+ a.result[o] = Ae(r);
1498
1545
  break;
1499
1546
  case i.mailBox:
1500
- a.result[r] = He(s);
1547
+ a.result[o] = $e(r);
1501
1548
  break;
1502
1549
  case i.fishGameList:
1503
- a.result[r] = Ae(s);
1550
+ a.result[o] = He(r);
1504
1551
  break;
1505
1552
  case i.slotGameList:
1506
- a.result[r] = Je(s);
1553
+ a.result[o] = Je(r);
1507
1554
  break;
1508
1555
  case i.getTurnOverRewardData:
1509
- a.result[r] = Ye(
1510
- s
1556
+ a.result[o] = Ye(
1557
+ r
1511
1558
  );
1512
1559
  break;
1513
1560
  case i.getTurnOverRewardReport:
1514
- a.result[r] = Ke(
1515
- s
1561
+ a.result[o] = Ke(
1562
+ r
1516
1563
  );
1517
1564
  break;
1518
1565
  case i.getInviteRewardData:
1519
- a.result[r] = Qe(
1520
- s
1566
+ a.result[o] = Qe(
1567
+ r
1521
1568
  );
1522
1569
  break;
1523
1570
  case i.getInviteRewardReport:
1524
- a.result[r] = Xe(
1525
- s
1571
+ a.result[o] = Xe(
1572
+ r
1526
1573
  );
1527
1574
  break;
1528
1575
  case i.getTopupRewardData:
1529
- a.result[r] = Ze(
1530
- s
1576
+ a.result[o] = Ze(
1577
+ r
1531
1578
  );
1532
1579
  break;
1533
1580
  case i.getTopupRewardReport:
1534
- a.result[r] = et(
1535
- s
1581
+ a.result[o] = et(
1582
+ r
1536
1583
  );
1537
1584
  break;
1538
1585
  case i.getRewardReferral:
1539
- a.result[r] = tt(
1540
- s
1586
+ a.result[o] = tt(
1587
+ r
1541
1588
  );
1542
1589
  break;
1543
1590
  case i.submitWithdrawValidate:
1544
- a.result[r] = W(s);
1591
+ a.result[o] = W(r);
1545
1592
  break;
1546
1593
  case i.getDepositPromotion:
1547
- a.result[r] = nt(
1548
- s
1594
+ a.result[o] = nt(
1595
+ r
1549
1596
  );
1550
1597
  break;
1551
1598
  case i.getTopUpRewardClaim:
1552
- a.result[r] = at(
1553
- s
1599
+ a.result[o] = at(
1600
+ r
1554
1601
  );
1555
1602
  break;
1556
1603
  case i.getInviteRewardClaim:
1557
- a.result[r] = ot(
1558
- s
1604
+ a.result[o] = ot(
1605
+ r
1559
1606
  );
1560
1607
  break;
1561
1608
  case i.getTurnOverRewardClaim:
1562
- a.result[r] = rt(
1563
- s
1609
+ a.result[o] = rt(
1610
+ r
1564
1611
  );
1565
1612
  break;
1566
1613
  case i.getInviteRewardSetting:
1567
- a.result[r] = st(
1568
- s
1614
+ a.result[o] = st(
1615
+ r
1569
1616
  );
1570
1617
  break;
1571
1618
  case i.getTurnOverRewardSetting:
1572
- a.result[r] = it(
1573
- s
1619
+ a.result[o] = it(
1620
+ r
1574
1621
  );
1575
1622
  break;
1576
1623
  case i.getTopUpRewardSetting:
1577
- a.result[r] = lt(
1578
- s
1624
+ a.result[o] = lt(
1625
+ r
1579
1626
  );
1580
1627
  break;
1581
1628
  case i.requestForgetPassword:
1582
- a.result[r] = ut(
1583
- s
1629
+ a.result[o] = ut(
1630
+ r
1584
1631
  );
1585
1632
  break;
1586
1633
  case i.submitForgetPassword:
1587
- a.result[r] = ct(
1588
- s
1634
+ a.result[o] = dt(
1635
+ r
1589
1636
  );
1590
1637
  break;
1591
1638
  case i.getImage:
1592
- a.result[r] = dt(s);
1639
+ a.result[o] = ct(r);
1593
1640
  break;
1594
1641
  case i.getDepositValidate:
1595
- a.result[r] = V(s);
1642
+ a.result[o] = V(r);
1596
1643
  break;
1597
1644
  case i.getWithdrawValidate:
1598
- a.result[r] = V(s);
1645
+ a.result[o] = V(r);
1599
1646
  break;
1600
1647
  case i.getTransferCreditValidate:
1601
- a.result[r] = V(s);
1648
+ a.result[o] = V(r);
1602
1649
  break;
1603
1650
  case i.updateProfilePicture:
1604
- a.result[r] = pt(
1605
- s
1651
+ a.result[o] = pt(
1652
+ r
1606
1653
  );
1607
1654
  break;
1608
1655
  case i.readMail:
1609
- a.result[r] = gt(s);
1656
+ a.result[o] = gt(r);
1610
1657
  break;
1611
1658
  case i.checkRedPacketValidate:
1612
- a.result[r] = bt(
1613
- s
1659
+ a.result[o] = bt(
1660
+ r
1614
1661
  );
1615
1662
  break;
1616
1663
  case i.requestTacCode:
1617
- a.result[r] = ft(s);
1664
+ a.result[o] = yt(r);
1618
1665
  break;
1619
1666
  case i.getUsernameByRefer:
1620
- a.result[r] = yt(
1621
- s
1667
+ a.result[o] = ft(
1668
+ r
1622
1669
  );
1623
1670
  break;
1624
1671
  case i.applyPromo:
1625
- a.result[r] = _t(s);
1672
+ a.result[o] = _t(r);
1626
1673
  break;
1627
1674
  case i.applyRedPacket:
1628
- a.result[r] = ht(s);
1675
+ a.result[o] = ht(r);
1629
1676
  break;
1630
1677
  case i.applySignIn:
1631
- a.result[r] = Tt(s);
1678
+ a.result[o] = Tt(r);
1632
1679
  break;
1633
1680
  case i.getCountry:
1634
- a.result[r] = vt(s);
1681
+ a.result[o] = vt(r);
1635
1682
  break;
1636
1683
  case i.submitGiftCode:
1637
- a.result[r] = Rt(s);
1684
+ a.result[o] = Rt(r);
1638
1685
  break;
1639
1686
  case i.playGame:
1640
- a.result[r] = St(s);
1687
+ a.result[o] = St(r);
1641
1688
  break;
1642
1689
  case i.transferToMain:
1643
- a.result[r] = kt(s);
1690
+ a.result[o] = kt(r);
1644
1691
  break;
1645
1692
  case i.transferProcess:
1646
- a.result[r] = Pt(
1647
- s
1693
+ a.result[o] = Pt(
1694
+ r
1648
1695
  );
1649
1696
  break;
1650
1697
  case i.submitDepositValidate:
1651
- a.result[r] = W(s);
1698
+ a.result[o] = W(r);
1652
1699
  break;
1653
1700
  case i.submitTransferCreditValidate:
1654
- a.result[r] = W(s);
1701
+ a.result[o] = W(r);
1655
1702
  break;
1656
1703
  case i.checkTransferCredit:
1657
- a.result[r] = Ot(
1658
- s
1704
+ a.result[o] = Ot(
1705
+ r
1659
1706
  );
1660
1707
  break;
1661
1708
  case i.friendList:
1662
- a.result[r] = Mt(s);
1709
+ a.result[o] = Mt(r);
1663
1710
  break;
1664
1711
  case i.friendListEdit:
1665
- a.result[r] = xt(s);
1712
+ a.result[o] = jt(r);
1666
1713
  break;
1667
1714
  case i.getActivePP:
1668
- a.result[r] = jt(s);
1715
+ a.result[o] = xt(r);
1669
1716
  break;
1670
1717
  case i.getActiveProduct:
1671
- a.result[r] = Dt(
1672
- s
1718
+ a.result[o] = Dt(
1719
+ r
1673
1720
  );
1674
1721
  break;
1675
1722
  case i.requestWithdrawTac:
1676
- a.result[r] = Ct(
1677
- s
1723
+ a.result[o] = Ct(
1724
+ r
1678
1725
  );
1679
1726
  break;
1680
1727
  case i.requestWithdrawalCode:
1681
- a.result[r] = wt(
1682
- s
1728
+ a.result[o] = wt(
1729
+ r
1683
1730
  );
1684
1731
  break;
1685
1732
  case i.commissionWithdraw:
1686
- a.result[r] = It(
1687
- s
1733
+ a.result[o] = It(
1734
+ r
1688
1735
  );
1689
1736
  break;
1690
1737
  case i.submitWithdrawalCode:
1691
- a.result[r] = Lt(
1692
- s
1738
+ a.result[o] = Lt(
1739
+ r
1693
1740
  );
1694
1741
  break;
1695
1742
  case i.submitCryptoAccount:
1696
- a.result[r] = zt(
1697
- s
1743
+ a.result[o] = zt(
1744
+ r
1698
1745
  );
1699
1746
  break;
1700
1747
  case i.requestTransferMoney:
1701
- a.result[r] = Nt(
1702
- s
1748
+ a.result[o] = Ft(
1749
+ r
1703
1750
  );
1704
1751
  break;
1705
1752
  case i.submitTransferMoney:
1706
- a.result[r] = Ft(
1707
- s
1753
+ a.result[o] = Nt(
1754
+ r
1708
1755
  );
1709
1756
  break;
1710
1757
  case i.requestUpdateMobileTacCode:
1711
- a.result[r] = Bt(
1712
- s
1758
+ a.result[o] = Bt(
1759
+ r
1713
1760
  );
1714
1761
  break;
1715
1762
  case i.submitUpdateMobileTacCode:
1716
- a.result[r] = Gt(
1717
- s
1763
+ a.result[o] = Gt(
1764
+ r
1718
1765
  );
1719
1766
  break;
1720
1767
  case i.getVerifyPromo:
1721
- a.result[r] = qt(s);
1768
+ a.result[o] = qt(r);
1722
1769
  break;
1723
1770
  case i.signInViewInfo:
1724
- a.result[r] = Ut(s);
1771
+ a.result[o] = Ut(r);
1725
1772
  break;
1726
1773
  case i.signInRecord:
1727
- a.result[r] = Vt(s);
1774
+ a.result[o] = Vt(r);
1728
1775
  break;
1729
1776
  case i.referralProfile:
1730
- a.result[r] = Wt(
1731
- s
1777
+ a.result[o] = Wt(
1778
+ r
1732
1779
  );
1733
1780
  break;
1734
1781
  case i.referralMemberProfile:
1735
- a.result[r] = Et(
1736
- s
1782
+ a.result[o] = Et(
1783
+ r
1737
1784
  );
1738
1785
  break;
1739
1786
  case i.registerAction:
1740
- a.result[r] = $t(s);
1787
+ a.result[o] = At(r);
1741
1788
  break;
1742
1789
  case i.transferReport:
1743
- a.result[r] = Ht(s);
1790
+ a.result[o] = $t(r);
1744
1791
  break;
1745
1792
  case i.agTransferCreditReport:
1746
- a.result[r] = At(
1747
- s
1793
+ a.result[o] = Ht(
1794
+ r
1748
1795
  );
1749
1796
  break;
1750
1797
  case i.betReport:
1751
- a.result[r] = Jt(s);
1798
+ a.result[o] = Jt(r);
1752
1799
  break;
1753
1800
  case i.getTwoFactorAuthenticate:
1754
- a.result[r] = Yt(
1755
- s
1801
+ a.result[o] = Yt(
1802
+ r
1756
1803
  );
1757
1804
  break;
1758
1805
  case i.submitTwoFactorAuthenticate:
1759
- a.result[r] = Kt(
1760
- s
1806
+ a.result[o] = Kt(
1807
+ r
1761
1808
  );
1762
1809
  break;
1763
1810
  case i.getUserDeviceList:
1764
- a.result[r] = Qt(
1765
- s
1811
+ a.result[o] = Qt(
1812
+ r
1766
1813
  );
1767
1814
  break;
1768
1815
  case i.unbindUserDevice:
1769
- a.result[r] = Xt(
1770
- s
1816
+ a.result[o] = Xt(
1817
+ r
1771
1818
  );
1772
1819
  break;
1773
1820
  case i.searchNumberHistory:
1774
- a.result[r] = Zt(
1775
- s
1821
+ a.result[o] = Zt(
1822
+ r
1776
1823
  );
1777
1824
  break;
1778
1825
  case i.changeWithdrawalCode:
1779
- a.result[r] = en(
1780
- s
1826
+ a.result[o] = en(
1827
+ r
1781
1828
  );
1782
1829
  break;
1783
1830
  case i.checkRedPacketToken:
1784
- a.result[r] = tn(
1785
- s
1831
+ a.result[o] = tn(
1832
+ r
1833
+ );
1834
+ break;
1835
+ case i.submitWithdrawalAlipay:
1836
+ a.result[o] = nn(
1837
+ r
1838
+ );
1839
+ break;
1840
+ case i.applyReliefFund:
1841
+ a.result[o] = on(
1842
+ r
1843
+ );
1844
+ break;
1845
+ case i.getReliefFundData:
1846
+ a.result[o] = rn(
1847
+ r
1848
+ );
1849
+ break;
1850
+ case i.getReliefFundReport:
1851
+ a.result[o] = sn(
1852
+ r
1786
1853
  );
1787
1854
  break;
1788
1855
  }
1789
1856
  }
1790
1857
  if (i.vipList in a.result && ((t = a.result) != null && t.vipList)) {
1791
- const d = a.result.vipList;
1792
- let y = 4;
1793
- if (i.getSetting in a.result && ((n = a.result) != null && n.getSetting && (y = a.result.getSetting.vipCalculation), delete a.result.getSetting), i.vipStatus in a.result) {
1858
+ const c = a.result.vipList;
1859
+ let f = 4;
1860
+ if (i.getSetting in a.result && ((n = a.result) != null && n.getSetting && (f = a.result.getSetting.vipCalculation), delete a.result.getSetting), i.vipStatus in a.result) {
1794
1861
  if ((l = a.result) != null && l.vipStatus) {
1795
- const r = a.result.vipStatus, {
1796
- current_grade_id: s,
1862
+ const o = a.result.vipStatus, {
1863
+ current_grade_id: r,
1797
1864
  current_deposit: P,
1798
- current_turnover: j,
1865
+ current_turnover: x,
1799
1866
  percentage: L
1800
- } = r, D = d.list.findIndex((R) => R.id === s);
1801
- d.list = d.list.map((R, C) => {
1867
+ } = o, D = c.list.findIndex((R) => R.id === r);
1868
+ c.list = c.list.map((R, C) => {
1802
1869
  const w = C === D;
1803
- let M = "0", b = "0", N = 0;
1804
- return w ? (M = `${Math.min(Number(P), Number(R.deposit.total))}`, b = `${Math.min(Number(j), Number(R.turnover.total))}`, N = L) : C < D ? (M = R.deposit.total, b = R.turnover.total, N = 1) : C > D && (M = "0.00", b = "0.00", N = 0), {
1870
+ let M = "0", b = "0", F = 0;
1871
+ return w ? (M = `${Math.min(Number(P), Number(R.deposit.total))}`, b = `${Math.min(Number(x), Number(R.turnover.total))}`, F = L) : C < D ? (M = R.deposit.total, b = R.turnover.total, F = 1) : C > D && (M = "0.00", b = "0.00", F = 0), {
1805
1872
  ...R,
1806
1873
  is_current_level: w,
1807
1874
  deposit: {
1808
1875
  ...R.deposit,
1809
- isShow: y === 1 || y === 3 || y === 4,
1876
+ isShow: f === 1 || f === 3 || f === 4,
1810
1877
  current: M
1811
1878
  },
1812
1879
  turnover: {
1813
1880
  ...R.turnover,
1814
- isShow: y === 2 || y === 3 || y === 4,
1881
+ isShow: f === 2 || f === 3 || f === 4,
1815
1882
  current: b
1816
1883
  },
1817
- percentage: N
1884
+ percentage: F
1818
1885
  };
1819
1886
  });
1820
1887
  }
1821
1888
  delete a.result.vipStatus;
1822
1889
  }
1823
1890
  if (i.vipBonus in a.result) {
1824
- if ((o = a.result) != null && o.vipBonus) {
1825
- const r = a.result.vipBonus, s = d.list.find((N) => N.is_current_level == !0), P = Number(s == null ? void 0 : s.benefit_list.daily.bonus) ?? 0, j = Number(s == null ? void 0 : s.benefit_list.weekly.bonus) ?? 0, L = Number(s == null ? void 0 : s.benefit_list.monthly.bonus) ?? 0;
1826
- d.bonus.day.isClaimable = r.day.isClaimable;
1891
+ if ((s = a.result) != null && s.vipBonus) {
1892
+ const o = a.result.vipBonus, r = c.list.find((F) => F.is_current_level == !0), P = Number(r == null ? void 0 : r.benefit_list.daily.bonus) ?? 0, x = Number(r == null ? void 0 : r.benefit_list.weekly.bonus) ?? 0, L = Number(r == null ? void 0 : r.benefit_list.monthly.bonus) ?? 0;
1893
+ c.bonus.day.isClaimable = o.day.isClaimable;
1827
1894
  const { dayRemainingTime: D, dayProgressPercentage: R } = re();
1828
- d.bonus.day.timestamp = {
1829
- current: !r.day.isClaimable && P > 0 ? D : 0,
1895
+ c.bonus.day.timestamp = {
1896
+ current: !o.day.isClaimable && P > 0 ? D : 0,
1830
1897
  percentage: R
1831
- }, d.bonus.week.isClaimable = r.week.isClaimable;
1898
+ }, c.bonus.week.isClaimable = o.week.isClaimable;
1832
1899
  const { weekRemainingTime: C, weekProgressPercentage: w } = oe();
1833
- d.bonus.week.timestamp = {
1834
- current: !r.week.isClaimable && j > 0 ? C : 0,
1900
+ c.bonus.week.timestamp = {
1901
+ current: !o.week.isClaimable && x > 0 ? C : 0,
1835
1902
  percentage: w
1836
- }, d.bonus.month.isClaimable = r.month.isClaimable;
1903
+ }, c.bonus.month.isClaimable = o.month.isClaimable;
1837
1904
  const { monthRemainingTime: M, monthProgressPercentage: b } = ae();
1838
- d.bonus.month.timestamp = {
1839
- current: !r.month.isClaimable && L > 0 ? M : 0,
1905
+ c.bonus.month.timestamp = {
1906
+ current: !o.month.isClaimable && L > 0 ? M : 0,
1840
1907
  percentage: b
1841
1908
  };
1842
1909
  }
@@ -1844,117 +1911,117 @@ const nn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1844
1911
  }
1845
1912
  if (i.vipFieldStatus in a.result) {
1846
1913
  if ((u = a.result) != null && u.vipFieldStatus) {
1847
- const r = a.result.vipFieldStatus, s = [];
1848
- s.push({
1914
+ const o = a.result.vipFieldStatus, r = [];
1915
+ r.push({
1849
1916
  name: "",
1850
1917
  code: "vipLevel",
1851
- value: d.list.map((b) => b.name)
1918
+ value: c.list.map((b) => b.name)
1852
1919
  });
1853
- const P = r.findIndex(
1920
+ const P = o.findIndex(
1854
1921
  (b) => b.fieldName == "upgrade_bonus"
1855
1922
  );
1856
- P > -1 && s.push({
1857
- name: r[P].showName,
1923
+ P > -1 && r.push({
1924
+ name: o[P].showName,
1858
1925
  code: "",
1859
- value: d.list.map((b) => b.benefit_list.upgrade.bonus)
1926
+ value: c.list.map((b) => b.benefit_list.upgrade.bonus)
1860
1927
  });
1861
- const j = r.findIndex(
1928
+ const x = o.findIndex(
1862
1929
  (b) => b.fieldName == "upgrade_bonus_multiply"
1863
1930
  );
1864
- j > -1 && s.push({
1865
- name: r[j].showName,
1931
+ x > -1 && r.push({
1932
+ name: o[x].showName,
1866
1933
  code: "",
1867
- value: d.list.map((b) => b.benefit_list.upgrade.turnover)
1934
+ value: c.list.map((b) => b.benefit_list.upgrade.turnover)
1868
1935
  });
1869
- const L = r.findIndex(
1936
+ const L = o.findIndex(
1870
1937
  (b) => b.fieldName == "monthly_bonus"
1871
1938
  );
1872
- d.bonus.month.isShow = L > -1, L > -1 && s.push({
1873
- name: r[L].showName,
1939
+ c.bonus.month.isShow = L > -1, L > -1 && r.push({
1940
+ name: o[L].showName,
1874
1941
  code: "",
1875
- value: d.list.map((b) => b.benefit_list.monthly.bonus)
1942
+ value: c.list.map((b) => b.benefit_list.monthly.bonus)
1876
1943
  });
1877
- const D = r.findIndex(
1944
+ const D = o.findIndex(
1878
1945
  (b) => b.fieldName == "monthly_bonus_multiply"
1879
1946
  );
1880
- D > -1 && s.push({
1881
- name: r[D].showName,
1947
+ D > -1 && r.push({
1948
+ name: o[D].showName,
1882
1949
  code: "",
1883
- value: d.list.map((b) => b.benefit_list.monthly.turnover)
1950
+ value: c.list.map((b) => b.benefit_list.monthly.turnover)
1884
1951
  });
1885
- const R = r.findIndex(
1952
+ const R = o.findIndex(
1886
1953
  (b) => b.fieldName == "weekly_bonus"
1887
1954
  );
1888
- d.bonus.week.isShow = R > -1, R > -1 && s.push({
1889
- name: r[R].showName,
1955
+ c.bonus.week.isShow = R > -1, R > -1 && r.push({
1956
+ name: o[R].showName,
1890
1957
  code: "",
1891
- value: d.list.map((b) => b.benefit_list.weekly.bonus)
1958
+ value: c.list.map((b) => b.benefit_list.weekly.bonus)
1892
1959
  });
1893
- const C = r.findIndex(
1960
+ const C = o.findIndex(
1894
1961
  (b) => b.fieldName == "weekly_bonus_multiply"
1895
1962
  );
1896
- C > -1 && s.push({
1897
- name: r[C].showName,
1963
+ C > -1 && r.push({
1964
+ name: o[C].showName,
1898
1965
  code: "",
1899
- value: d.list.map((b) => b.benefit_list.weekly.turnover)
1966
+ value: c.list.map((b) => b.benefit_list.weekly.turnover)
1900
1967
  });
1901
- const w = r.findIndex(
1968
+ const w = o.findIndex(
1902
1969
  (b) => b.fieldName == "daily_bonus"
1903
1970
  );
1904
- d.bonus.day.isShow = w > -1, w > -1 && s.push({
1905
- name: r[w].showName,
1971
+ c.bonus.day.isShow = w > -1, w > -1 && r.push({
1972
+ name: o[w].showName,
1906
1973
  code: "",
1907
- value: d.list.map((b) => b.benefit_list.daily.bonus)
1974
+ value: c.list.map((b) => b.benefit_list.daily.bonus)
1908
1975
  });
1909
- const M = r.findIndex(
1976
+ const M = o.findIndex(
1910
1977
  (b) => b.fieldName == "daily_bonus_multiply"
1911
1978
  );
1912
- M > -1 && s.push({
1913
- name: r[M].showName,
1979
+ M > -1 && r.push({
1980
+ name: o[M].showName,
1914
1981
  code: "",
1915
- value: d.list.map((b) => b.benefit_list.daily.turnover)
1916
- }), (y === 1 || y === 3 || y === 4) && s.push({
1982
+ value: c.list.map((b) => b.benefit_list.daily.turnover)
1983
+ }), (f === 1 || f === 3 || f === 4) && r.push({
1917
1984
  name: "",
1918
1985
  code: "detail_deposit",
1919
- value: d.list.map((b) => b.deposit.total)
1920
- }), (y === 2 || y === 3 || y === 4) && s.push({
1986
+ value: c.list.map((b) => b.deposit.total)
1987
+ }), (f === 2 || f === 3 || f === 4) && r.push({
1921
1988
  name: "",
1922
1989
  code: "detail_turnover",
1923
- value: d.list.map((b) => b.turnover.total)
1924
- }), d.detail = s;
1990
+ value: c.list.map((b) => b.turnover.total)
1991
+ }), c.detail = r;
1925
1992
  }
1926
1993
  delete a.result.vipFieldStatus;
1927
1994
  }
1928
- a.result.vipList = d;
1995
+ a.result.vipList = c;
1929
1996
  }
1930
- if (i.gameList in a.result && ((c = a.result) != null && c.gameList)) {
1931
- const d = a.result.gameList;
1997
+ if (i.gameList in a.result && ((d = a.result) != null && d.gameList)) {
1998
+ const c = a.result.gameList;
1932
1999
  if (i.getPlatformTurnoverRate in a.result && ((m = a.result) != null && m.getPlatformTurnoverRate)) {
1933
- const y = a.result.getPlatformTurnoverRate;
1934
- d.forEach((r) => {
1935
- r.list = r.list.map((s) => {
1936
- const P = y.find(
1937
- (j) => j.id === s.id
2000
+ const f = a.result.getPlatformTurnoverRate;
2001
+ c.forEach((o) => {
2002
+ o.list = o.list.map((r) => {
2003
+ const P = f.find(
2004
+ (x) => x.id === r.id
1938
2005
  );
1939
2006
  return {
1940
- ...s,
2007
+ ...r,
1941
2008
  rate: (P == null ? void 0 : P.percentage) ?? "0.00"
1942
2009
  };
1943
2010
  });
1944
2011
  }), delete a.result.getPlatformTurnoverRate;
1945
2012
  }
1946
- a.result.gameList = d;
2013
+ a.result.gameList = c;
1947
2014
  }
1948
- if (i.getCompany in a.result && ((f = a.result) != null && f.getCompany)) {
1949
- const d = a.result.getCompany;
2015
+ if (i.getCompany in a.result && ((y = a.result) != null && y.getCompany)) {
2016
+ const c = a.result.getCompany;
1950
2017
  if (i.searchResultDate in a.result && (g = a.result) != null && g.searchResultDate) {
1951
- const y = a.result.searchResultDate;
1952
- d.forEach((r) => {
1953
- const s = y.find((P) => P.id == r.id);
1954
- s && (r.date = s == null ? void 0 : s.date);
2018
+ const f = a.result.searchResultDate;
2019
+ c.forEach((o) => {
2020
+ const r = f.find((P) => P.id == o.id);
2021
+ r && (o.date = r == null ? void 0 : r.date);
1955
2022
  }), delete a.result.searchResultDate;
1956
2023
  }
1957
- a.result.getCompany = d;
2024
+ a.result.getCompany = c;
1958
2025
  }
1959
2026
  return a;
1960
2027
  } catch (S) {
@@ -1968,10 +2035,10 @@ const nn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1968
2035
  result: {}
1969
2036
  });
1970
2037
  }
1971
- }, on = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2038
+ }, un = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1972
2039
  __proto__: null,
1973
- post: an
1974
- }, Symbol.toStringTag, { value: "Module" })), rn = async (e, t) => {
2040
+ post: ln
2041
+ }, Symbol.toStringTag, { value: "Module" })), dn = async (e, t) => {
1975
2042
  let n = {
1976
2043
  status: 200,
1977
2044
  message: "",
@@ -1994,7 +2061,7 @@ const nn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1994
2061
  };
1995
2062
  }
1996
2063
  return n;
1997
- }, sn = async (e, t, n, l, o) => {
2064
+ }, cn = async (e, t, n, l, s) => {
1998
2065
  let u = {
1999
2066
  status: 200,
2000
2067
  message: "",
@@ -2006,26 +2073,26 @@ const nn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2006
2073
  usr: t,
2007
2074
  pwd: n,
2008
2075
  mobileno: l,
2009
- type: o
2076
+ type: s
2010
2077
  })).data;
2011
2078
  u.status === 200 && (u = {
2012
2079
  status: 200,
2013
2080
  message: "",
2014
2081
  accessToken: m.access_token
2015
2082
  });
2016
- } catch (c) {
2083
+ } catch (d) {
2017
2084
  u = {
2018
- status: c.status || 500,
2019
- message: c.message,
2085
+ status: d.status || 500,
2086
+ message: d.message,
2020
2087
  accessToken: ""
2021
2088
  };
2022
2089
  }
2023
2090
  return u;
2024
- }, ln = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2091
+ }, mn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2025
2092
  __proto__: null,
2026
- call: sn,
2027
- debug: rn
2028
- }, Symbol.toStringTag, { value: "Module" })), un = async () => {
2093
+ call: cn,
2094
+ debug: dn
2095
+ }, Symbol.toStringTag, { value: "Module" })), pn = async () => {
2029
2096
  let e = {
2030
2097
  status: 200,
2031
2098
  message: ""
@@ -2039,9 +2106,9 @@ const nn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2039
2106
  };
2040
2107
  }
2041
2108
  return e;
2042
- }, cn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2109
+ }, gn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2043
2110
  __proto__: null,
2044
- call: un
2111
+ call: pn
2045
2112
  }, Symbol.toStringTag, { value: "Module" })), J = {
2046
2113
  data: {
2047
2114
  status: !1,
@@ -2052,7 +2119,7 @@ const nn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2052
2119
  accountId: 0
2053
2120
  }
2054
2121
  }
2055
- }, dn = async () => {
2122
+ }, bn = async () => {
2056
2123
  let e = {
2057
2124
  status: 200,
2058
2125
  message: "",
@@ -2077,15 +2144,15 @@ const nn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2077
2144
  };
2078
2145
  }
2079
2146
  return e;
2080
- }, mn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2147
+ }, yn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2081
2148
  __proto__: null,
2082
- call: dn
2149
+ call: bn
2083
2150
  }, Symbol.toStringTag, { value: "Module" })), Y = {
2084
2151
  data: {
2085
2152
  status: !1,
2086
2153
  message: ""
2087
2154
  }
2088
- }, pn = async (e, t) => {
2155
+ }, fn = async (e, t) => {
2089
2156
  let n = {
2090
2157
  status: 200,
2091
2158
  message: "",
@@ -2095,12 +2162,12 @@ const nn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2095
2162
  const l = await I.post("/setlocale", {
2096
2163
  language: e,
2097
2164
  udid: t ?? ""
2098
- }), o = JSON.parse(
2165
+ }), s = JSON.parse(
2099
2166
  atob(l.data.responses[0].attributes)
2100
2167
  );
2101
2168
  n.data = {
2102
- status: o.status == 1,
2103
- message: o.message ?? ""
2169
+ status: s.status == 1,
2170
+ message: s.message ?? ""
2104
2171
  };
2105
2172
  } catch (l) {
2106
2173
  n = {
@@ -2110,42 +2177,34 @@ const nn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2110
2177
  };
2111
2178
  }
2112
2179
  return n;
2113
- }, gn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2180
+ }, _n = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2114
2181
  __proto__: null,
2115
- call: pn
2116
- }, Symbol.toStringTag, { value: "Module" })), bn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2117
- __proto__: null
2118
- }, Symbol.toStringTag, { value: "Module" })), fn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2119
- __proto__: null
2120
- }, Symbol.toStringTag, { value: "Module" })), yn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2121
- __proto__: null
2122
- }, Symbol.toStringTag, { value: "Module" })), _n = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2123
- __proto__: null
2182
+ call: fn
2124
2183
  }, Symbol.toStringTag, { value: "Module" })), hn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2125
2184
  __proto__: null
2126
2185
  }, Symbol.toStringTag, { value: "Module" })), Tn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2127
2186
  __proto__: null
2128
- }, Symbol.toStringTag, { value: "Module" }));
2129
- var Z = /* @__PURE__ */ ((e) => (e.mobileBanner = "mobileBanner", e.mobileAbout = "mobileAbout", e.mobileAd = "mobileAd", e))(Z || {});
2130
- const vn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2131
- __proto__: null,
2132
- CmsType: Z
2187
+ }, Symbol.toStringTag, { value: "Module" })), vn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2188
+ __proto__: null
2133
2189
  }, Symbol.toStringTag, { value: "Module" })), Rn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2134
2190
  __proto__: null
2135
2191
  }, Symbol.toStringTag, { value: "Module" })), Sn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2136
2192
  __proto__: null
2137
2193
  }, Symbol.toStringTag, { value: "Module" })), kn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2138
2194
  __proto__: null
2139
- }, Symbol.toStringTag, { value: "Module" })), Pn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2140
- __proto__: null
2195
+ }, Symbol.toStringTag, { value: "Module" }));
2196
+ var Z = /* @__PURE__ */ ((e) => (e.mobileBanner = "mobileBanner", e.mobileAbout = "mobileAbout", e.mobileAd = "mobileAd", e))(Z || {});
2197
+ const Pn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2198
+ __proto__: null,
2199
+ CmsType: Z
2141
2200
  }, Symbol.toStringTag, { value: "Module" })), On = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2142
2201
  __proto__: null
2143
2202
  }, Symbol.toStringTag, { value: "Module" })), Mn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2144
2203
  __proto__: null
2145
- }, Symbol.toStringTag, { value: "Module" })), xn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2146
- __proto__: null
2147
2204
  }, Symbol.toStringTag, { value: "Module" })), jn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2148
2205
  __proto__: null
2206
+ }, Symbol.toStringTag, { value: "Module" })), xn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2207
+ __proto__: null
2149
2208
  }, Symbol.toStringTag, { value: "Module" })), Dn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2150
2209
  __proto__: null
2151
2210
  }, Symbol.toStringTag, { value: "Module" })), Cn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
@@ -2158,10 +2217,10 @@ const vn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2158
2217
  __proto__: null
2159
2218
  }, Symbol.toStringTag, { value: "Module" })), zn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2160
2219
  __proto__: null
2161
- }, Symbol.toStringTag, { value: "Module" })), Nn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2162
- __proto__: null
2163
2220
  }, Symbol.toStringTag, { value: "Module" })), Fn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2164
2221
  __proto__: null
2222
+ }, Symbol.toStringTag, { value: "Module" })), Nn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2223
+ __proto__: null
2165
2224
  }, Symbol.toStringTag, { value: "Module" })), Bn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2166
2225
  __proto__: null
2167
2226
  }, Symbol.toStringTag, { value: "Module" })), Gn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
@@ -2176,12 +2235,12 @@ const vn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2176
2235
  __proto__: null
2177
2236
  }, Symbol.toStringTag, { value: "Module" })), En = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2178
2237
  __proto__: null
2238
+ }, Symbol.toStringTag, { value: "Module" })), An = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2239
+ __proto__: null
2179
2240
  }, Symbol.toStringTag, { value: "Module" })), $n = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2180
2241
  __proto__: null
2181
2242
  }, Symbol.toStringTag, { value: "Module" })), Hn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2182
2243
  __proto__: null
2183
- }, Symbol.toStringTag, { value: "Module" })), An = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2184
- __proto__: null
2185
2244
  }, Symbol.toStringTag, { value: "Module" })), Jn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2186
2245
  __proto__: null
2187
2246
  }, Symbol.toStringTag, { value: "Module" })), Yn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
@@ -2194,37 +2253,37 @@ const vn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2194
2253
  __proto__: null
2195
2254
  }, Symbol.toStringTag, { value: "Module" })), Zn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2196
2255
  __proto__: null
2197
- }, Symbol.toStringTag, { value: "Module" })), K = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2198
- __proto__: null
2199
- }, Symbol.toStringTag, { value: "Module" })), Q = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2200
- __proto__: null
2201
2256
  }, Symbol.toStringTag, { value: "Module" })), ea = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2202
2257
  __proto__: null
2203
2258
  }, Symbol.toStringTag, { value: "Module" })), ta = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2204
2259
  __proto__: null
2205
2260
  }, Symbol.toStringTag, { value: "Module" })), na = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2206
2261
  __proto__: null
2207
- }, Symbol.toStringTag, { value: "Module" }));
2208
- var ee = /* @__PURE__ */ ((e) => (e.default = "default", e.online = "online", e.mycard = "mycard", e.qrcode = "qrcode", e.personal = "personal", e))(ee || {});
2209
- const aa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2210
- __proto__: null,
2211
- ImageType: ee
2262
+ }, Symbol.toStringTag, { value: "Module" })), aa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2263
+ __proto__: null
2264
+ }, Symbol.toStringTag, { value: "Module" })), K = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2265
+ __proto__: null
2266
+ }, Symbol.toStringTag, { value: "Module" })), Q = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2267
+ __proto__: null
2212
2268
  }, Symbol.toStringTag, { value: "Module" })), oa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2213
2269
  __proto__: null
2214
2270
  }, Symbol.toStringTag, { value: "Module" })), ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2215
2271
  __proto__: null
2216
2272
  }, Symbol.toStringTag, { value: "Module" })), sa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2217
2273
  __proto__: null
2218
- }, Symbol.toStringTag, { value: "Module" })), ia = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2219
- __proto__: null
2274
+ }, Symbol.toStringTag, { value: "Module" }));
2275
+ var ee = /* @__PURE__ */ ((e) => (e.default = "default", e.online = "online", e.mycard = "mycard", e.qrcode = "qrcode", e.personal = "personal", e))(ee || {});
2276
+ const ia = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2277
+ __proto__: null,
2278
+ ImageType: ee
2220
2279
  }, Symbol.toStringTag, { value: "Module" })), la = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2221
2280
  __proto__: null
2222
2281
  }, Symbol.toStringTag, { value: "Module" })), ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2223
2282
  __proto__: null
2224
- }, Symbol.toStringTag, { value: "Module" })), ca = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2225
- __proto__: null
2226
2283
  }, Symbol.toStringTag, { value: "Module" })), da = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2227
2284
  __proto__: null
2285
+ }, Symbol.toStringTag, { value: "Module" })), ca = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2286
+ __proto__: null
2228
2287
  }, Symbol.toStringTag, { value: "Module" })), ma = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2229
2288
  __proto__: null
2230
2289
  }, Symbol.toStringTag, { value: "Module" })), pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
@@ -2233,10 +2292,10 @@ const aa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2233
2292
  __proto__: null
2234
2293
  }, Symbol.toStringTag, { value: "Module" })), ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2235
2294
  __proto__: null
2236
- }, Symbol.toStringTag, { value: "Module" })), fa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2237
- __proto__: null
2238
2295
  }, Symbol.toStringTag, { value: "Module" })), ya = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2239
2296
  __proto__: null
2297
+ }, Symbol.toStringTag, { value: "Module" })), fa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2298
+ __proto__: null
2240
2299
  }, Symbol.toStringTag, { value: "Module" })), _a = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2241
2300
  __proto__: null
2242
2301
  }, Symbol.toStringTag, { value: "Module" })), ha = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
@@ -2257,10 +2316,10 @@ const aa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2257
2316
  __proto__: null
2258
2317
  }, Symbol.toStringTag, { value: "Module" })), Ma = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2259
2318
  __proto__: null
2260
- }, Symbol.toStringTag, { value: "Module" })), xa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2261
- __proto__: null
2262
2319
  }, Symbol.toStringTag, { value: "Module" })), ja = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2263
2320
  __proto__: null
2321
+ }, Symbol.toStringTag, { value: "Module" })), xa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2322
+ __proto__: null
2264
2323
  }, Symbol.toStringTag, { value: "Module" })), Da = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2265
2324
  __proto__: null
2266
2325
  }, Symbol.toStringTag, { value: "Module" })), Ca = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
@@ -2273,10 +2332,10 @@ const aa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2273
2332
  __proto__: null
2274
2333
  }, Symbol.toStringTag, { value: "Module" })), za = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2275
2334
  __proto__: null
2276
- }, Symbol.toStringTag, { value: "Module" })), Na = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2277
- __proto__: null
2278
2335
  }, Symbol.toStringTag, { value: "Module" })), Fa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2279
2336
  __proto__: null
2337
+ }, Symbol.toStringTag, { value: "Module" })), Na = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2338
+ __proto__: null
2280
2339
  }, Symbol.toStringTag, { value: "Module" })), Ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2281
2340
  __proto__: null
2282
2341
  }, Symbol.toStringTag, { value: "Module" })), Ga = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
@@ -2291,204 +2350,228 @@ const aa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2291
2350
  __proto__: null
2292
2351
  }, Symbol.toStringTag, { value: "Module" })), Ea = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2293
2352
  __proto__: null
2294
- }, Symbol.toStringTag, { value: "Module" })), $a = {
2295
- api: on,
2296
- loginApi: ln,
2297
- logoutApi: cn,
2298
- autoRegisterApi: mn,
2299
- setLocaleApi: gn,
2353
+ }, Symbol.toStringTag, { value: "Module" })), Aa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2354
+ __proto__: null
2355
+ }, Symbol.toStringTag, { value: "Module" })), $a = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2356
+ __proto__: null
2357
+ }, Symbol.toStringTag, { value: "Module" })), Ha = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2358
+ __proto__: null
2359
+ }, Symbol.toStringTag, { value: "Module" })), Ja = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2360
+ __proto__: null
2361
+ }, Symbol.toStringTag, { value: "Module" })), Ya = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2362
+ __proto__: null
2363
+ }, Symbol.toStringTag, { value: "Module" })), Ka = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2364
+ __proto__: null
2365
+ }, Symbol.toStringTag, { value: "Module" })), Qa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2366
+ __proto__: null
2367
+ }, Symbol.toStringTag, { value: "Module" })), Xa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
2368
+ __proto__: null
2369
+ }, Symbol.toStringTag, { value: "Module" })), Za = {
2370
+ api: un,
2371
+ loginApi: mn,
2372
+ logoutApi: gn,
2373
+ autoRegisterApi: yn,
2374
+ setLocaleApi: _n,
2300
2375
  apiType: se,
2301
- loginType: bn,
2302
- logoutType: fn,
2303
- announcementType: yn,
2376
+ loginType: hn,
2377
+ logoutType: Tn,
2378
+ announcementType: vn,
2304
2379
  paymentsProviderType: ie,
2305
- gameListType: _n,
2306
- vipListType: hn,
2307
- promotionType: Tn,
2308
- cmsListType: vn,
2309
- mainWalletType: Rn,
2310
- upcomingMatchType: Sn,
2311
- depositType: kn,
2312
- applyVipBonusType: Pn,
2313
- withdrawalGetType: On,
2314
- addBankCardType: Mn,
2315
- withdrawType: xn,
2316
- getSettingType: nn,
2317
- transactionReportType: jn,
2318
- changePasswordType: Dn,
2319
- walletType: Cn,
2320
- getEventListType: wn,
2321
- getEventTokenType: In,
2322
- getExtraGameType: Ln,
2323
- mailBoxType: zn,
2324
- fishGameListType: Nn,
2325
- slotGameListType: Fn,
2326
- getTurnOverRewardDataType: Bn,
2327
- getTurnOverRewardReportType: Gn,
2328
- getInviteRewardDataType: qn,
2329
- getInviteRewardReportType: Un,
2330
- getTopupRewardDataType: Vn,
2331
- getTopupRewardReportType: Wn,
2332
- getRewardReferralType: En,
2333
- getDepositPromotionType: $n,
2334
- getInviteRewardClaimType: Hn,
2335
- getTopUpRewardClaimType: An,
2336
- getTurnOverRewardClaimType: Jn,
2337
- getInviteRewardSettingType: Yn,
2338
- getTopUpRewardSettingType: Kn,
2339
- getTurnOverRewardSettingType: Qn,
2340
- requestForgetPasswordType: Xn,
2341
- submitForgetPasswordType: Zn,
2380
+ gameListType: Rn,
2381
+ vipListType: Sn,
2382
+ promotionType: kn,
2383
+ cmsListType: Pn,
2384
+ mainWalletType: On,
2385
+ upcomingMatchType: Mn,
2386
+ depositType: jn,
2387
+ applyVipBonusType: xn,
2388
+ withdrawalGetType: Dn,
2389
+ addBankCardType: Cn,
2390
+ withdrawType: wn,
2391
+ getSettingType: an,
2392
+ transactionReportType: In,
2393
+ changePasswordType: Ln,
2394
+ walletType: zn,
2395
+ getEventListType: Fn,
2396
+ getEventTokenType: Nn,
2397
+ getExtraGameType: Bn,
2398
+ mailBoxType: Gn,
2399
+ fishGameListType: qn,
2400
+ slotGameListType: Un,
2401
+ getTurnOverRewardDataType: Vn,
2402
+ getTurnOverRewardReportType: Wn,
2403
+ getInviteRewardDataType: En,
2404
+ getInviteRewardReportType: An,
2405
+ getTopupRewardDataType: $n,
2406
+ getTopupRewardReportType: Hn,
2407
+ getRewardReferralType: Jn,
2408
+ getDepositPromotionType: Yn,
2409
+ getInviteRewardClaimType: Kn,
2410
+ getTopUpRewardClaimType: Qn,
2411
+ getTurnOverRewardClaimType: Xn,
2412
+ getInviteRewardSettingType: Zn,
2413
+ getTopUpRewardSettingType: ea,
2414
+ getTurnOverRewardSettingType: ta,
2415
+ requestForgetPasswordType: na,
2416
+ submitForgetPasswordType: aa,
2342
2417
  submitGiftCode: K,
2343
2418
  playGame: Q,
2344
- requestUpdateMobileTacCode: ea,
2345
- submitUpdateMobileTacCode: ta,
2346
- getVerifyPromo: na,
2347
- getImageType: aa,
2348
- getValidateType: oa,
2349
- updateProfilePictureType: ra,
2350
- readMailType: sa,
2351
- checkRedPacketValidateType: ia,
2352
- getUserProfileType: la,
2353
- requestTacCodeType: ua,
2354
- getUsernameByReferType: ca,
2355
- applyPromoType: da,
2356
- applySignInType: ma,
2357
- applyRedPacketType: pa,
2358
- getCountryType: ga,
2419
+ requestUpdateMobileTacCode: oa,
2420
+ submitUpdateMobileTacCode: ra,
2421
+ getVerifyPromo: sa,
2422
+ getImageType: ia,
2423
+ getValidateType: la,
2424
+ updateProfilePictureType: ua,
2425
+ readMailType: da,
2426
+ checkRedPacketValidateType: ca,
2427
+ getUserProfileType: ma,
2428
+ requestTacCodeType: pa,
2429
+ getUsernameByReferType: ga,
2430
+ applyPromoType: ba,
2431
+ applySignInType: ya,
2432
+ applyRedPacketType: fa,
2433
+ getCountryType: _a,
2359
2434
  submitGiftCodeType: K,
2360
2435
  playGameType: Q,
2361
- transferToMainType: ba,
2362
- transferProcessType: fa,
2363
- submitValidateType: ya,
2364
- checkTransferCreditType: _a,
2365
- friendListType: ha,
2366
- friendListEditType: Ta,
2367
- getActivePPType: va,
2368
- getActiveProductType: Ra,
2369
- requestWithdrawTacType: Sa,
2370
- requestWithdrawalCodeType: ka,
2371
- commissionWithdrawType: Pa,
2372
- submitWithdrawalCodeType: Oa,
2373
- submitCryptoAccountType: Ma,
2374
- requestTransferMoneyType: xa,
2375
- submitTransferMoneyType: ja,
2376
- signInViewInfoType: Da,
2377
- signInRecordType: Ca,
2378
- referralProfileType: wa,
2379
- referralMemberProfileType: Ia,
2380
- registerActionType: La,
2381
- transferReportType: za,
2382
- agTransferCreditReportType: Na,
2383
- betReportType: Fa,
2384
- getTwoFactorAuthenticateType: Ba,
2385
- submitTwoFactorAuthenticateType: Ga,
2386
- getUserDeviceListType: qa,
2387
- unbindUserDeviceType: Ua,
2388
- searchNumberHistoryType: Va,
2389
- changeWithdrawalCodeType: Wa,
2390
- checkRedPacketTokenType: Ea
2391
- }, Aa = {
2436
+ transferToMainType: ha,
2437
+ transferProcessType: Ta,
2438
+ submitValidateType: va,
2439
+ checkTransferCreditType: Ra,
2440
+ friendListType: Sa,
2441
+ friendListEditType: ka,
2442
+ getActivePPType: Pa,
2443
+ getActiveProductType: Oa,
2444
+ requestWithdrawTacType: Ma,
2445
+ requestWithdrawalCodeType: ja,
2446
+ commissionWithdrawType: xa,
2447
+ submitWithdrawalCodeType: Da,
2448
+ submitCryptoAccountType: Ca,
2449
+ requestTransferMoneyType: wa,
2450
+ submitTransferMoneyType: Ia,
2451
+ signInViewInfoType: La,
2452
+ signInRecordType: za,
2453
+ referralProfileType: Fa,
2454
+ referralMemberProfileType: Na,
2455
+ registerActionType: Ba,
2456
+ transferReportType: Ga,
2457
+ agTransferCreditReportType: qa,
2458
+ betReportType: Ua,
2459
+ getTwoFactorAuthenticateType: Va,
2460
+ submitTwoFactorAuthenticateType: Wa,
2461
+ getUserDeviceListType: Ea,
2462
+ unbindUserDeviceType: Aa,
2463
+ searchNumberHistoryType: $a,
2464
+ changeWithdrawalCodeType: Ha,
2465
+ checkRedPacketTokenType: Ja,
2466
+ submitWithdrawalAlipayType: Ya,
2467
+ applyReliefFund: Ka,
2468
+ getReliefFundData: Qa,
2469
+ getReliefFundReport: Xa
2470
+ }, to = {
2392
2471
  install(e) {
2393
- e.config.globalProperties.$library = $a;
2472
+ e.config.globalProperties.$library = Za;
2394
2473
  }
2395
2474
  };
2396
2475
  export {
2397
- Aa as Repository,
2398
- Mn as addBankCardType,
2399
- Na as agTransferCreditReportType,
2400
- yn as announcementType,
2401
- on as api,
2476
+ to as Repository,
2477
+ Cn as addBankCardType,
2478
+ qa as agTransferCreditReportType,
2479
+ vn as announcementType,
2480
+ un as api,
2402
2481
  se as apiType,
2403
- da as applyPromoType,
2404
- pa as applyRedPacketType,
2405
- ma as applySignInType,
2406
- Pn as applyVipBonusType,
2407
- mn as autoRegisterApi,
2408
- Fa as betReportType,
2409
- Dn as changePasswordType,
2410
- Wa as changeWithdrawalCodeType,
2411
- Ea as checkRedPacketTokenType,
2412
- ia as checkRedPacketValidateType,
2413
- _a as checkTransferCreditType,
2414
- vn as cmsListType,
2415
- Pa as commissionWithdrawType,
2416
- kn as depositType,
2417
- Nn as fishGameListType,
2418
- Ta as friendListEditType,
2419
- ha as friendListType,
2420
- _n as gameListType,
2421
- va as getActivePPType,
2422
- Ra as getActiveProductType,
2423
- ga as getCountryType,
2424
- $n as getDepositPromotionType,
2425
- wn as getEventListType,
2426
- In as getEventTokenType,
2427
- Ln as getExtraGameType,
2428
- aa as getImageType,
2429
- Hn as getInviteRewardClaimType,
2430
- qn as getInviteRewardDataType,
2431
- Un as getInviteRewardReportType,
2432
- Yn as getInviteRewardSettingType,
2433
- En as getRewardReferralType,
2434
- nn as getSettingType,
2435
- An as getTopUpRewardClaimType,
2436
- Kn as getTopUpRewardSettingType,
2437
- Vn as getTopupRewardDataType,
2438
- Wn as getTopupRewardReportType,
2439
- Jn as getTurnOverRewardClaimType,
2440
- Bn as getTurnOverRewardDataType,
2441
- Gn as getTurnOverRewardReportType,
2442
- Qn as getTurnOverRewardSettingType,
2443
- Ba as getTwoFactorAuthenticateType,
2444
- qa as getUserDeviceListType,
2445
- la as getUserProfileType,
2446
- ca as getUsernameByReferType,
2447
- oa as getValidateType,
2448
- na as getVerifyPromo,
2449
- ln as loginApi,
2450
- bn as loginType,
2451
- cn as logoutApi,
2452
- fn as logoutType,
2453
- zn as mailBoxType,
2454
- Rn as mainWalletType,
2482
+ ba as applyPromoType,
2483
+ fa as applyRedPacketType,
2484
+ Ka as applyReliefFund,
2485
+ ya as applySignInType,
2486
+ xn as applyVipBonusType,
2487
+ yn as autoRegisterApi,
2488
+ Ua as betReportType,
2489
+ Ln as changePasswordType,
2490
+ Ha as changeWithdrawalCodeType,
2491
+ Ja as checkRedPacketTokenType,
2492
+ ca as checkRedPacketValidateType,
2493
+ Ra as checkTransferCreditType,
2494
+ Pn as cmsListType,
2495
+ xa as commissionWithdrawType,
2496
+ jn as depositType,
2497
+ qn as fishGameListType,
2498
+ ka as friendListEditType,
2499
+ Sa as friendListType,
2500
+ Rn as gameListType,
2501
+ Pa as getActivePPType,
2502
+ Oa as getActiveProductType,
2503
+ _a as getCountryType,
2504
+ Yn as getDepositPromotionType,
2505
+ Fn as getEventListType,
2506
+ Nn as getEventTokenType,
2507
+ Bn as getExtraGameType,
2508
+ ia as getImageType,
2509
+ Kn as getInviteRewardClaimType,
2510
+ En as getInviteRewardDataType,
2511
+ An as getInviteRewardReportType,
2512
+ Zn as getInviteRewardSettingType,
2513
+ Qa as getReliefFundData,
2514
+ Xa as getReliefFundReport,
2515
+ Jn as getRewardReferralType,
2516
+ an as getSettingType,
2517
+ Qn as getTopUpRewardClaimType,
2518
+ ea as getTopUpRewardSettingType,
2519
+ $n as getTopupRewardDataType,
2520
+ Hn as getTopupRewardReportType,
2521
+ Xn as getTurnOverRewardClaimType,
2522
+ Vn as getTurnOverRewardDataType,
2523
+ Wn as getTurnOverRewardReportType,
2524
+ ta as getTurnOverRewardSettingType,
2525
+ Va as getTwoFactorAuthenticateType,
2526
+ Ea as getUserDeviceListType,
2527
+ ma as getUserProfileType,
2528
+ ga as getUsernameByReferType,
2529
+ la as getValidateType,
2530
+ sa as getVerifyPromo,
2531
+ mn as loginApi,
2532
+ hn as loginType,
2533
+ gn as logoutApi,
2534
+ Tn as logoutType,
2535
+ Gn as mailBoxType,
2536
+ On as mainWalletType,
2455
2537
  ie as paymentsProviderType,
2456
2538
  Q as playGame,
2457
2539
  Q as playGameType,
2458
- Tn as promotionType,
2459
- sa as readMailType,
2460
- Ia as referralMemberProfileType,
2461
- wa as referralProfileType,
2462
- La as registerActionType,
2463
- Xn as requestForgetPasswordType,
2464
- ua as requestTacCodeType,
2465
- xa as requestTransferMoneyType,
2466
- ea as requestUpdateMobileTacCode,
2467
- Sa as requestWithdrawTacType,
2468
- ka as requestWithdrawalCodeType,
2469
- Va as searchNumberHistoryType,
2470
- gn as setLocaleApi,
2471
- Ca as signInRecordType,
2472
- Da as signInViewInfoType,
2473
- Fn as slotGameListType,
2474
- Ma as submitCryptoAccountType,
2475
- Zn as submitForgetPasswordType,
2540
+ kn as promotionType,
2541
+ da as readMailType,
2542
+ Na as referralMemberProfileType,
2543
+ Fa as referralProfileType,
2544
+ Ba as registerActionType,
2545
+ na as requestForgetPasswordType,
2546
+ pa as requestTacCodeType,
2547
+ wa as requestTransferMoneyType,
2548
+ oa as requestUpdateMobileTacCode,
2549
+ Ma as requestWithdrawTacType,
2550
+ ja as requestWithdrawalCodeType,
2551
+ $a as searchNumberHistoryType,
2552
+ _n as setLocaleApi,
2553
+ za as signInRecordType,
2554
+ La as signInViewInfoType,
2555
+ Un as slotGameListType,
2556
+ Ca as submitCryptoAccountType,
2557
+ aa as submitForgetPasswordType,
2476
2558
  K as submitGiftCode,
2477
2559
  K as submitGiftCodeType,
2478
- ja as submitTransferMoneyType,
2479
- Ga as submitTwoFactorAuthenticateType,
2480
- ta as submitUpdateMobileTacCode,
2481
- ya as submitValidateType,
2482
- Oa as submitWithdrawalCodeType,
2483
- jn as transactionReportType,
2484
- fa as transferProcessType,
2485
- za as transferReportType,
2486
- ba as transferToMainType,
2487
- Ua as unbindUserDeviceType,
2488
- Sn as upcomingMatchType,
2489
- ra as updateProfilePictureType,
2490
- hn as vipListType,
2491
- Cn as walletType,
2492
- xn as withdrawType,
2493
- On as withdrawalGetType
2560
+ Ia as submitTransferMoneyType,
2561
+ Wa as submitTwoFactorAuthenticateType,
2562
+ ra as submitUpdateMobileTacCode,
2563
+ va as submitValidateType,
2564
+ Ya as submitWithdrawalAlipayType,
2565
+ Da as submitWithdrawalCodeType,
2566
+ In as transactionReportType,
2567
+ Ta as transferProcessType,
2568
+ Ga as transferReportType,
2569
+ ha as transferToMainType,
2570
+ Aa as unbindUserDeviceType,
2571
+ Mn as upcomingMatchType,
2572
+ ua as updateProfilePictureType,
2573
+ Sn as vipListType,
2574
+ zn as walletType,
2575
+ wn as withdrawType,
2576
+ Dn as withdrawalGetType
2494
2577
  };