60p82u21t54k 0.0.71 → 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.
- package/dist/60p82u21t54k.es.js +763 -691
- package/dist/60p82u21t54k.umd.js +1 -1
- package/dist/api/api.d.ts.map +1 -1
- package/dist/api/type.d.ts +10 -1
- package/dist/api/type.d.ts.map +1 -1
- package/dist/index.d.ts +7 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/main.d.ts +1 -0
- package/dist/model/applyReliefFund/getApplyReliefFundResponse.d.ts +12 -0
- package/dist/model/applyReliefFund/getApplyReliefFundResponse.d.ts.map +1 -0
- package/dist/model/applyReliefFund/type.d.ts +6 -0
- package/dist/model/applyReliefFund/type.d.ts.map +1 -0
- package/dist/model/getReliefFundData/getGetReliefFundDataResponse.d.ts +24 -0
- package/dist/model/getReliefFundData/getGetReliefFundDataResponse.d.ts.map +1 -0
- package/dist/model/getReliefFundData/type.d.ts +20 -0
- package/dist/model/getReliefFundData/type.d.ts.map +1 -0
- package/dist/model/getReliefFundReport/getGetReliefFundReportResponse.d.ts +15 -0
- package/dist/model/getReliefFundReport/getGetReliefFundReportResponse.d.ts.map +1 -0
- package/dist/model/getReliefFundReport/type.d.ts +7 -0
- package/dist/model/getReliefFundReport/type.d.ts.map +1 -0
- package/dist/model/paymentsProvider/getPaymentsProviderResponse.d.ts +3 -3
- package/dist/model/paymentsProvider/getPaymentsProviderResponse.d.ts.map +1 -1
- package/dist/plugin.d.ts +4 -1
- package/dist/plugin.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/60p82u21t54k.es.js
CHANGED
|
@@ -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),
|
|
70
|
-
(
|
|
71
|
-
),
|
|
72
|
-
(
|
|
73
|
-
), m =
|
|
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 /
|
|
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
|
-
),
|
|
88
|
-
return console.log(
|
|
89
|
-
weekRemainingTime:
|
|
90
|
-
weekProgressPercentage: Math.round(
|
|
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),
|
|
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 /
|
|
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.submitWithdrawalAlipay = "submitWithdrawalAlipay", 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
|
|
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:
|
|
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:
|
|
126
|
+
type: j.unknown,
|
|
127
127
|
promo: [],
|
|
128
128
|
bank: [],
|
|
129
129
|
requiredField: B
|
|
130
|
-
}, le = (e) =>
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
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
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
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
|
-
},
|
|
178
|
-
let
|
|
179
|
-
n > 0 ?
|
|
180
|
-
const
|
|
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 y = m -
|
|
186
|
+
const y = m - d;
|
|
184
187
|
let g = "", _ = "";
|
|
185
188
|
if (y > 0) {
|
|
186
|
-
let v = Math.round((m -
|
|
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 -
|
|
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,30 +199,30 @@ const ie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
196
199
|
} else
|
|
197
200
|
g = m.toString(), _ = m.toString();
|
|
198
201
|
return { amountList: [
|
|
199
|
-
|
|
202
|
+
d.toString(),
|
|
200
203
|
g,
|
|
201
204
|
_,
|
|
202
205
|
m.toString()
|
|
203
|
-
], minAmount:
|
|
206
|
+
], minAmount: d, maxAmount: u };
|
|
204
207
|
}, H = (e, t) => t ? {
|
|
205
208
|
id: 0,
|
|
206
209
|
name: "manualMethod",
|
|
207
|
-
type:
|
|
210
|
+
type: j.manual,
|
|
208
211
|
promo: G(e.promo),
|
|
209
|
-
bank: e.bank.map((
|
|
210
|
-
const u =
|
|
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(
|
|
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:
|
|
218
|
-
bankAccountId:
|
|
219
|
-
name:
|
|
220
|
-
accountName:
|
|
221
|
-
accountNo:
|
|
222
|
-
qrcode:
|
|
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
227
|
min: y,
|
|
225
228
|
max: g
|
|
@@ -236,16 +239,16 @@ 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:
|
|
242
|
+
type: j.pay,
|
|
240
243
|
promo: G(e.promo),
|
|
241
|
-
bank: e.banklist.map((
|
|
242
|
-
let u = "0.00",
|
|
243
|
-
const m =
|
|
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,
|
|
246
|
-
const { amountList: y, minAmount: g, maxAmount: _ } =
|
|
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(
|
|
251
|
+
Number(d),
|
|
249
252
|
t.mdBankLevelDetail.onlinepayment_min,
|
|
250
253
|
t.mdBankLevelDetail.onlinepayment_max
|
|
251
254
|
), O = {
|
|
@@ -254,8 +257,8 @@ const ie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
254
257
|
amountList: y,
|
|
255
258
|
min: g,
|
|
256
259
|
max: _
|
|
257
|
-
}, S =
|
|
258
|
-
const k = v.mintransaction ?? "0.00", q = v.maxtransaction ?? "0.00", { amountList: z, minAmount: T, maxAmount: U } =
|
|
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:
|
|
274
|
-
name:
|
|
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,
|
|
285
|
+
} : E, de = (e, t, n) => {
|
|
283
286
|
if (!n) return E;
|
|
284
|
-
const l =
|
|
285
|
-
let
|
|
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
|
-
|
|
289
|
-
const { amountList: y, minAmount: g, maxAmount: _ } =
|
|
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,
|
|
@@ -304,7 +307,7 @@ const ie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
304
307
|
let m = "0.00", y = "0.00";
|
|
305
308
|
for (let p = 0; p < u.length; p++)
|
|
306
309
|
u[p].bankindex === e.toString() && (m = u[p].min, y = u[p].max);
|
|
307
|
-
const { amountList: g, minAmount: _, maxAmount: O } =
|
|
310
|
+
const { amountList: g, minAmount: _, maxAmount: O } = N(
|
|
308
311
|
Number(m),
|
|
309
312
|
Number(y),
|
|
310
313
|
n.mdBankLevelDetail.onlinepayment_min,
|
|
@@ -316,29 +319,29 @@ const ie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
316
319
|
min: _,
|
|
317
320
|
max: O
|
|
318
321
|
};
|
|
319
|
-
|
|
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:
|
|
329
|
+
bank: s,
|
|
327
330
|
requiredField: B
|
|
328
331
|
};
|
|
329
|
-
},
|
|
330
|
-
const n =
|
|
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((
|
|
337
|
-
const u =
|
|
339
|
+
bank: t.bank.map((s) => {
|
|
340
|
+
const u = s.amtlist.map(Number).sort((m, y) => m - y);
|
|
338
341
|
return {
|
|
339
|
-
id:
|
|
340
|
-
name:
|
|
341
|
-
amountList:
|
|
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((
|
|
369
|
-
id: Number(
|
|
370
|
-
name:
|
|
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: (
|
|
373
|
-
trial: (
|
|
374
|
-
new: (
|
|
375
|
+
hot: (s.flag & 2) > 0,
|
|
376
|
+
trial: (s.flag & 4) > 0,
|
|
377
|
+
new: (s.flag & 8) > 0
|
|
375
378
|
},
|
|
376
|
-
imageUrl:
|
|
379
|
+
imageUrl: s.img,
|
|
377
380
|
rate: "0.00"
|
|
378
381
|
}))) ?? []
|
|
379
382
|
};
|
|
@@ -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
|
|
480
|
-
return
|
|
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/${
|
|
485
|
+
imageUrl: `/image/game/native/customer_service/${s}.png`,
|
|
483
486
|
url: l.url
|
|
484
487
|
};
|
|
485
488
|
}),
|
|
@@ -497,11 +500,11 @@ const ie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
497
500
|
}, ve = (e) => {
|
|
498
501
|
var t, n, l;
|
|
499
502
|
return {
|
|
500
|
-
banner: ((t = e.mobileBanner) == null ? void 0 : t.map((
|
|
501
|
-
ad: ((n = e.mobileAd) == null ? void 0 : n.map((
|
|
502
|
-
about: ((l = e.mobileAbout) == null ? void 0 : l.map((
|
|
503
|
-
name:
|
|
504
|
-
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
|
|
505
508
|
}))) ?? []
|
|
506
509
|
};
|
|
507
510
|
}, Re = (e) => {
|
|
@@ -532,19 +535,19 @@ const ie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
532
535
|
name: n.company_name,
|
|
533
536
|
date: []
|
|
534
537
|
}))) ?? [];
|
|
535
|
-
},
|
|
538
|
+
}, je = (e) => {
|
|
536
539
|
var t;
|
|
537
540
|
return ((t = e.data) == null ? void 0 : t.map((n) => {
|
|
538
541
|
var l;
|
|
539
542
|
return {
|
|
540
543
|
id: n.key,
|
|
541
|
-
date: ((l = n.draw_date) == null ? void 0 : l.map((
|
|
544
|
+
date: ((l = n.draw_date) == null ? void 0 : l.map((s) => xe(s.draw_tmactive))) ?? []
|
|
542
545
|
};
|
|
543
546
|
})) ?? [];
|
|
544
547
|
};
|
|
545
|
-
function
|
|
546
|
-
const t = new Date(e * 1e3), n = t.getFullYear(), l = ("0" + (t.getMonth() + 1)).slice(-2),
|
|
547
|
-
return `${n}-${l}-${
|
|
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}`;
|
|
548
551
|
}
|
|
549
552
|
const De = (e) => {
|
|
550
553
|
var t;
|
|
@@ -553,9 +556,9 @@ const De = (e) => {
|
|
|
553
556
|
return {
|
|
554
557
|
id: n.company_id,
|
|
555
558
|
name: n.company_name,
|
|
556
|
-
list: ((l = n.drawCount) == null ? void 0 : l.map((
|
|
557
|
-
combination:
|
|
558
|
-
total:
|
|
559
|
+
list: ((l = n.drawCount) == null ? void 0 : l.map((s) => ({
|
|
560
|
+
combination: s.combination_combination,
|
|
561
|
+
total: s.total
|
|
559
562
|
}))) ?? []
|
|
560
563
|
};
|
|
561
564
|
})) ?? [];
|
|
@@ -563,11 +566,11 @@ const De = (e) => {
|
|
|
563
566
|
companyId: t.company_id,
|
|
564
567
|
companyName: t.company_name,
|
|
565
568
|
resultByDateList: t.draws.map((n) => {
|
|
566
|
-
const l = n.results.filter((p) => p.combination_dimension == 3).map((p) => p.combination_combination),
|
|
569
|
+
const l = n.results.filter((p) => p.combination_dimension == 3).map((p) => p.combination_combination), s = n.results.filter(
|
|
567
570
|
(p) => p.combination_dimension == 4 && p.combination_position === 1
|
|
568
571
|
).map((p) => p.combination_combination), u = n.results.filter(
|
|
569
572
|
(p) => p.combination_dimension === 4 && p.combination_position === 2
|
|
570
|
-
).map((p) => p.combination_combination),
|
|
573
|
+
).map((p) => p.combination_combination), d = n.results.filter(
|
|
571
574
|
(p) => p.combination_dimension === 4 && p.combination_position === 3
|
|
572
575
|
).map((p) => p.combination_combination), m = n.results.filter(
|
|
573
576
|
(p) => p.combination_dimension === 4 && p.combination_position === 4
|
|
@@ -582,9 +585,9 @@ const De = (e) => {
|
|
|
582
585
|
date: n.date,
|
|
583
586
|
dimension_3: l,
|
|
584
587
|
dimension_4: {
|
|
585
|
-
prize_1:
|
|
588
|
+
prize_1: s,
|
|
586
589
|
prize_2: u,
|
|
587
|
-
prize_3:
|
|
590
|
+
prize_3: d,
|
|
588
591
|
prize_4: m,
|
|
589
592
|
prize_5: y
|
|
590
593
|
},
|
|
@@ -623,53 +626,53 @@ const De = (e) => {
|
|
|
623
626
|
}), h = (e) => ({
|
|
624
627
|
status: e.status == 1,
|
|
625
628
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? ""
|
|
626
|
-
}), ze = (e) => h(e),
|
|
627
|
-
var t, n, l,
|
|
629
|
+
}), ze = (e) => h(e), Fe = (e) => {
|
|
630
|
+
var t, n, l, s, u;
|
|
628
631
|
return {
|
|
629
|
-
bankCard: ((t = e.bankCard) == null ? void 0 : t.map((
|
|
632
|
+
bankCard: ((t = e.bankCard) == null ? void 0 : t.map((d) => {
|
|
630
633
|
var m, y;
|
|
631
634
|
return {
|
|
632
|
-
bankIndex:
|
|
635
|
+
bankIndex: d.bankindex,
|
|
633
636
|
bankProvince: {
|
|
634
|
-
id:
|
|
637
|
+
id: d.bankprovince,
|
|
635
638
|
desc: ((y = (m = e.province) == null ? void 0 : m.find(
|
|
636
|
-
(g) => g.provinceindex ==
|
|
639
|
+
(g) => g.provinceindex == d.bankprovince
|
|
637
640
|
)) == null ? void 0 : y.label) ?? ""
|
|
638
641
|
},
|
|
639
|
-
bankName:
|
|
640
|
-
bankAccountNo:
|
|
641
|
-
bankUrl:
|
|
642
|
-
imgUrl:
|
|
643
|
-
countryIndex:
|
|
642
|
+
bankName: d.banknamesimplified,
|
|
643
|
+
bankAccountNo: d.bankaccountno,
|
|
644
|
+
bankUrl: d.bankaddress ?? "",
|
|
645
|
+
imgUrl: d.img,
|
|
646
|
+
countryIndex: d.countryindex
|
|
644
647
|
};
|
|
645
648
|
})) ?? [],
|
|
646
|
-
bankList: ((n = e.bankList) == null ? void 0 : n.map((
|
|
647
|
-
bankIndex:
|
|
648
|
-
bankType:
|
|
649
|
-
bankName:
|
|
650
|
-
bankUrl:
|
|
651
|
-
swiftCode:
|
|
652
|
-
showBind:
|
|
653
|
-
showDeposit:
|
|
654
|
-
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
|
|
655
658
|
}))) ?? [],
|
|
656
|
-
province: ((l = e.province) == null ? void 0 : l.map((
|
|
657
|
-
index:
|
|
658
|
-
label:
|
|
659
|
-
countryIndex:
|
|
659
|
+
province: ((l = e.province) == null ? void 0 : l.map((d) => ({
|
|
660
|
+
index: d.provinceindex,
|
|
661
|
+
label: d.label,
|
|
662
|
+
countryIndex: d.countryindex
|
|
660
663
|
}))) ?? [],
|
|
661
|
-
cryptoAccount: ((
|
|
662
|
-
id:
|
|
663
|
-
type:
|
|
664
|
-
name:
|
|
665
|
-
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
|
|
666
669
|
}))) ?? [],
|
|
667
670
|
cryptoDetail: {
|
|
668
671
|
limit: e.mdCryptoDetail.cryptolimit,
|
|
669
|
-
protocol: ((u = e.mdCryptoDetail.cryptoprotocol) == null ? void 0 : u.map((
|
|
670
|
-
id:
|
|
671
|
-
name:
|
|
672
|
-
status:
|
|
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"
|
|
673
676
|
}))) ?? []
|
|
674
677
|
},
|
|
675
678
|
alipayData: e.subWithdrawalAlipayData,
|
|
@@ -681,7 +684,7 @@ const De = (e) => {
|
|
|
681
684
|
},
|
|
682
685
|
bankCardLimit: e.bankcardlimit
|
|
683
686
|
};
|
|
684
|
-
},
|
|
687
|
+
}, Ne = (e) => ({
|
|
685
688
|
withdrawMin: Number(e.withdrawMin),
|
|
686
689
|
withdrawMax: Number(e.withdrawMax),
|
|
687
690
|
dailyWithdrawLimit: Number(e.dailyWithdrawLimit),
|
|
@@ -689,7 +692,7 @@ const De = (e) => {
|
|
|
689
692
|
withdrawMaxFee: Number(e.withdrawMaxFee),
|
|
690
693
|
withdrawCount: e.withdrawCount
|
|
691
694
|
}), Be = (e) => h(e), Ge = (e) => {
|
|
692
|
-
var t, n, l,
|
|
695
|
+
var t, n, l, s, u, d;
|
|
693
696
|
return {
|
|
694
697
|
subStatusModes: ((t = e.subStatusModes) == null ? void 0 : t.map((m) => ({
|
|
695
698
|
key: m.key,
|
|
@@ -701,8 +704,8 @@ const De = (e) => {
|
|
|
701
704
|
}))) ?? [],
|
|
702
705
|
mdCashLedgers: {
|
|
703
706
|
currentPage: ((l = e.mdCashLedgers) == null ? void 0 : l.current_page) ?? 0,
|
|
704
|
-
lastPage: ((
|
|
705
|
-
data: ((
|
|
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) => {
|
|
706
709
|
var y, g;
|
|
707
710
|
return {
|
|
708
711
|
ledgerIndex: m.ledgerindex,
|
|
@@ -841,10 +844,10 @@ const De = (e) => {
|
|
|
841
844
|
name: u.firstname,
|
|
842
845
|
cashback: u.turnover,
|
|
843
846
|
commission: u.income
|
|
844
|
-
})), l = e.data.reduce((u,
|
|
847
|
+
})), l = e.data.reduce((u, d) => u + parseFloat(d.income), 0), s = t.size;
|
|
845
848
|
return {
|
|
846
849
|
totalReward: l,
|
|
847
|
-
totalCount:
|
|
850
|
+
totalCount: s,
|
|
848
851
|
list: n
|
|
849
852
|
};
|
|
850
853
|
}, Qe = (e) => e.status == 0 ? {
|
|
@@ -869,10 +872,10 @@ const De = (e) => {
|
|
|
869
872
|
deposit: u.deposit,
|
|
870
873
|
activeBet: u.activebet,
|
|
871
874
|
commission: u.reward
|
|
872
|
-
})), l = e.data.reduce((u,
|
|
875
|
+
})), l = e.data.reduce((u, d) => u + parseFloat(d.reward), 0), s = t.size;
|
|
873
876
|
return {
|
|
874
877
|
totalReward: l,
|
|
875
|
-
totalCount:
|
|
878
|
+
totalCount: s,
|
|
876
879
|
list: n
|
|
877
880
|
};
|
|
878
881
|
}, Ze = (e) => e.status == 0 ? {
|
|
@@ -895,10 +898,10 @@ const De = (e) => {
|
|
|
895
898
|
name: u.firstname,
|
|
896
899
|
total: u.deposit,
|
|
897
900
|
commission: u.reward
|
|
898
|
-
})), l = e.data.reduce((u,
|
|
901
|
+
})), l = e.data.reduce((u, d) => u + parseFloat(d.reward), 0), s = t.size;
|
|
899
902
|
return {
|
|
900
903
|
totalReward: l,
|
|
901
|
-
totalCount:
|
|
904
|
+
totalCount: s,
|
|
902
905
|
list: n
|
|
903
906
|
};
|
|
904
907
|
}, tt = (e) => e.status == 0 ? {
|
|
@@ -930,7 +933,7 @@ const De = (e) => {
|
|
|
930
933
|
};
|
|
931
934
|
});
|
|
932
935
|
l.length > 0 && (t = l[0]);
|
|
933
|
-
const
|
|
936
|
+
const s = e.data.filter((g) => g.dtype == "5" && g.type == "D").map((g) => {
|
|
934
937
|
const _ = Math.min(
|
|
935
938
|
Number(g.min_deposit) * Number(g.percentage) / 100,
|
|
936
939
|
Number(g.max_promo_amt)
|
|
@@ -943,15 +946,15 @@ const De = (e) => {
|
|
|
943
946
|
expiryTime: g.etime
|
|
944
947
|
};
|
|
945
948
|
});
|
|
946
|
-
let u = 0,
|
|
947
|
-
const m =
|
|
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), {
|
|
948
951
|
name: g.name,
|
|
949
952
|
depositAmount: g.depositAmount,
|
|
950
953
|
promoAmount: g.promoAmount
|
|
951
954
|
}));
|
|
952
955
|
return n = {
|
|
953
956
|
percentage: u,
|
|
954
|
-
expiryTime:
|
|
957
|
+
expiryTime: d,
|
|
955
958
|
list: m
|
|
956
959
|
}, { welcomeBonus: t, dailyBonus: n };
|
|
957
960
|
}, at = (e) => ({
|
|
@@ -979,13 +982,13 @@ const De = (e) => {
|
|
|
979
982
|
if (Object.prototype.hasOwnProperty.call(e.data, n)) {
|
|
980
983
|
const l = e.data[n];
|
|
981
984
|
t[n] = [];
|
|
982
|
-
for (let
|
|
983
|
-
const u = l[
|
|
984
|
-
let
|
|
985
|
-
l.length >
|
|
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({
|
|
986
989
|
rate: u.rate,
|
|
987
990
|
minValue: u.achievement.toString(),
|
|
988
|
-
maxValue:
|
|
991
|
+
maxValue: d
|
|
989
992
|
});
|
|
990
993
|
}
|
|
991
994
|
}
|
|
@@ -998,26 +1001,26 @@ const De = (e) => {
|
|
|
998
1001
|
if (Object.prototype.hasOwnProperty.call(e.data, n)) {
|
|
999
1002
|
const l = e.data[n];
|
|
1000
1003
|
t[n] = [];
|
|
1001
|
-
for (let
|
|
1002
|
-
const u = l[
|
|
1003
|
-
let
|
|
1004
|
-
l.length >
|
|
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({
|
|
1005
1008
|
rate: u.rate,
|
|
1006
1009
|
minValue: u.achievement,
|
|
1007
|
-
maxValue:
|
|
1010
|
+
maxValue: d
|
|
1008
1011
|
});
|
|
1009
1012
|
}
|
|
1010
1013
|
}
|
|
1011
1014
|
return t;
|
|
1012
|
-
}, ut = (e) => h(e),
|
|
1013
|
-
var t, n, l,
|
|
1015
|
+
}, ut = (e) => h(e), dt = (e) => h(e), ct = (e) => {
|
|
1016
|
+
var t, n, l, s, u;
|
|
1014
1017
|
return {
|
|
1015
1018
|
status: e.status == 1,
|
|
1016
1019
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
1017
1020
|
default: ((t = e.data) == null ? void 0 : t.default) ?? [],
|
|
1018
1021
|
online: ((n = e.data) == null ? void 0 : n.online) ?? [],
|
|
1019
1022
|
mycard: ((l = e.data) == null ? void 0 : l.mycard) ?? [],
|
|
1020
|
-
qrcode: ((
|
|
1023
|
+
qrcode: ((s = e.data) == null ? void 0 : s.qrcode) ?? [],
|
|
1021
1024
|
personal: ((u = e.data) == null ? void 0 : u.personal) ?? []
|
|
1022
1025
|
};
|
|
1023
1026
|
}, V = (e) => (console.log(e), {
|
|
@@ -1065,14 +1068,14 @@ const De = (e) => {
|
|
|
1065
1068
|
status: e.status == 1,
|
|
1066
1069
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
1067
1070
|
countryList: ((t = e.data) == null ? void 0 : t.map((n) => {
|
|
1068
|
-
var l,
|
|
1071
|
+
var l, s;
|
|
1069
1072
|
return {
|
|
1070
1073
|
countryIndex: n.countryindex,
|
|
1071
1074
|
currencyName: n.currency_name ?? "",
|
|
1072
1075
|
label: n.label,
|
|
1073
1076
|
currencyRate: {
|
|
1074
1077
|
depositCurrencyRate: ((l = n.currency_rate) == null ? void 0 : l.currency_rate_deposit) ?? "",
|
|
1075
|
-
withdrawCurrencyRate: ((
|
|
1078
|
+
withdrawCurrencyRate: ((s = n.currency_rate) == null ? void 0 : s.currency_rate_withdraw) ?? ""
|
|
1076
1079
|
}
|
|
1077
1080
|
};
|
|
1078
1081
|
})) ?? []
|
|
@@ -1085,7 +1088,7 @@ const De = (e) => {
|
|
|
1085
1088
|
}), kt = (e) => h(e), Pt = (e) => h(e), W = (e) => ({
|
|
1086
1089
|
status: e.status == 1,
|
|
1087
1090
|
message: e.errormessage ?? ""
|
|
1088
|
-
}), Ot = (e) => h(e), Mt = (e) => e,
|
|
1091
|
+
}), Ot = (e) => h(e), Mt = (e) => e, jt = (e) => h(e), xt = (e) => {
|
|
1089
1092
|
var t;
|
|
1090
1093
|
return {
|
|
1091
1094
|
platformProduct: ((t = e.mdPlatformProduct) == null ? void 0 : t.map((n) => ({
|
|
@@ -1102,7 +1105,7 @@ const De = (e) => {
|
|
|
1102
1105
|
name: n.name
|
|
1103
1106
|
}))) ?? []
|
|
1104
1107
|
};
|
|
1105
|
-
}, Ct = (e) => h(e), wt = (e) => h(e), It = (e) => h(e), Lt = (e) => h(e), zt = (e) => h(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) => ({
|
|
1106
1109
|
status: e.status == 1,
|
|
1107
1110
|
message: e.msg ?? "",
|
|
1108
1111
|
data: e.data
|
|
@@ -1267,22 +1270,22 @@ const De = (e) => {
|
|
|
1267
1270
|
status: e.status == 1,
|
|
1268
1271
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
1269
1272
|
data: {
|
|
1270
|
-
companyCount: ((t = e.data.companyRCount) == null ? void 0 : t.map((
|
|
1271
|
-
key:
|
|
1272
|
-
count:
|
|
1273
|
+
companyCount: ((t = e.data.companyRCount) == null ? void 0 : t.map((s) => ({
|
|
1274
|
+
key: s.key,
|
|
1275
|
+
count: s.count
|
|
1273
1276
|
}))) ?? [],
|
|
1274
|
-
prizeCount: ((n = e.data.prizeRCount) == null ? void 0 : n.map((
|
|
1275
|
-
key:
|
|
1276
|
-
count:
|
|
1277
|
+
prizeCount: ((n = e.data.prizeRCount) == null ? void 0 : n.map((s) => ({
|
|
1278
|
+
key: s.key,
|
|
1279
|
+
count: s.count
|
|
1277
1280
|
}))) ?? [],
|
|
1278
|
-
list: ((l = e.data.list) == null ? void 0 : l.map((
|
|
1279
|
-
dimension:
|
|
1280
|
-
combination:
|
|
1281
|
-
prizePosition:
|
|
1282
|
-
drawIdentifier:
|
|
1283
|
-
drawTimestamp:
|
|
1284
|
-
companyId:
|
|
1285
|
-
companyName:
|
|
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
|
|
1286
1289
|
}))) ?? []
|
|
1287
1290
|
}
|
|
1288
1291
|
};
|
|
@@ -1295,10 +1298,52 @@ var A = /* @__PURE__ */ ((e) => (e.vipcalculation = "vipcalculation", e.livechat
|
|
|
1295
1298
|
const an = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1296
1299
|
__proto__: null,
|
|
1297
1300
|
SettingType: A
|
|
1298
|
-
}, Symbol.toStringTag, { value: "Module" })), on =
|
|
1299
|
-
|
|
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;
|
|
1300
1345
|
try {
|
|
1301
|
-
e.findIndex((
|
|
1346
|
+
e.findIndex((c) => c.name === i.vipList) !== -1 && e.push(
|
|
1302
1347
|
{
|
|
1303
1348
|
name: i.vipBonus,
|
|
1304
1349
|
query: ""
|
|
@@ -1309,41 +1354,41 @@ const an = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1309
1354
|
name: i.getSetting,
|
|
1310
1355
|
query: JSON.stringify({ name: [A.vipcalculation] })
|
|
1311
1356
|
}
|
|
1312
|
-
), e.findIndex((
|
|
1357
|
+
), e.findIndex((c) => c.name === i.gameList) !== -1 && e.push({
|
|
1313
1358
|
name: i.getPlatformTurnoverRate,
|
|
1314
1359
|
query: ""
|
|
1315
1360
|
});
|
|
1316
|
-
const v = e.findIndex((
|
|
1361
|
+
const v = e.findIndex((c) => c.name === i.searchHot);
|
|
1317
1362
|
if (v !== -1) {
|
|
1318
|
-
let
|
|
1363
|
+
let c = {};
|
|
1319
1364
|
e.forEach((f) => {
|
|
1320
|
-
|
|
1365
|
+
c = f.query;
|
|
1321
1366
|
}), e.splice(v), e.push({
|
|
1322
1367
|
name: i.getFourDimensionData,
|
|
1323
|
-
query: String(
|
|
1368
|
+
query: String(c)
|
|
1324
1369
|
});
|
|
1325
1370
|
}
|
|
1326
|
-
const k = e.findIndex((
|
|
1371
|
+
const k = e.findIndex((c) => c.name === i.searchNumberHistory);
|
|
1327
1372
|
if (k !== -1) {
|
|
1328
|
-
let
|
|
1373
|
+
let c = {};
|
|
1329
1374
|
e.forEach((f) => {
|
|
1330
|
-
|
|
1375
|
+
c = f.query;
|
|
1331
1376
|
}), e.splice(k), e.push({
|
|
1332
1377
|
name: i.getFourDimensionData,
|
|
1333
|
-
query: String(
|
|
1378
|
+
query: String(c)
|
|
1334
1379
|
});
|
|
1335
1380
|
}
|
|
1336
|
-
if (e.findIndex((
|
|
1337
|
-
let
|
|
1381
|
+
if (e.findIndex((c) => c.name === i.searchByDate) !== -1) {
|
|
1382
|
+
let c = {};
|
|
1338
1383
|
e.forEach((f) => {
|
|
1339
|
-
|
|
1384
|
+
c = f.query;
|
|
1340
1385
|
}), e.splice(k), e.push({
|
|
1341
1386
|
name: i.getFourDimensionData,
|
|
1342
|
-
query: String(
|
|
1387
|
+
query: String(c)
|
|
1343
1388
|
});
|
|
1344
1389
|
}
|
|
1345
1390
|
const z = e.findIndex(
|
|
1346
|
-
(
|
|
1391
|
+
(c) => c.name === i.getFourDimensionData
|
|
1347
1392
|
);
|
|
1348
1393
|
z !== -1 && e[z].query == "" && (e.splice(z), e.push(
|
|
1349
1394
|
{
|
|
@@ -1362,9 +1407,9 @@ const an = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1362
1407
|
}
|
|
1363
1408
|
));
|
|
1364
1409
|
const U = {
|
|
1365
|
-
requests: e.map((
|
|
1366
|
-
name:
|
|
1367
|
-
query: btoa(
|
|
1410
|
+
requests: e.map((c) => ({
|
|
1411
|
+
name: c.name,
|
|
1412
|
+
query: btoa(c.query)
|
|
1368
1413
|
}))
|
|
1369
1414
|
}, $ = await I.post(
|
|
1370
1415
|
"/jwt",
|
|
@@ -1374,441 +1419,456 @@ const an = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1374
1419
|
message: "",
|
|
1375
1420
|
result: {}
|
|
1376
1421
|
};
|
|
1377
|
-
for (const
|
|
1378
|
-
|
|
1379
|
-
const f =
|
|
1380
|
-
if (console.log(
|
|
1381
|
-
console.log("Not data received"), a.result[
|
|
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;
|
|
1382
1427
|
else
|
|
1383
|
-
switch (
|
|
1428
|
+
switch (o) {
|
|
1384
1429
|
case i.announcement:
|
|
1385
|
-
a.result[
|
|
1430
|
+
a.result[o] = me(r);
|
|
1386
1431
|
break;
|
|
1387
1432
|
case i.gameList:
|
|
1388
|
-
a.result[
|
|
1433
|
+
a.result[o] = ge(r);
|
|
1389
1434
|
break;
|
|
1390
1435
|
case i.cmsList:
|
|
1391
|
-
a.result[
|
|
1436
|
+
a.result[o] = ve(r);
|
|
1392
1437
|
break;
|
|
1393
1438
|
case i.paymentsProvider:
|
|
1394
|
-
a.result[
|
|
1395
|
-
|
|
1439
|
+
a.result[o] = le(
|
|
1440
|
+
r
|
|
1396
1441
|
);
|
|
1397
1442
|
break;
|
|
1398
1443
|
case i.getUserProfile:
|
|
1399
|
-
a.result[
|
|
1444
|
+
a.result[o] = pe(r);
|
|
1400
1445
|
break;
|
|
1401
1446
|
case i.vipList:
|
|
1402
|
-
a.result[
|
|
1447
|
+
a.result[o] = be(r);
|
|
1403
1448
|
break;
|
|
1404
1449
|
case i.vipBonus:
|
|
1405
|
-
a.result[
|
|
1450
|
+
a.result[o] = fe(r);
|
|
1406
1451
|
break;
|
|
1407
1452
|
case i.vipFieldStatus:
|
|
1408
|
-
a.result[
|
|
1453
|
+
a.result[o] = _e(r);
|
|
1409
1454
|
break;
|
|
1410
1455
|
case i.vipStatus:
|
|
1411
|
-
a.result[
|
|
1456
|
+
a.result[o] = he(r);
|
|
1412
1457
|
break;
|
|
1413
1458
|
case i.promotion:
|
|
1414
|
-
a.result[
|
|
1459
|
+
a.result[o] = ye(r);
|
|
1415
1460
|
break;
|
|
1416
1461
|
case i.getSetting:
|
|
1417
|
-
a.result[
|
|
1462
|
+
a.result[o] = Te(r);
|
|
1418
1463
|
break;
|
|
1419
1464
|
case i.getCountryMobile:
|
|
1420
|
-
a.result[
|
|
1421
|
-
|
|
1465
|
+
a.result[o] = Re(
|
|
1466
|
+
r
|
|
1422
1467
|
);
|
|
1423
1468
|
break;
|
|
1424
1469
|
case i.getPlatformTurnoverRate:
|
|
1425
|
-
a.result[
|
|
1426
|
-
|
|
1470
|
+
a.result[o] = Se(
|
|
1471
|
+
r
|
|
1427
1472
|
);
|
|
1428
1473
|
break;
|
|
1429
1474
|
case i.mainWallet:
|
|
1430
|
-
a.result[
|
|
1475
|
+
a.result[o] = ke(r);
|
|
1431
1476
|
break;
|
|
1432
1477
|
case i.getLanguageSetting:
|
|
1433
|
-
a.result[
|
|
1434
|
-
|
|
1478
|
+
a.result[o] = Pe(
|
|
1479
|
+
r
|
|
1435
1480
|
);
|
|
1436
1481
|
break;
|
|
1437
1482
|
case i.getFourDimensionData:
|
|
1438
|
-
a.result[
|
|
1439
|
-
|
|
1483
|
+
a.result[o] = Oe(
|
|
1484
|
+
r
|
|
1440
1485
|
);
|
|
1441
1486
|
break;
|
|
1442
1487
|
case i.getCompany:
|
|
1443
|
-
a.result[
|
|
1488
|
+
a.result[o] = Me(r);
|
|
1444
1489
|
break;
|
|
1445
1490
|
case i.searchResultDate:
|
|
1446
|
-
a.result[
|
|
1447
|
-
|
|
1491
|
+
a.result[o] = je(
|
|
1492
|
+
r
|
|
1448
1493
|
);
|
|
1449
1494
|
break;
|
|
1450
1495
|
case i.searchHot:
|
|
1451
|
-
a.result[
|
|
1496
|
+
a.result[o] = De(r);
|
|
1452
1497
|
break;
|
|
1453
1498
|
case i.searchByDate:
|
|
1454
|
-
a.result[
|
|
1499
|
+
a.result[o] = Ce(r);
|
|
1455
1500
|
break;
|
|
1456
1501
|
case i.upcomingMatches:
|
|
1457
|
-
a.result[
|
|
1458
|
-
|
|
1502
|
+
a.result[o] = we(
|
|
1503
|
+
r
|
|
1459
1504
|
);
|
|
1460
1505
|
break;
|
|
1461
1506
|
case i.deposit:
|
|
1462
|
-
a.result[
|
|
1507
|
+
a.result[o] = Ie(r);
|
|
1463
1508
|
break;
|
|
1464
1509
|
case i.applyVipBonus:
|
|
1465
|
-
a.result[
|
|
1510
|
+
a.result[o] = Le(r);
|
|
1466
1511
|
break;
|
|
1467
1512
|
case i.withdraw:
|
|
1468
|
-
a.result[
|
|
1513
|
+
a.result[o] = ze(r);
|
|
1469
1514
|
break;
|
|
1470
1515
|
case i.getBankCardData:
|
|
1471
|
-
a.result[
|
|
1472
|
-
|
|
1516
|
+
a.result[o] = Fe(
|
|
1517
|
+
r
|
|
1473
1518
|
);
|
|
1474
1519
|
break;
|
|
1475
1520
|
case i.withdrawalGet:
|
|
1476
|
-
a.result[
|
|
1521
|
+
a.result[o] = Ne(r);
|
|
1477
1522
|
break;
|
|
1478
1523
|
case i.addBankCard:
|
|
1479
|
-
a.result[
|
|
1524
|
+
a.result[o] = Be(r);
|
|
1480
1525
|
break;
|
|
1481
1526
|
case i.transactionReport:
|
|
1482
|
-
a.result[
|
|
1483
|
-
|
|
1527
|
+
a.result[o] = Ge(
|
|
1528
|
+
r
|
|
1484
1529
|
);
|
|
1485
1530
|
break;
|
|
1486
1531
|
case i.changePassword:
|
|
1487
|
-
a.result[
|
|
1532
|
+
a.result[o] = Ue(r);
|
|
1488
1533
|
break;
|
|
1489
1534
|
case i.wallet:
|
|
1490
|
-
a.result[
|
|
1535
|
+
a.result[o] = Ve(r);
|
|
1491
1536
|
break;
|
|
1492
1537
|
case i.getEventList:
|
|
1493
|
-
a.result[
|
|
1538
|
+
a.result[o] = We(r);
|
|
1494
1539
|
break;
|
|
1495
1540
|
case i.getEventToken:
|
|
1496
|
-
a.result[
|
|
1541
|
+
a.result[o] = Ee(r);
|
|
1497
1542
|
break;
|
|
1498
1543
|
case i.getExtraGame:
|
|
1499
|
-
a.result[
|
|
1544
|
+
a.result[o] = Ae(r);
|
|
1500
1545
|
break;
|
|
1501
1546
|
case i.mailBox:
|
|
1502
|
-
a.result[
|
|
1547
|
+
a.result[o] = $e(r);
|
|
1503
1548
|
break;
|
|
1504
1549
|
case i.fishGameList:
|
|
1505
|
-
a.result[
|
|
1550
|
+
a.result[o] = He(r);
|
|
1506
1551
|
break;
|
|
1507
1552
|
case i.slotGameList:
|
|
1508
|
-
a.result[
|
|
1553
|
+
a.result[o] = Je(r);
|
|
1509
1554
|
break;
|
|
1510
1555
|
case i.getTurnOverRewardData:
|
|
1511
|
-
a.result[
|
|
1512
|
-
|
|
1556
|
+
a.result[o] = Ye(
|
|
1557
|
+
r
|
|
1513
1558
|
);
|
|
1514
1559
|
break;
|
|
1515
1560
|
case i.getTurnOverRewardReport:
|
|
1516
|
-
a.result[
|
|
1517
|
-
|
|
1561
|
+
a.result[o] = Ke(
|
|
1562
|
+
r
|
|
1518
1563
|
);
|
|
1519
1564
|
break;
|
|
1520
1565
|
case i.getInviteRewardData:
|
|
1521
|
-
a.result[
|
|
1522
|
-
|
|
1566
|
+
a.result[o] = Qe(
|
|
1567
|
+
r
|
|
1523
1568
|
);
|
|
1524
1569
|
break;
|
|
1525
1570
|
case i.getInviteRewardReport:
|
|
1526
|
-
a.result[
|
|
1527
|
-
|
|
1571
|
+
a.result[o] = Xe(
|
|
1572
|
+
r
|
|
1528
1573
|
);
|
|
1529
1574
|
break;
|
|
1530
1575
|
case i.getTopupRewardData:
|
|
1531
|
-
a.result[
|
|
1532
|
-
|
|
1576
|
+
a.result[o] = Ze(
|
|
1577
|
+
r
|
|
1533
1578
|
);
|
|
1534
1579
|
break;
|
|
1535
1580
|
case i.getTopupRewardReport:
|
|
1536
|
-
a.result[
|
|
1537
|
-
|
|
1581
|
+
a.result[o] = et(
|
|
1582
|
+
r
|
|
1538
1583
|
);
|
|
1539
1584
|
break;
|
|
1540
1585
|
case i.getRewardReferral:
|
|
1541
|
-
a.result[
|
|
1542
|
-
|
|
1586
|
+
a.result[o] = tt(
|
|
1587
|
+
r
|
|
1543
1588
|
);
|
|
1544
1589
|
break;
|
|
1545
1590
|
case i.submitWithdrawValidate:
|
|
1546
|
-
a.result[
|
|
1591
|
+
a.result[o] = W(r);
|
|
1547
1592
|
break;
|
|
1548
1593
|
case i.getDepositPromotion:
|
|
1549
|
-
a.result[
|
|
1550
|
-
|
|
1594
|
+
a.result[o] = nt(
|
|
1595
|
+
r
|
|
1551
1596
|
);
|
|
1552
1597
|
break;
|
|
1553
1598
|
case i.getTopUpRewardClaim:
|
|
1554
|
-
a.result[
|
|
1555
|
-
|
|
1599
|
+
a.result[o] = at(
|
|
1600
|
+
r
|
|
1556
1601
|
);
|
|
1557
1602
|
break;
|
|
1558
1603
|
case i.getInviteRewardClaim:
|
|
1559
|
-
a.result[
|
|
1560
|
-
|
|
1604
|
+
a.result[o] = ot(
|
|
1605
|
+
r
|
|
1561
1606
|
);
|
|
1562
1607
|
break;
|
|
1563
1608
|
case i.getTurnOverRewardClaim:
|
|
1564
|
-
a.result[
|
|
1565
|
-
|
|
1609
|
+
a.result[o] = rt(
|
|
1610
|
+
r
|
|
1566
1611
|
);
|
|
1567
1612
|
break;
|
|
1568
1613
|
case i.getInviteRewardSetting:
|
|
1569
|
-
a.result[
|
|
1570
|
-
|
|
1614
|
+
a.result[o] = st(
|
|
1615
|
+
r
|
|
1571
1616
|
);
|
|
1572
1617
|
break;
|
|
1573
1618
|
case i.getTurnOverRewardSetting:
|
|
1574
|
-
a.result[
|
|
1575
|
-
|
|
1619
|
+
a.result[o] = it(
|
|
1620
|
+
r
|
|
1576
1621
|
);
|
|
1577
1622
|
break;
|
|
1578
1623
|
case i.getTopUpRewardSetting:
|
|
1579
|
-
a.result[
|
|
1580
|
-
|
|
1624
|
+
a.result[o] = lt(
|
|
1625
|
+
r
|
|
1581
1626
|
);
|
|
1582
1627
|
break;
|
|
1583
1628
|
case i.requestForgetPassword:
|
|
1584
|
-
a.result[
|
|
1585
|
-
|
|
1629
|
+
a.result[o] = ut(
|
|
1630
|
+
r
|
|
1586
1631
|
);
|
|
1587
1632
|
break;
|
|
1588
1633
|
case i.submitForgetPassword:
|
|
1589
|
-
a.result[
|
|
1590
|
-
|
|
1634
|
+
a.result[o] = dt(
|
|
1635
|
+
r
|
|
1591
1636
|
);
|
|
1592
1637
|
break;
|
|
1593
1638
|
case i.getImage:
|
|
1594
|
-
a.result[
|
|
1639
|
+
a.result[o] = ct(r);
|
|
1595
1640
|
break;
|
|
1596
1641
|
case i.getDepositValidate:
|
|
1597
|
-
a.result[
|
|
1642
|
+
a.result[o] = V(r);
|
|
1598
1643
|
break;
|
|
1599
1644
|
case i.getWithdrawValidate:
|
|
1600
|
-
a.result[
|
|
1645
|
+
a.result[o] = V(r);
|
|
1601
1646
|
break;
|
|
1602
1647
|
case i.getTransferCreditValidate:
|
|
1603
|
-
a.result[
|
|
1648
|
+
a.result[o] = V(r);
|
|
1604
1649
|
break;
|
|
1605
1650
|
case i.updateProfilePicture:
|
|
1606
|
-
a.result[
|
|
1607
|
-
|
|
1651
|
+
a.result[o] = pt(
|
|
1652
|
+
r
|
|
1608
1653
|
);
|
|
1609
1654
|
break;
|
|
1610
1655
|
case i.readMail:
|
|
1611
|
-
a.result[
|
|
1656
|
+
a.result[o] = gt(r);
|
|
1612
1657
|
break;
|
|
1613
1658
|
case i.checkRedPacketValidate:
|
|
1614
|
-
a.result[
|
|
1615
|
-
|
|
1659
|
+
a.result[o] = bt(
|
|
1660
|
+
r
|
|
1616
1661
|
);
|
|
1617
1662
|
break;
|
|
1618
1663
|
case i.requestTacCode:
|
|
1619
|
-
a.result[
|
|
1664
|
+
a.result[o] = yt(r);
|
|
1620
1665
|
break;
|
|
1621
1666
|
case i.getUsernameByRefer:
|
|
1622
|
-
a.result[
|
|
1623
|
-
|
|
1667
|
+
a.result[o] = ft(
|
|
1668
|
+
r
|
|
1624
1669
|
);
|
|
1625
1670
|
break;
|
|
1626
1671
|
case i.applyPromo:
|
|
1627
|
-
a.result[
|
|
1672
|
+
a.result[o] = _t(r);
|
|
1628
1673
|
break;
|
|
1629
1674
|
case i.applyRedPacket:
|
|
1630
|
-
a.result[
|
|
1675
|
+
a.result[o] = ht(r);
|
|
1631
1676
|
break;
|
|
1632
1677
|
case i.applySignIn:
|
|
1633
|
-
a.result[
|
|
1678
|
+
a.result[o] = Tt(r);
|
|
1634
1679
|
break;
|
|
1635
1680
|
case i.getCountry:
|
|
1636
|
-
a.result[
|
|
1681
|
+
a.result[o] = vt(r);
|
|
1637
1682
|
break;
|
|
1638
1683
|
case i.submitGiftCode:
|
|
1639
|
-
a.result[
|
|
1684
|
+
a.result[o] = Rt(r);
|
|
1640
1685
|
break;
|
|
1641
1686
|
case i.playGame:
|
|
1642
|
-
a.result[
|
|
1687
|
+
a.result[o] = St(r);
|
|
1643
1688
|
break;
|
|
1644
1689
|
case i.transferToMain:
|
|
1645
|
-
a.result[
|
|
1690
|
+
a.result[o] = kt(r);
|
|
1646
1691
|
break;
|
|
1647
1692
|
case i.transferProcess:
|
|
1648
|
-
a.result[
|
|
1649
|
-
|
|
1693
|
+
a.result[o] = Pt(
|
|
1694
|
+
r
|
|
1650
1695
|
);
|
|
1651
1696
|
break;
|
|
1652
1697
|
case i.submitDepositValidate:
|
|
1653
|
-
a.result[
|
|
1698
|
+
a.result[o] = W(r);
|
|
1654
1699
|
break;
|
|
1655
1700
|
case i.submitTransferCreditValidate:
|
|
1656
|
-
a.result[
|
|
1701
|
+
a.result[o] = W(r);
|
|
1657
1702
|
break;
|
|
1658
1703
|
case i.checkTransferCredit:
|
|
1659
|
-
a.result[
|
|
1660
|
-
|
|
1704
|
+
a.result[o] = Ot(
|
|
1705
|
+
r
|
|
1661
1706
|
);
|
|
1662
1707
|
break;
|
|
1663
1708
|
case i.friendList:
|
|
1664
|
-
a.result[
|
|
1709
|
+
a.result[o] = Mt(r);
|
|
1665
1710
|
break;
|
|
1666
1711
|
case i.friendListEdit:
|
|
1667
|
-
a.result[
|
|
1712
|
+
a.result[o] = jt(r);
|
|
1668
1713
|
break;
|
|
1669
1714
|
case i.getActivePP:
|
|
1670
|
-
a.result[
|
|
1715
|
+
a.result[o] = xt(r);
|
|
1671
1716
|
break;
|
|
1672
1717
|
case i.getActiveProduct:
|
|
1673
|
-
a.result[
|
|
1674
|
-
|
|
1718
|
+
a.result[o] = Dt(
|
|
1719
|
+
r
|
|
1675
1720
|
);
|
|
1676
1721
|
break;
|
|
1677
1722
|
case i.requestWithdrawTac:
|
|
1678
|
-
a.result[
|
|
1679
|
-
|
|
1723
|
+
a.result[o] = Ct(
|
|
1724
|
+
r
|
|
1680
1725
|
);
|
|
1681
1726
|
break;
|
|
1682
1727
|
case i.requestWithdrawalCode:
|
|
1683
|
-
a.result[
|
|
1684
|
-
|
|
1728
|
+
a.result[o] = wt(
|
|
1729
|
+
r
|
|
1685
1730
|
);
|
|
1686
1731
|
break;
|
|
1687
1732
|
case i.commissionWithdraw:
|
|
1688
|
-
a.result[
|
|
1689
|
-
|
|
1733
|
+
a.result[o] = It(
|
|
1734
|
+
r
|
|
1690
1735
|
);
|
|
1691
1736
|
break;
|
|
1692
1737
|
case i.submitWithdrawalCode:
|
|
1693
|
-
a.result[
|
|
1694
|
-
|
|
1738
|
+
a.result[o] = Lt(
|
|
1739
|
+
r
|
|
1695
1740
|
);
|
|
1696
1741
|
break;
|
|
1697
1742
|
case i.submitCryptoAccount:
|
|
1698
|
-
a.result[
|
|
1699
|
-
|
|
1743
|
+
a.result[o] = zt(
|
|
1744
|
+
r
|
|
1700
1745
|
);
|
|
1701
1746
|
break;
|
|
1702
1747
|
case i.requestTransferMoney:
|
|
1703
|
-
a.result[
|
|
1704
|
-
|
|
1748
|
+
a.result[o] = Ft(
|
|
1749
|
+
r
|
|
1705
1750
|
);
|
|
1706
1751
|
break;
|
|
1707
1752
|
case i.submitTransferMoney:
|
|
1708
|
-
a.result[
|
|
1709
|
-
|
|
1753
|
+
a.result[o] = Nt(
|
|
1754
|
+
r
|
|
1710
1755
|
);
|
|
1711
1756
|
break;
|
|
1712
1757
|
case i.requestUpdateMobileTacCode:
|
|
1713
|
-
a.result[
|
|
1714
|
-
|
|
1758
|
+
a.result[o] = Bt(
|
|
1759
|
+
r
|
|
1715
1760
|
);
|
|
1716
1761
|
break;
|
|
1717
1762
|
case i.submitUpdateMobileTacCode:
|
|
1718
|
-
a.result[
|
|
1719
|
-
|
|
1763
|
+
a.result[o] = Gt(
|
|
1764
|
+
r
|
|
1720
1765
|
);
|
|
1721
1766
|
break;
|
|
1722
1767
|
case i.getVerifyPromo:
|
|
1723
|
-
a.result[
|
|
1768
|
+
a.result[o] = qt(r);
|
|
1724
1769
|
break;
|
|
1725
1770
|
case i.signInViewInfo:
|
|
1726
|
-
a.result[
|
|
1771
|
+
a.result[o] = Ut(r);
|
|
1727
1772
|
break;
|
|
1728
1773
|
case i.signInRecord:
|
|
1729
|
-
a.result[
|
|
1774
|
+
a.result[o] = Vt(r);
|
|
1730
1775
|
break;
|
|
1731
1776
|
case i.referralProfile:
|
|
1732
|
-
a.result[
|
|
1733
|
-
|
|
1777
|
+
a.result[o] = Wt(
|
|
1778
|
+
r
|
|
1734
1779
|
);
|
|
1735
1780
|
break;
|
|
1736
1781
|
case i.referralMemberProfile:
|
|
1737
|
-
a.result[
|
|
1738
|
-
|
|
1782
|
+
a.result[o] = Et(
|
|
1783
|
+
r
|
|
1739
1784
|
);
|
|
1740
1785
|
break;
|
|
1741
1786
|
case i.registerAction:
|
|
1742
|
-
a.result[
|
|
1787
|
+
a.result[o] = At(r);
|
|
1743
1788
|
break;
|
|
1744
1789
|
case i.transferReport:
|
|
1745
|
-
a.result[
|
|
1790
|
+
a.result[o] = $t(r);
|
|
1746
1791
|
break;
|
|
1747
1792
|
case i.agTransferCreditReport:
|
|
1748
|
-
a.result[
|
|
1749
|
-
|
|
1793
|
+
a.result[o] = Ht(
|
|
1794
|
+
r
|
|
1750
1795
|
);
|
|
1751
1796
|
break;
|
|
1752
1797
|
case i.betReport:
|
|
1753
|
-
a.result[
|
|
1798
|
+
a.result[o] = Jt(r);
|
|
1754
1799
|
break;
|
|
1755
1800
|
case i.getTwoFactorAuthenticate:
|
|
1756
|
-
a.result[
|
|
1757
|
-
|
|
1801
|
+
a.result[o] = Yt(
|
|
1802
|
+
r
|
|
1758
1803
|
);
|
|
1759
1804
|
break;
|
|
1760
1805
|
case i.submitTwoFactorAuthenticate:
|
|
1761
|
-
a.result[
|
|
1762
|
-
|
|
1806
|
+
a.result[o] = Kt(
|
|
1807
|
+
r
|
|
1763
1808
|
);
|
|
1764
1809
|
break;
|
|
1765
1810
|
case i.getUserDeviceList:
|
|
1766
|
-
a.result[
|
|
1767
|
-
|
|
1811
|
+
a.result[o] = Qt(
|
|
1812
|
+
r
|
|
1768
1813
|
);
|
|
1769
1814
|
break;
|
|
1770
1815
|
case i.unbindUserDevice:
|
|
1771
|
-
a.result[
|
|
1772
|
-
|
|
1816
|
+
a.result[o] = Xt(
|
|
1817
|
+
r
|
|
1773
1818
|
);
|
|
1774
1819
|
break;
|
|
1775
1820
|
case i.searchNumberHistory:
|
|
1776
|
-
a.result[
|
|
1777
|
-
|
|
1821
|
+
a.result[o] = Zt(
|
|
1822
|
+
r
|
|
1778
1823
|
);
|
|
1779
1824
|
break;
|
|
1780
1825
|
case i.changeWithdrawalCode:
|
|
1781
|
-
a.result[
|
|
1782
|
-
|
|
1826
|
+
a.result[o] = en(
|
|
1827
|
+
r
|
|
1783
1828
|
);
|
|
1784
1829
|
break;
|
|
1785
1830
|
case i.checkRedPacketToken:
|
|
1786
|
-
a.result[
|
|
1787
|
-
|
|
1831
|
+
a.result[o] = tn(
|
|
1832
|
+
r
|
|
1788
1833
|
);
|
|
1789
1834
|
break;
|
|
1790
1835
|
case i.submitWithdrawalAlipay:
|
|
1791
|
-
a.result[
|
|
1792
|
-
|
|
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
|
|
1793
1853
|
);
|
|
1794
1854
|
break;
|
|
1795
1855
|
}
|
|
1796
1856
|
}
|
|
1797
1857
|
if (i.vipList in a.result && ((t = a.result) != null && t.vipList)) {
|
|
1798
|
-
const
|
|
1858
|
+
const c = a.result.vipList;
|
|
1799
1859
|
let f = 4;
|
|
1800
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) {
|
|
1801
1861
|
if ((l = a.result) != null && l.vipStatus) {
|
|
1802
|
-
const
|
|
1803
|
-
current_grade_id:
|
|
1862
|
+
const o = a.result.vipStatus, {
|
|
1863
|
+
current_grade_id: r,
|
|
1804
1864
|
current_deposit: P,
|
|
1805
|
-
current_turnover:
|
|
1865
|
+
current_turnover: x,
|
|
1806
1866
|
percentage: L
|
|
1807
|
-
} =
|
|
1808
|
-
|
|
1867
|
+
} = o, D = c.list.findIndex((R) => R.id === r);
|
|
1868
|
+
c.list = c.list.map((R, C) => {
|
|
1809
1869
|
const w = C === D;
|
|
1810
|
-
let M = "0", b = "0",
|
|
1811
|
-
return w ? (M = `${Math.min(Number(P), Number(R.deposit.total))}`, b = `${Math.min(Number(
|
|
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), {
|
|
1812
1872
|
...R,
|
|
1813
1873
|
is_current_level: w,
|
|
1814
1874
|
deposit: {
|
|
@@ -1821,29 +1881,29 @@ const an = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1821
1881
|
isShow: f === 2 || f === 3 || f === 4,
|
|
1822
1882
|
current: b
|
|
1823
1883
|
},
|
|
1824
|
-
percentage:
|
|
1884
|
+
percentage: F
|
|
1825
1885
|
};
|
|
1826
1886
|
});
|
|
1827
1887
|
}
|
|
1828
1888
|
delete a.result.vipStatus;
|
|
1829
1889
|
}
|
|
1830
1890
|
if (i.vipBonus in a.result) {
|
|
1831
|
-
if ((
|
|
1832
|
-
const
|
|
1833
|
-
|
|
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;
|
|
1834
1894
|
const { dayRemainingTime: D, dayProgressPercentage: R } = re();
|
|
1835
|
-
|
|
1836
|
-
current: !
|
|
1895
|
+
c.bonus.day.timestamp = {
|
|
1896
|
+
current: !o.day.isClaimable && P > 0 ? D : 0,
|
|
1837
1897
|
percentage: R
|
|
1838
|
-
},
|
|
1898
|
+
}, c.bonus.week.isClaimable = o.week.isClaimable;
|
|
1839
1899
|
const { weekRemainingTime: C, weekProgressPercentage: w } = oe();
|
|
1840
|
-
|
|
1841
|
-
current: !
|
|
1900
|
+
c.bonus.week.timestamp = {
|
|
1901
|
+
current: !o.week.isClaimable && x > 0 ? C : 0,
|
|
1842
1902
|
percentage: w
|
|
1843
|
-
},
|
|
1903
|
+
}, c.bonus.month.isClaimable = o.month.isClaimable;
|
|
1844
1904
|
const { monthRemainingTime: M, monthProgressPercentage: b } = ae();
|
|
1845
|
-
|
|
1846
|
-
current: !
|
|
1905
|
+
c.bonus.month.timestamp = {
|
|
1906
|
+
current: !o.month.isClaimable && L > 0 ? M : 0,
|
|
1847
1907
|
percentage: b
|
|
1848
1908
|
};
|
|
1849
1909
|
}
|
|
@@ -1851,117 +1911,117 @@ const an = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1851
1911
|
}
|
|
1852
1912
|
if (i.vipFieldStatus in a.result) {
|
|
1853
1913
|
if ((u = a.result) != null && u.vipFieldStatus) {
|
|
1854
|
-
const
|
|
1855
|
-
|
|
1914
|
+
const o = a.result.vipFieldStatus, r = [];
|
|
1915
|
+
r.push({
|
|
1856
1916
|
name: "",
|
|
1857
1917
|
code: "vipLevel",
|
|
1858
|
-
value:
|
|
1918
|
+
value: c.list.map((b) => b.name)
|
|
1859
1919
|
});
|
|
1860
|
-
const P =
|
|
1920
|
+
const P = o.findIndex(
|
|
1861
1921
|
(b) => b.fieldName == "upgrade_bonus"
|
|
1862
1922
|
);
|
|
1863
|
-
P > -1 &&
|
|
1864
|
-
name:
|
|
1923
|
+
P > -1 && r.push({
|
|
1924
|
+
name: o[P].showName,
|
|
1865
1925
|
code: "",
|
|
1866
|
-
value:
|
|
1926
|
+
value: c.list.map((b) => b.benefit_list.upgrade.bonus)
|
|
1867
1927
|
});
|
|
1868
|
-
const
|
|
1928
|
+
const x = o.findIndex(
|
|
1869
1929
|
(b) => b.fieldName == "upgrade_bonus_multiply"
|
|
1870
1930
|
);
|
|
1871
|
-
|
|
1872
|
-
name:
|
|
1931
|
+
x > -1 && r.push({
|
|
1932
|
+
name: o[x].showName,
|
|
1873
1933
|
code: "",
|
|
1874
|
-
value:
|
|
1934
|
+
value: c.list.map((b) => b.benefit_list.upgrade.turnover)
|
|
1875
1935
|
});
|
|
1876
|
-
const L =
|
|
1936
|
+
const L = o.findIndex(
|
|
1877
1937
|
(b) => b.fieldName == "monthly_bonus"
|
|
1878
1938
|
);
|
|
1879
|
-
|
|
1880
|
-
name:
|
|
1939
|
+
c.bonus.month.isShow = L > -1, L > -1 && r.push({
|
|
1940
|
+
name: o[L].showName,
|
|
1881
1941
|
code: "",
|
|
1882
|
-
value:
|
|
1942
|
+
value: c.list.map((b) => b.benefit_list.monthly.bonus)
|
|
1883
1943
|
});
|
|
1884
|
-
const D =
|
|
1944
|
+
const D = o.findIndex(
|
|
1885
1945
|
(b) => b.fieldName == "monthly_bonus_multiply"
|
|
1886
1946
|
);
|
|
1887
|
-
D > -1 &&
|
|
1888
|
-
name:
|
|
1947
|
+
D > -1 && r.push({
|
|
1948
|
+
name: o[D].showName,
|
|
1889
1949
|
code: "",
|
|
1890
|
-
value:
|
|
1950
|
+
value: c.list.map((b) => b.benefit_list.monthly.turnover)
|
|
1891
1951
|
});
|
|
1892
|
-
const R =
|
|
1952
|
+
const R = o.findIndex(
|
|
1893
1953
|
(b) => b.fieldName == "weekly_bonus"
|
|
1894
1954
|
);
|
|
1895
|
-
|
|
1896
|
-
name:
|
|
1955
|
+
c.bonus.week.isShow = R > -1, R > -1 && r.push({
|
|
1956
|
+
name: o[R].showName,
|
|
1897
1957
|
code: "",
|
|
1898
|
-
value:
|
|
1958
|
+
value: c.list.map((b) => b.benefit_list.weekly.bonus)
|
|
1899
1959
|
});
|
|
1900
|
-
const C =
|
|
1960
|
+
const C = o.findIndex(
|
|
1901
1961
|
(b) => b.fieldName == "weekly_bonus_multiply"
|
|
1902
1962
|
);
|
|
1903
|
-
C > -1 &&
|
|
1904
|
-
name:
|
|
1963
|
+
C > -1 && r.push({
|
|
1964
|
+
name: o[C].showName,
|
|
1905
1965
|
code: "",
|
|
1906
|
-
value:
|
|
1966
|
+
value: c.list.map((b) => b.benefit_list.weekly.turnover)
|
|
1907
1967
|
});
|
|
1908
|
-
const w =
|
|
1968
|
+
const w = o.findIndex(
|
|
1909
1969
|
(b) => b.fieldName == "daily_bonus"
|
|
1910
1970
|
);
|
|
1911
|
-
|
|
1912
|
-
name:
|
|
1971
|
+
c.bonus.day.isShow = w > -1, w > -1 && r.push({
|
|
1972
|
+
name: o[w].showName,
|
|
1913
1973
|
code: "",
|
|
1914
|
-
value:
|
|
1974
|
+
value: c.list.map((b) => b.benefit_list.daily.bonus)
|
|
1915
1975
|
});
|
|
1916
|
-
const M =
|
|
1976
|
+
const M = o.findIndex(
|
|
1917
1977
|
(b) => b.fieldName == "daily_bonus_multiply"
|
|
1918
1978
|
);
|
|
1919
|
-
M > -1 &&
|
|
1920
|
-
name:
|
|
1979
|
+
M > -1 && r.push({
|
|
1980
|
+
name: o[M].showName,
|
|
1921
1981
|
code: "",
|
|
1922
|
-
value:
|
|
1923
|
-
}), (f === 1 || f === 3 || f === 4) &&
|
|
1982
|
+
value: c.list.map((b) => b.benefit_list.daily.turnover)
|
|
1983
|
+
}), (f === 1 || f === 3 || f === 4) && r.push({
|
|
1924
1984
|
name: "",
|
|
1925
1985
|
code: "detail_deposit",
|
|
1926
|
-
value:
|
|
1927
|
-
}), (f === 2 || f === 3 || f === 4) &&
|
|
1986
|
+
value: c.list.map((b) => b.deposit.total)
|
|
1987
|
+
}), (f === 2 || f === 3 || f === 4) && r.push({
|
|
1928
1988
|
name: "",
|
|
1929
1989
|
code: "detail_turnover",
|
|
1930
|
-
value:
|
|
1931
|
-
}),
|
|
1990
|
+
value: c.list.map((b) => b.turnover.total)
|
|
1991
|
+
}), c.detail = r;
|
|
1932
1992
|
}
|
|
1933
1993
|
delete a.result.vipFieldStatus;
|
|
1934
1994
|
}
|
|
1935
|
-
a.result.vipList =
|
|
1995
|
+
a.result.vipList = c;
|
|
1936
1996
|
}
|
|
1937
|
-
if (i.gameList in a.result && ((
|
|
1938
|
-
const
|
|
1997
|
+
if (i.gameList in a.result && ((d = a.result) != null && d.gameList)) {
|
|
1998
|
+
const c = a.result.gameList;
|
|
1939
1999
|
if (i.getPlatformTurnoverRate in a.result && ((m = a.result) != null && m.getPlatformTurnoverRate)) {
|
|
1940
2000
|
const f = a.result.getPlatformTurnoverRate;
|
|
1941
|
-
|
|
1942
|
-
|
|
2001
|
+
c.forEach((o) => {
|
|
2002
|
+
o.list = o.list.map((r) => {
|
|
1943
2003
|
const P = f.find(
|
|
1944
|
-
(
|
|
2004
|
+
(x) => x.id === r.id
|
|
1945
2005
|
);
|
|
1946
2006
|
return {
|
|
1947
|
-
...
|
|
2007
|
+
...r,
|
|
1948
2008
|
rate: (P == null ? void 0 : P.percentage) ?? "0.00"
|
|
1949
2009
|
};
|
|
1950
2010
|
});
|
|
1951
2011
|
}), delete a.result.getPlatformTurnoverRate;
|
|
1952
2012
|
}
|
|
1953
|
-
a.result.gameList =
|
|
2013
|
+
a.result.gameList = c;
|
|
1954
2014
|
}
|
|
1955
2015
|
if (i.getCompany in a.result && ((y = a.result) != null && y.getCompany)) {
|
|
1956
|
-
const
|
|
2016
|
+
const c = a.result.getCompany;
|
|
1957
2017
|
if (i.searchResultDate in a.result && (g = a.result) != null && g.searchResultDate) {
|
|
1958
2018
|
const f = a.result.searchResultDate;
|
|
1959
|
-
|
|
1960
|
-
const
|
|
1961
|
-
|
|
2019
|
+
c.forEach((o) => {
|
|
2020
|
+
const r = f.find((P) => P.id == o.id);
|
|
2021
|
+
r && (o.date = r == null ? void 0 : r.date);
|
|
1962
2022
|
}), delete a.result.searchResultDate;
|
|
1963
2023
|
}
|
|
1964
|
-
a.result.getCompany =
|
|
2024
|
+
a.result.getCompany = c;
|
|
1965
2025
|
}
|
|
1966
2026
|
return a;
|
|
1967
2027
|
} catch (S) {
|
|
@@ -1975,10 +2035,10 @@ const an = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1975
2035
|
result: {}
|
|
1976
2036
|
});
|
|
1977
2037
|
}
|
|
1978
|
-
},
|
|
2038
|
+
}, un = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1979
2039
|
__proto__: null,
|
|
1980
|
-
post:
|
|
1981
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2040
|
+
post: ln
|
|
2041
|
+
}, Symbol.toStringTag, { value: "Module" })), dn = async (e, t) => {
|
|
1982
2042
|
let n = {
|
|
1983
2043
|
status: 200,
|
|
1984
2044
|
message: "",
|
|
@@ -2001,7 +2061,7 @@ const an = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2001
2061
|
};
|
|
2002
2062
|
}
|
|
2003
2063
|
return n;
|
|
2004
|
-
},
|
|
2064
|
+
}, cn = async (e, t, n, l, s) => {
|
|
2005
2065
|
let u = {
|
|
2006
2066
|
status: 200,
|
|
2007
2067
|
message: "",
|
|
@@ -2013,26 +2073,26 @@ const an = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2013
2073
|
usr: t,
|
|
2014
2074
|
pwd: n,
|
|
2015
2075
|
mobileno: l,
|
|
2016
|
-
type:
|
|
2076
|
+
type: s
|
|
2017
2077
|
})).data;
|
|
2018
2078
|
u.status === 200 && (u = {
|
|
2019
2079
|
status: 200,
|
|
2020
2080
|
message: "",
|
|
2021
2081
|
accessToken: m.access_token
|
|
2022
2082
|
});
|
|
2023
|
-
} catch (
|
|
2083
|
+
} catch (d) {
|
|
2024
2084
|
u = {
|
|
2025
|
-
status:
|
|
2026
|
-
message:
|
|
2085
|
+
status: d.status || 500,
|
|
2086
|
+
message: d.message,
|
|
2027
2087
|
accessToken: ""
|
|
2028
2088
|
};
|
|
2029
2089
|
}
|
|
2030
2090
|
return u;
|
|
2031
|
-
},
|
|
2091
|
+
}, mn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2032
2092
|
__proto__: null,
|
|
2033
|
-
call:
|
|
2034
|
-
debug:
|
|
2035
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2093
|
+
call: cn,
|
|
2094
|
+
debug: dn
|
|
2095
|
+
}, Symbol.toStringTag, { value: "Module" })), pn = async () => {
|
|
2036
2096
|
let e = {
|
|
2037
2097
|
status: 200,
|
|
2038
2098
|
message: ""
|
|
@@ -2046,9 +2106,9 @@ const an = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2046
2106
|
};
|
|
2047
2107
|
}
|
|
2048
2108
|
return e;
|
|
2049
|
-
},
|
|
2109
|
+
}, gn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2050
2110
|
__proto__: null,
|
|
2051
|
-
call:
|
|
2111
|
+
call: pn
|
|
2052
2112
|
}, Symbol.toStringTag, { value: "Module" })), J = {
|
|
2053
2113
|
data: {
|
|
2054
2114
|
status: !1,
|
|
@@ -2059,7 +2119,7 @@ const an = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2059
2119
|
accountId: 0
|
|
2060
2120
|
}
|
|
2061
2121
|
}
|
|
2062
|
-
},
|
|
2122
|
+
}, bn = async () => {
|
|
2063
2123
|
let e = {
|
|
2064
2124
|
status: 200,
|
|
2065
2125
|
message: "",
|
|
@@ -2084,15 +2144,15 @@ const an = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2084
2144
|
};
|
|
2085
2145
|
}
|
|
2086
2146
|
return e;
|
|
2087
|
-
},
|
|
2147
|
+
}, yn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2088
2148
|
__proto__: null,
|
|
2089
|
-
call:
|
|
2149
|
+
call: bn
|
|
2090
2150
|
}, Symbol.toStringTag, { value: "Module" })), Y = {
|
|
2091
2151
|
data: {
|
|
2092
2152
|
status: !1,
|
|
2093
2153
|
message: ""
|
|
2094
2154
|
}
|
|
2095
|
-
},
|
|
2155
|
+
}, fn = async (e, t) => {
|
|
2096
2156
|
let n = {
|
|
2097
2157
|
status: 200,
|
|
2098
2158
|
message: "",
|
|
@@ -2102,12 +2162,12 @@ const an = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2102
2162
|
const l = await I.post("/setlocale", {
|
|
2103
2163
|
language: e,
|
|
2104
2164
|
udid: t ?? ""
|
|
2105
|
-
}),
|
|
2165
|
+
}), s = JSON.parse(
|
|
2106
2166
|
atob(l.data.responses[0].attributes)
|
|
2107
2167
|
);
|
|
2108
2168
|
n.data = {
|
|
2109
|
-
status:
|
|
2110
|
-
message:
|
|
2169
|
+
status: s.status == 1,
|
|
2170
|
+
message: s.message ?? ""
|
|
2111
2171
|
};
|
|
2112
2172
|
} catch (l) {
|
|
2113
2173
|
n = {
|
|
@@ -2117,40 +2177,34 @@ const an = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2117
2177
|
};
|
|
2118
2178
|
}
|
|
2119
2179
|
return n;
|
|
2120
|
-
},
|
|
2180
|
+
}, _n = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2121
2181
|
__proto__: null,
|
|
2122
|
-
call:
|
|
2123
|
-
}, Symbol.toStringTag, { value: "Module" })), yn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2124
|
-
__proto__: null
|
|
2125
|
-
}, Symbol.toStringTag, { value: "Module" })), fn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2126
|
-
__proto__: null
|
|
2127
|
-
}, Symbol.toStringTag, { value: "Module" })), _n = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2128
|
-
__proto__: null
|
|
2182
|
+
call: fn
|
|
2129
2183
|
}, Symbol.toStringTag, { value: "Module" })), hn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2130
2184
|
__proto__: null
|
|
2131
2185
|
}, Symbol.toStringTag, { value: "Module" })), Tn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2132
2186
|
__proto__: null
|
|
2133
2187
|
}, Symbol.toStringTag, { value: "Module" })), vn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2134
2188
|
__proto__: null
|
|
2135
|
-
}, Symbol.toStringTag, { value: "Module" }))
|
|
2136
|
-
|
|
2137
|
-
const Rn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2138
|
-
__proto__: null,
|
|
2139
|
-
CmsType: Z
|
|
2189
|
+
}, Symbol.toStringTag, { value: "Module" })), Rn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2190
|
+
__proto__: null
|
|
2140
2191
|
}, Symbol.toStringTag, { value: "Module" })), Sn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2141
2192
|
__proto__: null
|
|
2142
2193
|
}, Symbol.toStringTag, { value: "Module" })), kn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2143
2194
|
__proto__: null
|
|
2144
|
-
}, Symbol.toStringTag, { value: "Module" }))
|
|
2145
|
-
|
|
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
|
|
2146
2200
|
}, Symbol.toStringTag, { value: "Module" })), On = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2147
2201
|
__proto__: null
|
|
2148
2202
|
}, Symbol.toStringTag, { value: "Module" })), Mn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2149
2203
|
__proto__: null
|
|
2150
|
-
}, Symbol.toStringTag, { value: "Module" })), xn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2151
|
-
__proto__: null
|
|
2152
2204
|
}, Symbol.toStringTag, { value: "Module" })), jn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2153
2205
|
__proto__: null
|
|
2206
|
+
}, Symbol.toStringTag, { value: "Module" })), xn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2207
|
+
__proto__: null
|
|
2154
2208
|
}, Symbol.toStringTag, { value: "Module" })), Dn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2155
2209
|
__proto__: null
|
|
2156
2210
|
}, Symbol.toStringTag, { value: "Module" })), Cn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -2163,10 +2217,10 @@ const Rn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2163
2217
|
__proto__: null
|
|
2164
2218
|
}, Symbol.toStringTag, { value: "Module" })), zn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2165
2219
|
__proto__: null
|
|
2166
|
-
}, Symbol.toStringTag, { value: "Module" })), Nn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2167
|
-
__proto__: null
|
|
2168
2220
|
}, Symbol.toStringTag, { value: "Module" })), Fn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2169
2221
|
__proto__: null
|
|
2222
|
+
}, Symbol.toStringTag, { value: "Module" })), Nn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2223
|
+
__proto__: null
|
|
2170
2224
|
}, Symbol.toStringTag, { value: "Module" })), Bn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2171
2225
|
__proto__: null
|
|
2172
2226
|
}, Symbol.toStringTag, { value: "Module" })), Gn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -2201,35 +2255,35 @@ const Rn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2201
2255
|
__proto__: null
|
|
2202
2256
|
}, Symbol.toStringTag, { value: "Module" })), ea = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2203
2257
|
__proto__: null
|
|
2258
|
+
}, Symbol.toStringTag, { value: "Module" })), ta = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2259
|
+
__proto__: null
|
|
2260
|
+
}, Symbol.toStringTag, { value: "Module" })), na = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2261
|
+
__proto__: null
|
|
2262
|
+
}, Symbol.toStringTag, { value: "Module" })), aa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2263
|
+
__proto__: null
|
|
2204
2264
|
}, Symbol.toStringTag, { value: "Module" })), K = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2205
2265
|
__proto__: null
|
|
2206
2266
|
}, Symbol.toStringTag, { value: "Module" })), Q = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2207
2267
|
__proto__: null
|
|
2208
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2268
|
+
}, Symbol.toStringTag, { value: "Module" })), oa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2209
2269
|
__proto__: null
|
|
2210
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2270
|
+
}, Symbol.toStringTag, { value: "Module" })), ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2211
2271
|
__proto__: null
|
|
2212
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2272
|
+
}, Symbol.toStringTag, { value: "Module" })), sa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2213
2273
|
__proto__: null
|
|
2214
2274
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
2215
2275
|
var ee = /* @__PURE__ */ ((e) => (e.default = "default", e.online = "online", e.mycard = "mycard", e.qrcode = "qrcode", e.personal = "personal", e))(ee || {});
|
|
2216
|
-
const
|
|
2276
|
+
const ia = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2217
2277
|
__proto__: null,
|
|
2218
2278
|
ImageType: ee
|
|
2219
|
-
}, Symbol.toStringTag, { value: "Module" })), ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2220
|
-
__proto__: null
|
|
2221
|
-
}, Symbol.toStringTag, { value: "Module" })), sa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2222
|
-
__proto__: null
|
|
2223
|
-
}, Symbol.toStringTag, { value: "Module" })), ia = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2224
|
-
__proto__: null
|
|
2225
2279
|
}, Symbol.toStringTag, { value: "Module" })), la = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2226
2280
|
__proto__: null
|
|
2227
2281
|
}, Symbol.toStringTag, { value: "Module" })), ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2228
2282
|
__proto__: null
|
|
2229
|
-
}, Symbol.toStringTag, { value: "Module" })), ca = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2230
|
-
__proto__: null
|
|
2231
2283
|
}, Symbol.toStringTag, { value: "Module" })), da = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2232
2284
|
__proto__: null
|
|
2285
|
+
}, Symbol.toStringTag, { value: "Module" })), ca = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2286
|
+
__proto__: null
|
|
2233
2287
|
}, Symbol.toStringTag, { value: "Module" })), ma = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2234
2288
|
__proto__: null
|
|
2235
2289
|
}, Symbol.toStringTag, { value: "Module" })), pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -2262,10 +2316,10 @@ const oa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2262
2316
|
__proto__: null
|
|
2263
2317
|
}, Symbol.toStringTag, { value: "Module" })), Ma = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2264
2318
|
__proto__: null
|
|
2265
|
-
}, Symbol.toStringTag, { value: "Module" })), xa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2266
|
-
__proto__: null
|
|
2267
2319
|
}, Symbol.toStringTag, { value: "Module" })), ja = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2268
2320
|
__proto__: null
|
|
2321
|
+
}, Symbol.toStringTag, { value: "Module" })), xa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2322
|
+
__proto__: null
|
|
2269
2323
|
}, Symbol.toStringTag, { value: "Module" })), Da = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2270
2324
|
__proto__: null
|
|
2271
2325
|
}, Symbol.toStringTag, { value: "Module" })), Ca = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -2278,10 +2332,10 @@ const oa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2278
2332
|
__proto__: null
|
|
2279
2333
|
}, Symbol.toStringTag, { value: "Module" })), za = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2280
2334
|
__proto__: null
|
|
2281
|
-
}, Symbol.toStringTag, { value: "Module" })), Na = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2282
|
-
__proto__: null
|
|
2283
2335
|
}, Symbol.toStringTag, { value: "Module" })), Fa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2284
2336
|
__proto__: null
|
|
2337
|
+
}, Symbol.toStringTag, { value: "Module" })), Na = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2338
|
+
__proto__: null
|
|
2285
2339
|
}, Symbol.toStringTag, { value: "Module" })), Ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2286
2340
|
__proto__: null
|
|
2287
2341
|
}, Symbol.toStringTag, { value: "Module" })), Ga = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -2300,206 +2354,224 @@ const oa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2300
2354
|
__proto__: null
|
|
2301
2355
|
}, Symbol.toStringTag, { value: "Module" })), $a = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2302
2356
|
__proto__: null
|
|
2303
|
-
}, Symbol.toStringTag, { value: "Module" })), Ha = {
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
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,
|
|
2309
2375
|
apiType: se,
|
|
2310
|
-
loginType:
|
|
2311
|
-
logoutType:
|
|
2312
|
-
announcementType:
|
|
2376
|
+
loginType: hn,
|
|
2377
|
+
logoutType: Tn,
|
|
2378
|
+
announcementType: vn,
|
|
2313
2379
|
paymentsProviderType: ie,
|
|
2314
|
-
gameListType:
|
|
2315
|
-
vipListType:
|
|
2316
|
-
promotionType:
|
|
2317
|
-
cmsListType:
|
|
2318
|
-
mainWalletType:
|
|
2319
|
-
upcomingMatchType:
|
|
2320
|
-
depositType:
|
|
2321
|
-
applyVipBonusType:
|
|
2322
|
-
withdrawalGetType:
|
|
2323
|
-
addBankCardType:
|
|
2324
|
-
withdrawType:
|
|
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,
|
|
2325
2391
|
getSettingType: an,
|
|
2326
|
-
transactionReportType:
|
|
2327
|
-
changePasswordType:
|
|
2328
|
-
walletType:
|
|
2329
|
-
getEventListType:
|
|
2330
|
-
getEventTokenType:
|
|
2331
|
-
getExtraGameType:
|
|
2332
|
-
mailBoxType:
|
|
2333
|
-
fishGameListType:
|
|
2334
|
-
slotGameListType:
|
|
2335
|
-
getTurnOverRewardDataType:
|
|
2336
|
-
getTurnOverRewardReportType:
|
|
2337
|
-
getInviteRewardDataType:
|
|
2338
|
-
getInviteRewardReportType:
|
|
2339
|
-
getTopupRewardDataType:
|
|
2340
|
-
getTopupRewardReportType:
|
|
2341
|
-
getRewardReferralType:
|
|
2342
|
-
getDepositPromotionType:
|
|
2343
|
-
getInviteRewardClaimType:
|
|
2344
|
-
getTopUpRewardClaimType:
|
|
2345
|
-
getTurnOverRewardClaimType:
|
|
2346
|
-
getInviteRewardSettingType:
|
|
2347
|
-
getTopUpRewardSettingType:
|
|
2348
|
-
getTurnOverRewardSettingType:
|
|
2349
|
-
requestForgetPasswordType:
|
|
2350
|
-
submitForgetPasswordType:
|
|
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,
|
|
2351
2417
|
submitGiftCode: K,
|
|
2352
2418
|
playGame: Q,
|
|
2353
|
-
requestUpdateMobileTacCode:
|
|
2354
|
-
submitUpdateMobileTacCode:
|
|
2355
|
-
getVerifyPromo:
|
|
2356
|
-
getImageType:
|
|
2357
|
-
getValidateType:
|
|
2358
|
-
updateProfilePictureType:
|
|
2359
|
-
readMailType:
|
|
2360
|
-
checkRedPacketValidateType:
|
|
2361
|
-
getUserProfileType:
|
|
2362
|
-
requestTacCodeType:
|
|
2363
|
-
getUsernameByReferType:
|
|
2364
|
-
applyPromoType:
|
|
2365
|
-
applySignInType:
|
|
2366
|
-
applyRedPacketType:
|
|
2367
|
-
getCountryType:
|
|
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,
|
|
2368
2434
|
submitGiftCodeType: K,
|
|
2369
2435
|
playGameType: Q,
|
|
2370
|
-
transferToMainType:
|
|
2371
|
-
transferProcessType:
|
|
2372
|
-
submitValidateType:
|
|
2373
|
-
checkTransferCreditType:
|
|
2374
|
-
friendListType:
|
|
2375
|
-
friendListEditType:
|
|
2376
|
-
getActivePPType:
|
|
2377
|
-
getActiveProductType:
|
|
2378
|
-
requestWithdrawTacType:
|
|
2379
|
-
requestWithdrawalCodeType:
|
|
2380
|
-
commissionWithdrawType:
|
|
2381
|
-
submitWithdrawalCodeType:
|
|
2382
|
-
submitCryptoAccountType:
|
|
2383
|
-
requestTransferMoneyType:
|
|
2384
|
-
submitTransferMoneyType:
|
|
2385
|
-
signInViewInfoType:
|
|
2386
|
-
signInRecordType:
|
|
2387
|
-
referralProfileType:
|
|
2388
|
-
referralMemberProfileType:
|
|
2389
|
-
registerActionType:
|
|
2390
|
-
transferReportType:
|
|
2391
|
-
agTransferCreditReportType:
|
|
2392
|
-
betReportType:
|
|
2393
|
-
getTwoFactorAuthenticateType:
|
|
2394
|
-
submitTwoFactorAuthenticateType:
|
|
2395
|
-
getUserDeviceListType:
|
|
2396
|
-
unbindUserDeviceType:
|
|
2397
|
-
searchNumberHistoryType:
|
|
2398
|
-
changeWithdrawalCodeType:
|
|
2399
|
-
checkRedPacketTokenType:
|
|
2400
|
-
submitWithdrawalAlipayType:
|
|
2401
|
-
|
|
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 = {
|
|
2402
2471
|
install(e) {
|
|
2403
|
-
e.config.globalProperties.$library =
|
|
2472
|
+
e.config.globalProperties.$library = Za;
|
|
2404
2473
|
}
|
|
2405
2474
|
};
|
|
2406
2475
|
export {
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2476
|
+
to as Repository,
|
|
2477
|
+
Cn as addBankCardType,
|
|
2478
|
+
qa as agTransferCreditReportType,
|
|
2479
|
+
vn as announcementType,
|
|
2480
|
+
un as api,
|
|
2412
2481
|
se as apiType,
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
|
|
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,
|
|
2444
2516
|
an as getSettingType,
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
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,
|
|
2465
2537
|
ie as paymentsProviderType,
|
|
2466
2538
|
Q as playGame,
|
|
2467
2539
|
Q as playGameType,
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
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,
|
|
2486
2558
|
K as submitGiftCode,
|
|
2487
2559
|
K as submitGiftCodeType,
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
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
|
|
2505
2577
|
};
|