60p82u21t54k 0.0.85 → 0.0.86
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 +785 -755
- package/dist/60p82u21t54k.umd.js +1 -1
- package/dist/api/api.d.ts.map +1 -1
- package/dist/api/type.d.ts +7 -1
- package/dist/api/type.d.ts.map +1 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/model/getFavouriteGame/getGetFavouriteGameResponse.d.ts +30 -0
- package/dist/model/getFavouriteGame/getGetFavouriteGameResponse.d.ts.map +1 -0
- package/dist/model/getFavouriteGame/type.d.ts +15 -0
- package/dist/model/getFavouriteGame/type.d.ts.map +1 -0
- package/dist/model/updateFavouriteGame/getUpdateFavouriteGameResponse.d.ts +7 -0
- package/dist/model/updateFavouriteGame/getUpdateFavouriteGameResponse.d.ts.map +1 -0
- package/dist/model/updateFavouriteGame/type.d.ts +4 -0
- package/dist/model/updateFavouriteGame/type.d.ts.map +1 -0
- package/dist/plugin.d.ts +3 -1
- package/dist/plugin.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/60p82u21t54k.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import te from "axios";
|
|
2
|
-
const
|
|
2
|
+
const F = te.create({
|
|
3
3
|
baseURL: "/graph",
|
|
4
4
|
timeout: 5e3,
|
|
5
5
|
// Request timeout
|
|
@@ -45,11 +45,11 @@ const G = te.create({
|
|
|
45
45
|
// },
|
|
46
46
|
// },
|
|
47
47
|
});
|
|
48
|
-
|
|
48
|
+
F.interceptors.request.use(
|
|
49
49
|
(e) => e,
|
|
50
50
|
(e) => (console.error("Error request:", e.response), Promise.reject(e))
|
|
51
51
|
);
|
|
52
|
-
|
|
52
|
+
F.interceptors.response.use(
|
|
53
53
|
(e) => e,
|
|
54
54
|
(e) => {
|
|
55
55
|
const t = {
|
|
@@ -66,7 +66,7 @@ const oe = (e) => new TextEncoder().encode(e), re = (e) => {
|
|
|
66
66
|
return console.error("Failed to decode Base64:", t), "";
|
|
67
67
|
}
|
|
68
68
|
}, se = () => {
|
|
69
|
-
const e = /* @__PURE__ */ new Date(), t = e.getFullYear(),
|
|
69
|
+
const e = /* @__PURE__ */ new Date(), t = e.getFullYear(), a = e.getMonth(), u = new Date(t, a, 1, 12, 0, 0), i = new Date(t, a + 1, 1, 12, 0, 0), l = Math.floor(
|
|
70
70
|
(i.getTime() - e.getTime()) / 1e3
|
|
71
71
|
), d = Math.floor(
|
|
72
72
|
(i.getTime() - u.getTime()) / 1e3
|
|
@@ -76,10 +76,10 @@ const oe = (e) => new TextEncoder().encode(e), re = (e) => {
|
|
|
76
76
|
monthProgressPercentage: Math.round(m / d * 100)
|
|
77
77
|
};
|
|
78
78
|
}, ie = () => {
|
|
79
|
-
const e = /* @__PURE__ */ new Date(), t = e.getDay(),
|
|
79
|
+
const e = /* @__PURE__ */ new Date(), t = e.getDay(), a = t === 1 ? 7 : 8 - t, u = new Date(
|
|
80
80
|
e.getFullYear(),
|
|
81
81
|
e.getMonth(),
|
|
82
|
-
e.getDate() +
|
|
82
|
+
e.getDate() + a,
|
|
83
83
|
12,
|
|
84
84
|
0,
|
|
85
85
|
0,
|
|
@@ -98,13 +98,13 @@ const oe = (e) => new TextEncoder().encode(e), re = (e) => {
|
|
|
98
98
|
0,
|
|
99
99
|
0,
|
|
100
100
|
0
|
|
101
|
-
),
|
|
101
|
+
), a = Math.floor((t.getTime() - e.getTime()) / 1e3), d = 24 * 60 * 60;
|
|
102
102
|
return {
|
|
103
|
-
dayRemainingTime:
|
|
104
|
-
dayProgressPercentage: Math.round(
|
|
103
|
+
dayRemainingTime: a,
|
|
104
|
+
dayProgressPercentage: Math.round(a / d * 100)
|
|
105
105
|
};
|
|
106
106
|
};
|
|
107
|
-
var s = /* @__PURE__ */ ((e) => (e.announcement = "announcement", e.gameList = "gameList", e.fishGameList = "fishGameList", e.cmsList = "cmsList", e.paymentsProvider = "paymentsProvider", e.getUserProfile = "getUserProfile", e.vipList = "vipList", e.vipStatus = "vipStatus", e.vipBonus = "vipBonus", e.vipFieldStatus = "vipFieldStatus", e.promotion = "promotion", e.getSetting = "getSetting", e.getCountryMobile = "getCountryMobile", e.getPlatformTurnoverRate = "getPlatformTurnoverRate", e.mainWallet = "mainWallet", e.getLanguageSetting = "getLanguageSetting", e.getFourDimensionData = "getfourDimensionData", e.getCompany = "getCompany", e.searchResultDate = "searchResultDate", e.searchHot = "searchHot", e.searchByDate = "searchByDate", e.upcomingMatches = "upcomingMatches", e.deposit = "deposit", e.applyVipBonus = "applyVipBonus", e.getBankCardData = "getBankCardData", e.withdrawalGet = "withdrawalGet", e.withdraw = "withdraw", e.addBankCard = "addBankCard", e.transactionReport = "transactionReport", e.changePassword = "changePassword", e.wallet = "wallet", e.getEventList = "getEventlist", e.getEventToken = "getEventToken", e.getExtraGame = "getExtraGame", e.mailBox = "mailBox", e.slotGameList = "slotGameList", e.getTurnOverRewardData = "getTurnOverRewardData", e.getTurnOverRewardReport = "getTurnOverRewardReport", e.getInviteRewardData = "getInviteRewardData", e.getInviteRewardReport = "getInviteRewardReport", e.getTopupRewardData = "getTopupRewardData", e.getTopupRewardReport = "getTopupRewardReport", e.getRewardReferral = "getRewardReferral", e.submitWithdrawValidate = "submitWithdrawValidate", e.getDepositPromotion = "getDepositPromotion", e.getInviteRewardClaim = "getInviteRewardClaim", e.getTopUpRewardClaim = "getTopupRewardClaim", e.getTurnOverRewardClaim = "getTurnOverRewardClaim", e.getInviteRewardSetting = "getInviteRewardSetting", e.getTopUpRewardSetting = "getTopupRewardSetting", e.getTurnOverRewardSetting = "getTurnOverRewardSetting", e.requestForgetPassword = "requestForgetPassword", e.submitForgetPassword = "submitForgetPassword", e.getImage = "getImage", e.getDepositValidate = "getDepositValidate", e.getTransferCreditValidate = "getTransferCreditValidate", e.getWithdrawValidate = "getWithdrawValidate", e.updateProfilePicture = "updateProfilePicture", e.readMail = "readMail", e.checkRedPacketValidate = "checkRedpacketValidate", e.requestTacCode = "requestTacCode", e.getUsernameByRefer = "getUsernameByRefer", e.applyPromo = "applyPromo", e.applyRedPacket = "applyRedpacket", e.applySignIn = "applySignIn", e.getCountry = "getCountry", e.submitGiftCode = "submitGiftCode", e.playGame = "playGame", e.transferToMain = "transferToMain", e.transferProcess = "transferProcess", e.submitDepositValidate = "submitDepositValidate", e.submitTransferCreditValidate = "submitTransferCreditValidate", e.checkTransferCredit = "checkTransferCredit", e.friendList = "friendList", e.friendListEdit = "friendListEdit", e.getActivePP = "getActivePP", e.getActiveProduct = "getActiveProduct", e.requestWithdrawTac = "requestWithdrawTac", e.requestWithdrawalCode = "requestWithdrawalCode", e.commissionWithdraw = "commissionWithdraw", e.submitWithdrawalCode = "submitWithdrawalCode", e.submitCryptoAccount = "submitCryptoAccount", e.requestTransferMoney = "requestTransferMoney", e.submitTransferMoney = "submitTransferMoney", e.getVerifyPromo = "getVerifyPromo", e.requestUpdateMobileTacCode = "requestUpdateMobileTacCode", e.submitUpdateMobileTacCode = "submitUpdateMobileTacCode", e.signInViewInfo = "signInViewInfo", e.signInRecord = "signInRecord", e.referralProfile = "referralProfile", e.referralMemberProfile = "referralMemberProfile", e.registerAction = "registerAction", e.transferReport = "transferReport", e.agTransferCreditReport = "agTransferCreditReport", e.betReport = "betReport", e.getTwoFactorAuthenticate = "getTwoFactorAuthenticate", e.getUserDeviceList = "getUserDeviceList", e.submitTwoFactorAuthenticate = "submitTwoFactorAuthenticate", e.unbindUserDevice = "unbindUserDevice", e.searchNumberHistory = "searchNumberHistory", e.changeWithdrawalCode = "changeWithdrawalCode", e.checkRedPacketToken = "checkRedPacketToken", e.submitWithdrawalAlipay = "submitWithdrawalAlipay", e.applyReliefFund = "applyReliefFund", e.getReliefFundData = "getReliefFundData", e.getReliefFundReport = "getReliefFundReport", e.getWeekCardData = "getWeekCardData", e.applyWeekCard = "applyWeekCard", e.getWeekCardClaim = "getWeekCardClaim", e.transferSetting = "transfersetting", e.transfer = "transfer", e.getIncentiveData = "getIncentiveData", e.getIncentiveRebate = "getIncentiveRebate", e.claimIncentiveRebate = "claimIncentiveRebate", e.registerForm = "registerForm", e))(s || {});
|
|
107
|
+
var s = /* @__PURE__ */ ((e) => (e.announcement = "announcement", e.gameList = "gameList", e.fishGameList = "fishGameList", e.cmsList = "cmsList", e.paymentsProvider = "paymentsProvider", e.getUserProfile = "getUserProfile", e.vipList = "vipList", e.vipStatus = "vipStatus", e.vipBonus = "vipBonus", e.vipFieldStatus = "vipFieldStatus", e.promotion = "promotion", e.getSetting = "getSetting", e.getCountryMobile = "getCountryMobile", e.getPlatformTurnoverRate = "getPlatformTurnoverRate", e.mainWallet = "mainWallet", e.getLanguageSetting = "getLanguageSetting", e.getFourDimensionData = "getfourDimensionData", e.getCompany = "getCompany", e.searchResultDate = "searchResultDate", e.searchHot = "searchHot", e.searchByDate = "searchByDate", e.upcomingMatches = "upcomingMatches", e.deposit = "deposit", e.applyVipBonus = "applyVipBonus", e.getBankCardData = "getBankCardData", e.withdrawalGet = "withdrawalGet", e.withdraw = "withdraw", e.addBankCard = "addBankCard", e.transactionReport = "transactionReport", e.changePassword = "changePassword", e.wallet = "wallet", e.getEventList = "getEventlist", e.getEventToken = "getEventToken", e.getExtraGame = "getExtraGame", e.mailBox = "mailBox", e.slotGameList = "slotGameList", e.getTurnOverRewardData = "getTurnOverRewardData", e.getTurnOverRewardReport = "getTurnOverRewardReport", e.getInviteRewardData = "getInviteRewardData", e.getInviteRewardReport = "getInviteRewardReport", e.getTopupRewardData = "getTopupRewardData", e.getTopupRewardReport = "getTopupRewardReport", e.getRewardReferral = "getRewardReferral", e.submitWithdrawValidate = "submitWithdrawValidate", e.getDepositPromotion = "getDepositPromotion", e.getInviteRewardClaim = "getInviteRewardClaim", e.getTopUpRewardClaim = "getTopupRewardClaim", e.getTurnOverRewardClaim = "getTurnOverRewardClaim", e.getInviteRewardSetting = "getInviteRewardSetting", e.getTopUpRewardSetting = "getTopupRewardSetting", e.getTurnOverRewardSetting = "getTurnOverRewardSetting", e.requestForgetPassword = "requestForgetPassword", e.submitForgetPassword = "submitForgetPassword", e.getImage = "getImage", e.getDepositValidate = "getDepositValidate", e.getTransferCreditValidate = "getTransferCreditValidate", e.getWithdrawValidate = "getWithdrawValidate", e.updateProfilePicture = "updateProfilePicture", e.readMail = "readMail", e.checkRedPacketValidate = "checkRedpacketValidate", e.requestTacCode = "requestTacCode", e.getUsernameByRefer = "getUsernameByRefer", e.applyPromo = "applyPromo", e.applyRedPacket = "applyRedpacket", e.applySignIn = "applySignIn", e.getCountry = "getCountry", e.submitGiftCode = "submitGiftCode", e.playGame = "playGame", e.transferToMain = "transferToMain", e.transferProcess = "transferProcess", e.submitDepositValidate = "submitDepositValidate", e.submitTransferCreditValidate = "submitTransferCreditValidate", e.checkTransferCredit = "checkTransferCredit", e.friendList = "friendList", e.friendListEdit = "friendListEdit", e.getActivePP = "getActivePP", e.getActiveProduct = "getActiveProduct", e.requestWithdrawTac = "requestWithdrawTac", e.requestWithdrawalCode = "requestWithdrawalCode", e.commissionWithdraw = "commissionWithdraw", e.submitWithdrawalCode = "submitWithdrawalCode", e.submitCryptoAccount = "submitCryptoAccount", e.requestTransferMoney = "requestTransferMoney", e.submitTransferMoney = "submitTransferMoney", e.getVerifyPromo = "getVerifyPromo", e.requestUpdateMobileTacCode = "requestUpdateMobileTacCode", e.submitUpdateMobileTacCode = "submitUpdateMobileTacCode", e.signInViewInfo = "signInViewInfo", e.signInRecord = "signInRecord", e.referralProfile = "referralProfile", e.referralMemberProfile = "referralMemberProfile", e.registerAction = "registerAction", e.transferReport = "transferReport", e.agTransferCreditReport = "agTransferCreditReport", e.betReport = "betReport", e.getTwoFactorAuthenticate = "getTwoFactorAuthenticate", e.getUserDeviceList = "getUserDeviceList", e.submitTwoFactorAuthenticate = "submitTwoFactorAuthenticate", e.unbindUserDevice = "unbindUserDevice", e.searchNumberHistory = "searchNumberHistory", e.changeWithdrawalCode = "changeWithdrawalCode", e.checkRedPacketToken = "checkRedPacketToken", e.submitWithdrawalAlipay = "submitWithdrawalAlipay", e.applyReliefFund = "applyReliefFund", e.getReliefFundData = "getReliefFundData", e.getReliefFundReport = "getReliefFundReport", e.getWeekCardData = "getWeekCardData", e.applyWeekCard = "applyWeekCard", e.getWeekCardClaim = "getWeekCardClaim", e.transferSetting = "transfersetting", e.transfer = "transfer", e.getIncentiveData = "getIncentiveData", e.getIncentiveRebate = "getIncentiveRebate", e.claimIncentiveRebate = "claimIncentiveRebate", e.registerForm = "registerForm", e.getFavouriteGame = "getFavouriteGame", e.updateFavouriteGame = "updateFavouriteGame", e))(s || {});
|
|
108
108
|
const ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
109
109
|
__proto__: null,
|
|
110
110
|
Api: s
|
|
@@ -129,36 +129,36 @@ const de = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
129
129
|
requiredField: V
|
|
130
130
|
}, ce = (e) => {
|
|
131
131
|
var t;
|
|
132
|
-
return ((t = e.mdPaymentChannels) == null ? void 0 : t.map((
|
|
132
|
+
return ((t = e.mdPaymentChannels) == null ? void 0 : t.map((a) => {
|
|
133
133
|
const u = [];
|
|
134
|
-
switch (
|
|
134
|
+
switch (a.name) {
|
|
135
135
|
case L.default:
|
|
136
|
-
u.push(K(
|
|
136
|
+
u.push(K(a.paymentmethod.manual, e));
|
|
137
137
|
break;
|
|
138
138
|
case L.pay:
|
|
139
|
-
u.push(me(
|
|
139
|
+
u.push(me(a.paymentmethod.onlinebanking, e));
|
|
140
140
|
break;
|
|
141
141
|
default:
|
|
142
|
-
if (
|
|
143
|
-
pe(
|
|
144
|
-
),
|
|
142
|
+
if (a.paymentmethod.auto.bank.length > 0 && u.push(
|
|
143
|
+
pe(a.bankid ?? 0, a.paymentmethod.auto, e)
|
|
144
|
+
), a.paymentmethod.manual.bank.length > 0) {
|
|
145
145
|
let i = !1;
|
|
146
|
-
for (let l = 0; l <
|
|
147
|
-
const d =
|
|
146
|
+
for (let l = 0; l < a.paymentmethod.manual.bank.length; l++) {
|
|
147
|
+
const d = a.paymentmethod.manual.bank[l];
|
|
148
148
|
if (d.list && d.list.length > 0) {
|
|
149
149
|
i = !0;
|
|
150
150
|
break;
|
|
151
151
|
}
|
|
152
152
|
}
|
|
153
|
-
i && u.push(K(
|
|
153
|
+
i && u.push(K(a.paymentmethod.manual, e));
|
|
154
154
|
}
|
|
155
|
-
|
|
156
|
-
ge(
|
|
155
|
+
a.paymentmethod.fixamount.bank.length > 0 && u.push(
|
|
156
|
+
ge(a.bankid ?? 0, a.paymentmethod.fixamount)
|
|
157
157
|
);
|
|
158
158
|
}
|
|
159
159
|
return {
|
|
160
|
-
name:
|
|
161
|
-
imageUrl: `/image/game/native/deposit/sidemenu/${
|
|
160
|
+
name: a.label,
|
|
161
|
+
imageUrl: `/image/game/native/deposit/sidemenu/${a.name}.png?${e.systemtime}`,
|
|
162
162
|
paymentList: u
|
|
163
163
|
};
|
|
164
164
|
})) ?? [];
|
|
@@ -169,17 +169,17 @@ const de = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
169
169
|
disabled: !0,
|
|
170
170
|
welcomeBonus: !1,
|
|
171
171
|
dailyBonus: !1
|
|
172
|
-
},
|
|
172
|
+
}, a = e.map((u) => ({
|
|
173
173
|
id: u.promoindex,
|
|
174
174
|
name: u.promodesc,
|
|
175
175
|
disabled: !1,
|
|
176
176
|
welcomeBonus: u.dtype === "5" && u.type === "F",
|
|
177
177
|
dailyBonus: u.dtype === "5" && u.type === "D"
|
|
178
178
|
}));
|
|
179
|
-
return [t, ...
|
|
180
|
-
}, U = (e, t,
|
|
179
|
+
return [t, ...a];
|
|
180
|
+
}, U = (e, t, a, u) => {
|
|
181
181
|
let i, l;
|
|
182
|
-
|
|
182
|
+
a > 0 ? i = e > 0 ? Math.max(a, e) : a : i = Math.max(e, 0), u > 0 ? l = t > 0 ? Math.min(u, t) : u : l = Math.max(t, 0);
|
|
183
183
|
const d = Math.round(i);
|
|
184
184
|
let m = 1e3;
|
|
185
185
|
l < m && (m = Math.round(l));
|
|
@@ -257,8 +257,8 @@ const de = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
257
257
|
amountList: b,
|
|
258
258
|
min: p,
|
|
259
259
|
max: _
|
|
260
|
-
},
|
|
261
|
-
const k = S.mintransaction ?? "0.00", C = S.maxtransaction ?? "0.00", { amountList:
|
|
260
|
+
}, h = i.pg.map((S) => {
|
|
261
|
+
const k = S.mintransaction ?? "0.00", C = S.maxtransaction ?? "0.00", { amountList: G, minAmount: T, maxAmount: B } = U(
|
|
262
262
|
Number(k),
|
|
263
263
|
Number(C),
|
|
264
264
|
t.mdBankLevelDetail.onlinepayment_min,
|
|
@@ -267,7 +267,7 @@ const de = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
267
267
|
return {
|
|
268
268
|
id: S.pgindex,
|
|
269
269
|
name: S.bankaccountname,
|
|
270
|
-
amountList:
|
|
270
|
+
amountList: G,
|
|
271
271
|
min: T,
|
|
272
272
|
max: B
|
|
273
273
|
};
|
|
@@ -278,22 +278,22 @@ const de = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
278
278
|
amountList: [],
|
|
279
279
|
min: 0,
|
|
280
280
|
max: 0,
|
|
281
|
-
gateway: [j, ...
|
|
281
|
+
gateway: [j, ...h]
|
|
282
282
|
};
|
|
283
283
|
}),
|
|
284
284
|
requiredField: V
|
|
285
|
-
} : J, pe = (e, t,
|
|
286
|
-
if (!
|
|
285
|
+
} : J, pe = (e, t, a) => {
|
|
286
|
+
if (!a) return J;
|
|
287
287
|
const u = L.auto;
|
|
288
288
|
let i = [];
|
|
289
|
-
const l =
|
|
290
|
-
if (t.bank.length > 0 &&
|
|
289
|
+
const l = a.mdGatewayMinMax ?? [];
|
|
290
|
+
if (t.bank.length > 0 && a.mdPGSelection === "1")
|
|
291
291
|
i = t.bank.map((m) => {
|
|
292
292
|
const { amountList: b, minAmount: p, maxAmount: _ } = U(
|
|
293
293
|
m.mintransaction ?? 0,
|
|
294
294
|
m.maxtransaction ?? 0,
|
|
295
|
-
|
|
296
|
-
|
|
295
|
+
a.mdBankLevelDetail.onlinepayment_min,
|
|
296
|
+
a.mdBankLevelDetail.onlinepayment_max
|
|
297
297
|
);
|
|
298
298
|
return {
|
|
299
299
|
id: m.pgindex ?? 0,
|
|
@@ -310,16 +310,16 @@ const de = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
310
310
|
const { amountList: p, minAmount: _, maxAmount: j } = U(
|
|
311
311
|
Number(m),
|
|
312
312
|
Number(b),
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
),
|
|
313
|
+
a.mdBankLevelDetail.onlinepayment_min,
|
|
314
|
+
a.mdBankLevelDetail.onlinepayment_max
|
|
315
|
+
), h = {
|
|
316
316
|
id: 0,
|
|
317
317
|
name: "autoChannel",
|
|
318
318
|
amountList: p,
|
|
319
319
|
min: _,
|
|
320
320
|
max: j
|
|
321
321
|
};
|
|
322
|
-
i.push(
|
|
322
|
+
i.push(h);
|
|
323
323
|
}
|
|
324
324
|
return {
|
|
325
325
|
id: e,
|
|
@@ -330,11 +330,11 @@ const de = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
330
330
|
requiredField: V
|
|
331
331
|
};
|
|
332
332
|
}, ge = (e, t) => {
|
|
333
|
-
const
|
|
333
|
+
const a = L.fix;
|
|
334
334
|
return {
|
|
335
335
|
id: e,
|
|
336
336
|
name: "fixAmountMethod",
|
|
337
|
-
type:
|
|
337
|
+
type: a,
|
|
338
338
|
promo: E(t.promo),
|
|
339
339
|
bank: t.bank.map((i) => {
|
|
340
340
|
const l = i.amtlist.map(Number).sort((m, b) => m - b);
|
|
@@ -360,7 +360,7 @@ const de = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
360
360
|
phoneNumber: e.mdUserDetail.mobileno ?? "",
|
|
361
361
|
profilePicUrl: e.mdUserDetail.profile_pic
|
|
362
362
|
}), ye = (e) => {
|
|
363
|
-
var t,
|
|
363
|
+
var t, a, u, i;
|
|
364
364
|
return {
|
|
365
365
|
platformGame: ((t = e.mdGameListResult) == null ? void 0 : t.map((l) => {
|
|
366
366
|
var d, m;
|
|
@@ -384,7 +384,7 @@ const de = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
384
384
|
}))) ?? [] : []
|
|
385
385
|
};
|
|
386
386
|
})) ?? [],
|
|
387
|
-
hotGameList: e.mdGameLists !== null ? ((u = (
|
|
387
|
+
hotGameList: e.mdGameLists !== null ? ((u = (a = e.mdGameLists) == null ? void 0 : a.data) == null ? void 0 : u.map((l) => ({
|
|
388
388
|
gameId: Number(l.id),
|
|
389
389
|
platformId: Number(l.id_PlatformProduct),
|
|
390
390
|
name: l.name,
|
|
@@ -415,7 +415,7 @@ const de = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
415
415
|
};
|
|
416
416
|
}, _e = (e) => ({
|
|
417
417
|
list: e.mdGrade.map((t) => {
|
|
418
|
-
var
|
|
418
|
+
var a, u, i, l, d, m, b, p, _, j, h, g, S, k, C, G, T, B, z, $, W, q, o, c, y, r, n, v, P, D, x, O;
|
|
419
419
|
return {
|
|
420
420
|
id: t.gradeindex,
|
|
421
421
|
is_current_level: !1,
|
|
@@ -441,26 +441,26 @@ const de = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
441
441
|
})),
|
|
442
442
|
benefit_list: {
|
|
443
443
|
daily: {
|
|
444
|
-
bonus: ((u = (
|
|
444
|
+
bonus: ((u = (a = t.benefit) == null ? void 0 : a.daily) == null ? void 0 : u.bonus) ?? "",
|
|
445
445
|
bonus_name: ((l = (i = t.benefit) == null ? void 0 : i.daily) == null ? void 0 : l.bonus_name) ?? "",
|
|
446
446
|
turnover: ((m = (d = t.benefit) == null ? void 0 : d.daily) == null ? void 0 : m.turnover) ?? "",
|
|
447
447
|
turnover_name: ((p = (b = t.benefit) == null ? void 0 : b.daily) == null ? void 0 : p.turnover_name) ?? ""
|
|
448
448
|
},
|
|
449
449
|
monthly: {
|
|
450
450
|
bonus: ((j = (_ = t.benefit) == null ? void 0 : _.monthly) == null ? void 0 : j.bonus) ?? "",
|
|
451
|
-
bonus_name: ((g = (
|
|
451
|
+
bonus_name: ((g = (h = t.benefit) == null ? void 0 : h.monthly) == null ? void 0 : g.bonus_name) ?? "",
|
|
452
452
|
turnover: ((k = (S = t.benefit) == null ? void 0 : S.monthly) == null ? void 0 : k.turnover) ?? "",
|
|
453
|
-
turnover_name: ((
|
|
453
|
+
turnover_name: ((G = (C = t.benefit) == null ? void 0 : C.monthly) == null ? void 0 : G.turnover_name) ?? ""
|
|
454
454
|
},
|
|
455
455
|
weekly: {
|
|
456
456
|
bonus: ((B = (T = t.benefit) == null ? void 0 : T.weekly) == null ? void 0 : B.bonus) ?? "",
|
|
457
|
-
bonus_name: (($ = (
|
|
457
|
+
bonus_name: (($ = (z = t.benefit) == null ? void 0 : z.weekly) == null ? void 0 : $.bonus_name) ?? "",
|
|
458
458
|
turnover: ((q = (W = t.benefit) == null ? void 0 : W.weekly) == null ? void 0 : q.turnover) ?? "",
|
|
459
459
|
turnover_name: ((c = (o = t.benefit) == null ? void 0 : o.weekly) == null ? void 0 : c.turnover_name) ?? ""
|
|
460
460
|
},
|
|
461
461
|
upgrade: {
|
|
462
462
|
bonus: ((r = (y = t.benefit) == null ? void 0 : y.upgrade) == null ? void 0 : r.bonus) ?? "",
|
|
463
|
-
bonus_name: ((
|
|
463
|
+
bonus_name: ((v = (n = t.benefit) == null ? void 0 : n.upgrade) == null ? void 0 : v.bonus_name) ?? "",
|
|
464
464
|
turnover: ((D = (P = t.benefit) == null ? void 0 : P.upgrade) == null ? void 0 : D.turnover) ?? "",
|
|
465
465
|
turnover_name: ((O = (x = t.benefit) == null ? void 0 : x.upgrade) == null ? void 0 : O.turnover_name) ?? ""
|
|
466
466
|
}
|
|
@@ -497,22 +497,22 @@ const de = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
497
497
|
}
|
|
498
498
|
}
|
|
499
499
|
}
|
|
500
|
-
}),
|
|
501
|
-
category: e.category.sort((t,
|
|
500
|
+
}), ve = (e) => ({
|
|
501
|
+
category: e.category.sort((t, a) => t.sequence - a.sequence).map((t) => ({
|
|
502
502
|
id: t.catid,
|
|
503
503
|
name: t.name
|
|
504
504
|
})),
|
|
505
|
-
list: e.list.sort((t,
|
|
506
|
-
let
|
|
507
|
-
return t.stime !== "" && t.etime !== "" && (
|
|
505
|
+
list: e.list.sort((t, a) => t.sequence - a.sequence).map((t) => {
|
|
506
|
+
let a = "";
|
|
507
|
+
return t.stime !== "" && t.etime !== "" && (a = `${t.stime} - ${t.etime}`), t.stime !== "" && t.etime === "" && (a = t.stime), t.stime === "" && t.etime !== "" && (a = t.etime), {
|
|
508
508
|
categoryId: t.catid,
|
|
509
509
|
imgUrl: t.banner,
|
|
510
510
|
content: t.content,
|
|
511
|
-
time:
|
|
511
|
+
time: a,
|
|
512
512
|
name: t.title
|
|
513
513
|
};
|
|
514
514
|
})
|
|
515
|
-
}),
|
|
515
|
+
}), he = (e) => ({
|
|
516
516
|
month: {
|
|
517
517
|
isClaimable: e.month === 1
|
|
518
518
|
},
|
|
@@ -522,9 +522,9 @@ const de = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
522
522
|
day: {
|
|
523
523
|
isClaimable: e.day === 1
|
|
524
524
|
}
|
|
525
|
-
}), Te = (e) => e.mdVipSetting.filter((
|
|
526
|
-
fieldName:
|
|
527
|
-
showName:
|
|
525
|
+
}), Te = (e) => e.mdVipSetting.filter((a) => a.status == 1).map((a) => ({
|
|
526
|
+
fieldName: a.fieldname,
|
|
527
|
+
showName: a.showname
|
|
528
528
|
})), Re = (e) => ({
|
|
529
529
|
current_deposit: e.deposit,
|
|
530
530
|
current_turnover: e.turnOver,
|
|
@@ -534,11 +534,11 @@ const de = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
534
534
|
}), Se = (e) => {
|
|
535
535
|
let t = 4;
|
|
536
536
|
e.vipcalculation && (t = Number(e.vipcalculation));
|
|
537
|
-
let
|
|
538
|
-
return e.extralivechat && (
|
|
537
|
+
let a = [];
|
|
538
|
+
return e.extralivechat && (a = JSON.parse(e.extralivechat)), {
|
|
539
539
|
vipCalculation: t,
|
|
540
540
|
livechat: e.livechat ?? "",
|
|
541
|
-
livechatList:
|
|
541
|
+
livechatList: a.filter((u) => u.status == 1).map((u) => {
|
|
542
542
|
let i = u.imgname;
|
|
543
543
|
return i.slice(-4) === ".png" && (i = u.imgname.slice(0, -4)), {
|
|
544
544
|
name: u.name,
|
|
@@ -559,10 +559,10 @@ const de = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
559
559
|
crypto: e.crypto === "1"
|
|
560
560
|
};
|
|
561
561
|
}, ke = (e) => {
|
|
562
|
-
var t,
|
|
562
|
+
var t, a, u, i;
|
|
563
563
|
return {
|
|
564
|
-
banner: ((t = e.mobileBanner) == null ? void 0 : t.map((l) => `${l.imagepath}
|
|
565
|
-
ad: ((
|
|
564
|
+
banner: ((t = e.mobileBanner) == null ? void 0 : t.map((l) => `${l.imagepath}?ts=${l.filemtime}`)) ?? [],
|
|
565
|
+
ad: ((a = e.mobileAd) == null ? void 0 : a.map((l) => `${l.imagepath}?ts=${l.filemtime}`)) ?? [],
|
|
566
566
|
about: ((u = e.about) == null ? void 0 : u.map((l) => ({
|
|
567
567
|
name: l.name,
|
|
568
568
|
content: l.content
|
|
@@ -574,10 +574,10 @@ const de = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
574
574
|
};
|
|
575
575
|
}, Pe = (e) => {
|
|
576
576
|
var t;
|
|
577
|
-
return ((t = e.data) == null ? void 0 : t.filter((
|
|
578
|
-
code:
|
|
579
|
-
regex:
|
|
580
|
-
value:
|
|
577
|
+
return ((t = e.data) == null ? void 0 : t.filter((a) => a.status == "1").map((a) => ({
|
|
578
|
+
code: a.area_code,
|
|
579
|
+
regex: a.regex,
|
|
580
|
+
value: a.value
|
|
581
581
|
}))) ?? [];
|
|
582
582
|
}, Oe = (e) => e, Me = (e) => {
|
|
583
583
|
let t = null;
|
|
@@ -586,68 +586,68 @@ const de = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
586
586
|
};
|
|
587
587
|
}, je = (e) => {
|
|
588
588
|
var t;
|
|
589
|
-
return ((t = e.data) == null ? void 0 : t.filter((
|
|
590
|
-
name:
|
|
591
|
-
code:
|
|
592
|
-
iconUrl:
|
|
589
|
+
return ((t = e.data) == null ? void 0 : t.filter((a) => a.status == "1").map((a) => ({
|
|
590
|
+
name: a.title,
|
|
591
|
+
code: a.code,
|
|
592
|
+
iconUrl: a.flag_icon
|
|
593
593
|
}))) ?? [];
|
|
594
594
|
}, De = (e) => (console.log(e), {
|
|
595
595
|
name: ""
|
|
596
596
|
}), xe = (e) => {
|
|
597
597
|
var t;
|
|
598
|
-
return ((t = e.data) == null ? void 0 : t.filter((
|
|
599
|
-
id:
|
|
600
|
-
name:
|
|
598
|
+
return ((t = e.data) == null ? void 0 : t.filter((a) => a.company_status == 1).map((a) => ({
|
|
599
|
+
id: a.company_id,
|
|
600
|
+
name: a.company_name,
|
|
601
601
|
date: []
|
|
602
602
|
}))) ?? [];
|
|
603
603
|
}, Ce = (e) => {
|
|
604
604
|
var t;
|
|
605
|
-
return ((t = e.data) == null ? void 0 : t.map((
|
|
605
|
+
return ((t = e.data) == null ? void 0 : t.map((a) => {
|
|
606
606
|
var u;
|
|
607
607
|
return {
|
|
608
|
-
id:
|
|
609
|
-
date: ((u =
|
|
608
|
+
id: a.key,
|
|
609
|
+
date: ((u = a.draw_date) == null ? void 0 : u.map((i) => Ie(i.draw_tmactive))) ?? []
|
|
610
610
|
};
|
|
611
611
|
})) ?? [];
|
|
612
612
|
};
|
|
613
613
|
function Ie(e) {
|
|
614
|
-
const t = new Date(e * 1e3),
|
|
615
|
-
return `${
|
|
614
|
+
const t = new Date(e * 1e3), a = t.getFullYear(), u = ("0" + (t.getMonth() + 1)).slice(-2), i = ("0" + t.getDate()).slice(-2);
|
|
615
|
+
return `${a}-${u}-${i}`;
|
|
616
616
|
}
|
|
617
617
|
const Le = (e) => {
|
|
618
618
|
var t;
|
|
619
|
-
return ((t = e.data) == null ? void 0 : t.map((
|
|
619
|
+
return ((t = e.data) == null ? void 0 : t.map((a) => {
|
|
620
620
|
var u;
|
|
621
621
|
return {
|
|
622
|
-
id:
|
|
623
|
-
name:
|
|
624
|
-
list: ((u =
|
|
622
|
+
id: a.company_id,
|
|
623
|
+
name: a.company_name,
|
|
624
|
+
list: ((u = a.drawCount) == null ? void 0 : u.map((i) => ({
|
|
625
625
|
combination: i.combination_combination,
|
|
626
626
|
total: i.total
|
|
627
627
|
}))) ?? []
|
|
628
628
|
};
|
|
629
629
|
})) ?? [];
|
|
630
|
-
},
|
|
630
|
+
}, Ge = (e) => e.data.map((t) => ({
|
|
631
631
|
companyId: t.company_id,
|
|
632
632
|
companyName: t.company_name,
|
|
633
|
-
resultByDateList: t.draws.map((
|
|
634
|
-
const u =
|
|
633
|
+
resultByDateList: t.draws.map((a) => {
|
|
634
|
+
const u = a.results.filter((g) => g.combination_dimension == 3).map((g) => g.combination_combination), i = a.results.filter(
|
|
635
635
|
(g) => g.combination_dimension == 4 && g.combination_position === 1
|
|
636
|
-
).map((g) => g.combination_combination), l =
|
|
636
|
+
).map((g) => g.combination_combination), l = a.results.filter(
|
|
637
637
|
(g) => g.combination_dimension === 4 && g.combination_position === 2
|
|
638
|
-
).map((g) => g.combination_combination), d =
|
|
638
|
+
).map((g) => g.combination_combination), d = a.results.filter(
|
|
639
639
|
(g) => g.combination_dimension === 4 && g.combination_position === 3
|
|
640
|
-
).map((g) => g.combination_combination), m =
|
|
640
|
+
).map((g) => g.combination_combination), m = a.results.filter(
|
|
641
641
|
(g) => g.combination_dimension === 4 && g.combination_position === 4
|
|
642
|
-
).map((g) => g.combination_combination), b =
|
|
642
|
+
).map((g) => g.combination_combination), b = a.results.filter(
|
|
643
643
|
(g) => g.combination_dimension === 4 && g.combination_position === 5
|
|
644
|
-
).map((g) => g.combination_combination), p =
|
|
644
|
+
).map((g) => g.combination_combination), p = a.results.filter(
|
|
645
645
|
(g) => g.combination_dimension === 5 && g.combination_position === 1
|
|
646
|
-
).map((g) => g.combination_combination), _ =
|
|
646
|
+
).map((g) => g.combination_combination), _ = a.results.filter((g) => g.combination_dimension == 5).map((g) => g.combination_combination), j = a.results.filter(
|
|
647
647
|
(g) => g.combination_dimension === 6 && g.combination_position === 1
|
|
648
|
-
).map((g) => g.combination_combination),
|
|
648
|
+
).map((g) => g.combination_combination), h = a.results.filter((g) => g.combination_dimension === 6).map((g) => g.combination_combination);
|
|
649
649
|
return {
|
|
650
|
-
date:
|
|
650
|
+
date: a.date,
|
|
651
651
|
dimension_3: u,
|
|
652
652
|
dimension_4: {
|
|
653
653
|
prize_1: i,
|
|
@@ -662,11 +662,11 @@ const Le = (e) => {
|
|
|
662
662
|
},
|
|
663
663
|
dimension_6: {
|
|
664
664
|
prize_1: j,
|
|
665
|
-
all:
|
|
665
|
+
all: h
|
|
666
666
|
}
|
|
667
667
|
};
|
|
668
668
|
})
|
|
669
|
-
})),
|
|
669
|
+
})), we = (e) => e.data.map((t) => ({
|
|
670
670
|
id: t.id,
|
|
671
671
|
date: t.matchDate,
|
|
672
672
|
tag: t.tag,
|
|
@@ -680,11 +680,11 @@ const Le = (e) => {
|
|
|
680
680
|
name: t.home,
|
|
681
681
|
logo_url: t.homeLogo
|
|
682
682
|
}
|
|
683
|
-
})),
|
|
683
|
+
})), Fe = (e) => ({
|
|
684
684
|
status: e.status == 1,
|
|
685
685
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
686
686
|
paymentUrl: e.urlpayment ?? ""
|
|
687
|
-
}),
|
|
687
|
+
}), ze = (e) => ({
|
|
688
688
|
status: e.status == 1,
|
|
689
689
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
690
690
|
flag: e.flag
|
|
@@ -692,7 +692,7 @@ const Le = (e) => {
|
|
|
692
692
|
status: e.status == 1,
|
|
693
693
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? ""
|
|
694
694
|
}), Ne = (e) => R(e), Be = (e) => {
|
|
695
|
-
var t,
|
|
695
|
+
var t, a, u, i, l;
|
|
696
696
|
return {
|
|
697
697
|
bankCard: ((t = e.bankCard) == null ? void 0 : t.map((d) => {
|
|
698
698
|
var m, b;
|
|
@@ -711,7 +711,7 @@ const Le = (e) => {
|
|
|
711
711
|
countryIndex: d.countryindex
|
|
712
712
|
};
|
|
713
713
|
})) ?? [],
|
|
714
|
-
bankList: ((
|
|
714
|
+
bankList: ((a = e.bankList) == null ? void 0 : a.map((d) => ({
|
|
715
715
|
bankIndex: d.bankindex,
|
|
716
716
|
bankType: d.bank_type,
|
|
717
717
|
bankName: d.banknamesimplified,
|
|
@@ -757,13 +757,13 @@ const Le = (e) => {
|
|
|
757
757
|
withdrawMaxFee: Number(e.withdrawMaxFee),
|
|
758
758
|
withdrawCount: e.withdrawCount
|
|
759
759
|
}), We = (e) => R(e), qe = (e) => {
|
|
760
|
-
var t,
|
|
760
|
+
var t, a, u, i, l, d;
|
|
761
761
|
return {
|
|
762
762
|
statusMode: ((t = e.subStatusModes) == null ? void 0 : t.map((m) => ({
|
|
763
763
|
key: m.key,
|
|
764
764
|
value: m.value
|
|
765
765
|
}))) ?? [],
|
|
766
|
-
transactionMethod: ((
|
|
766
|
+
transactionMethod: ((a = e.subTransactionMethods) == null ? void 0 : a.map((m) => ({
|
|
767
767
|
key: m.key,
|
|
768
768
|
value: m.value
|
|
769
769
|
}))) ?? [],
|
|
@@ -825,9 +825,9 @@ const Le = (e) => {
|
|
|
825
825
|
}, Ee = (e) => ({
|
|
826
826
|
status: e.status == 1
|
|
827
827
|
}), $e = (e) => (e == null ? void 0 : e.map((t) => {
|
|
828
|
-
var
|
|
828
|
+
var a;
|
|
829
829
|
return {
|
|
830
|
-
activeCom: ((
|
|
830
|
+
activeCom: ((a = t.active_com) == null ? void 0 : a.map((u) => ({
|
|
831
831
|
code: u.code,
|
|
832
832
|
name: u.name,
|
|
833
833
|
categoryId: u.category_id,
|
|
@@ -852,9 +852,9 @@ const Le = (e) => {
|
|
|
852
852
|
return {
|
|
853
853
|
status: e.status == 1,
|
|
854
854
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
855
|
-
data: ((t = e.data) == null ? void 0 : t.map((
|
|
856
|
-
id:
|
|
857
|
-
tokenAmount:
|
|
855
|
+
data: ((t = e.data) == null ? void 0 : t.map((a) => ({
|
|
856
|
+
id: a.id,
|
|
857
|
+
tokenAmount: a.token_amount
|
|
858
858
|
}))) ?? []
|
|
859
859
|
};
|
|
860
860
|
}, Je = (e) => ({
|
|
@@ -871,20 +871,20 @@ const Le = (e) => {
|
|
|
871
871
|
content: t.account_message_content.content
|
|
872
872
|
}))) ?? [], Ke = (e) => {
|
|
873
873
|
var t;
|
|
874
|
-
return ((t = e.mdGameLists) == null ? void 0 : t.map((
|
|
875
|
-
id:
|
|
876
|
-
gameName:
|
|
877
|
-
platformProductID:
|
|
878
|
-
imgUrl: `${e.mdDomains[
|
|
874
|
+
return ((t = e.mdGameLists) == null ? void 0 : t.map((a) => ({
|
|
875
|
+
id: a.id,
|
|
876
|
+
gameName: a.name,
|
|
877
|
+
platformProductID: a.id_PlatformProduct,
|
|
878
|
+
imgUrl: `${e.mdDomains[a.mdDomains_id]}${a.img}?ts=${a.filemtime}`
|
|
879
879
|
}))) ?? [];
|
|
880
880
|
}, Qe = (e) => e.mdGameLists.map((t) => ({
|
|
881
881
|
id: t.id,
|
|
882
882
|
name: t.name,
|
|
883
|
-
list: t.gameList.map((
|
|
884
|
-
const u = e.mdDomains, l = `${u.length >=
|
|
883
|
+
list: t.gameList.map((a) => {
|
|
884
|
+
const u = e.mdDomains, l = `${u.length >= a.mdDomains_id ? u[a.mdDomains_id] : ""}${a.img}?${a.filemtime}`;
|
|
885
885
|
return {
|
|
886
|
-
id:
|
|
887
|
-
name:
|
|
886
|
+
id: a.id,
|
|
887
|
+
name: a.name,
|
|
888
888
|
imageUrl: l
|
|
889
889
|
};
|
|
890
890
|
})
|
|
@@ -903,7 +903,7 @@ const Le = (e) => {
|
|
|
903
903
|
totalReward: e.data.total_reward,
|
|
904
904
|
unclaimReward: e.data.unclaim_reward.toString()
|
|
905
905
|
}, Ze = (e) => {
|
|
906
|
-
const t = /* @__PURE__ */ new Set(),
|
|
906
|
+
const t = /* @__PURE__ */ new Set(), a = e.data.map((l) => (t.add(l.downline), {
|
|
907
907
|
id: l.logindex,
|
|
908
908
|
name: l.firstname,
|
|
909
909
|
cashback: l.turnover,
|
|
@@ -912,7 +912,7 @@ const Le = (e) => {
|
|
|
912
912
|
return {
|
|
913
913
|
totalReward: u,
|
|
914
914
|
totalCount: i,
|
|
915
|
-
list:
|
|
915
|
+
list: a
|
|
916
916
|
};
|
|
917
917
|
}, et = (e) => e.status == 0 ? {
|
|
918
918
|
claimedReward: "0",
|
|
@@ -929,7 +929,7 @@ const Le = (e) => {
|
|
|
929
929
|
totalReward: e.data.total_reward,
|
|
930
930
|
unclaimReward: e.data.unclaim_reward.toString()
|
|
931
931
|
}, tt = (e) => {
|
|
932
|
-
const t = /* @__PURE__ */ new Set(),
|
|
932
|
+
const t = /* @__PURE__ */ new Set(), a = e.data.map((l) => (t.add(l.accountid), {
|
|
933
933
|
id: l.id,
|
|
934
934
|
name: l.firstname,
|
|
935
935
|
dateCreated: l.created,
|
|
@@ -940,9 +940,9 @@ const Le = (e) => {
|
|
|
940
940
|
return {
|
|
941
941
|
totalReward: u,
|
|
942
942
|
totalCount: i,
|
|
943
|
-
list:
|
|
943
|
+
list: a
|
|
944
944
|
};
|
|
945
|
-
},
|
|
945
|
+
}, at = (e) => e.status == 0 ? {
|
|
946
946
|
claimedReward: "0",
|
|
947
947
|
currentDirectDownline: "0",
|
|
948
948
|
currentOtherDownline: "0",
|
|
@@ -956,8 +956,8 @@ const Le = (e) => {
|
|
|
956
956
|
currentReward: e.data.current_reward.toString(),
|
|
957
957
|
totalReward: e.data.total_reward,
|
|
958
958
|
unclaimReward: e.data.unclaim_reward.toString()
|
|
959
|
-
},
|
|
960
|
-
const t = /* @__PURE__ */ new Set(),
|
|
959
|
+
}, nt = (e) => {
|
|
960
|
+
const t = /* @__PURE__ */ new Set(), a = e.data.map((l) => (t.add(l.accountid), {
|
|
961
961
|
id: l.logindex,
|
|
962
962
|
name: l.firstname,
|
|
963
963
|
total: l.deposit,
|
|
@@ -966,7 +966,7 @@ const Le = (e) => {
|
|
|
966
966
|
return {
|
|
967
967
|
totalReward: u,
|
|
968
968
|
totalCount: i,
|
|
969
|
-
list:
|
|
969
|
+
list: a
|
|
970
970
|
};
|
|
971
971
|
}, ot = (e) => e.status == 0 ? {
|
|
972
972
|
directDownline: "0",
|
|
@@ -980,7 +980,7 @@ const Le = (e) => {
|
|
|
980
980
|
referralCode: e.data.referral_code
|
|
981
981
|
}, rt = (e) => {
|
|
982
982
|
var b;
|
|
983
|
-
let t = null,
|
|
983
|
+
let t = null, a = null;
|
|
984
984
|
if (e.status == 0)
|
|
985
985
|
return { welcomeBonus: null, dailyBonus: null };
|
|
986
986
|
const u = e.data.filter((p) => p.dtype == "5" && p.type == "F").map((p) => {
|
|
@@ -1016,11 +1016,11 @@ const Le = (e) => {
|
|
|
1016
1016
|
depositAmount: p.depositAmount,
|
|
1017
1017
|
promoAmount: p.promoAmount
|
|
1018
1018
|
}));
|
|
1019
|
-
return
|
|
1019
|
+
return a = {
|
|
1020
1020
|
percentage: l,
|
|
1021
1021
|
expiryTime: d,
|
|
1022
1022
|
list: m
|
|
1023
|
-
}, { welcomeBonus: t, dailyBonus:
|
|
1023
|
+
}, { welcomeBonus: t, dailyBonus: a };
|
|
1024
1024
|
}, st = (e) => ({
|
|
1025
1025
|
status: e.status == 1,
|
|
1026
1026
|
message: e.msg ?? ""
|
|
@@ -1042,14 +1042,14 @@ const Le = (e) => {
|
|
|
1042
1042
|
if (e.status == 0 || !e.data)
|
|
1043
1043
|
return {};
|
|
1044
1044
|
const t = {};
|
|
1045
|
-
for (const
|
|
1046
|
-
if (Object.prototype.hasOwnProperty.call(e.data,
|
|
1047
|
-
const u = e.data[
|
|
1048
|
-
t[
|
|
1045
|
+
for (const a in e.data)
|
|
1046
|
+
if (Object.prototype.hasOwnProperty.call(e.data, a)) {
|
|
1047
|
+
const u = e.data[a];
|
|
1048
|
+
t[a] = [];
|
|
1049
1049
|
for (let i = 0; i < u.length; i++) {
|
|
1050
1050
|
const l = u[i];
|
|
1051
1051
|
let d = "";
|
|
1052
|
-
u.length > i + 1 && (d = (Number(u[i + 1].achievement) - 1).toString()), t[
|
|
1052
|
+
u.length > i + 1 && (d = (Number(u[i + 1].achievement) - 1).toString()), t[a].push({
|
|
1053
1053
|
rate: l.rate,
|
|
1054
1054
|
minValue: l.achievement.toString(),
|
|
1055
1055
|
maxValue: d
|
|
@@ -1061,14 +1061,14 @@ const Le = (e) => {
|
|
|
1061
1061
|
if (e.status == 0 || !e.data)
|
|
1062
1062
|
return {};
|
|
1063
1063
|
const t = {};
|
|
1064
|
-
for (const
|
|
1065
|
-
if (Object.prototype.hasOwnProperty.call(e.data,
|
|
1066
|
-
const u = e.data[
|
|
1067
|
-
t[
|
|
1064
|
+
for (const a in e.data)
|
|
1065
|
+
if (Object.prototype.hasOwnProperty.call(e.data, a)) {
|
|
1066
|
+
const u = e.data[a];
|
|
1067
|
+
t[a] = [];
|
|
1068
1068
|
for (let i = 0; i < u.length; i++) {
|
|
1069
1069
|
const l = u[i];
|
|
1070
1070
|
let d = "";
|
|
1071
|
-
u.length > i + 1 && (d = (Number(u[i + 1].achievement) - 1).toString()), t[
|
|
1071
|
+
u.length > i + 1 && (d = (Number(u[i + 1].achievement) - 1).toString()), t[a].push({
|
|
1072
1072
|
rate: l.rate,
|
|
1073
1073
|
minValue: l.achievement,
|
|
1074
1074
|
maxValue: d
|
|
@@ -1077,12 +1077,12 @@ const Le = (e) => {
|
|
|
1077
1077
|
}
|
|
1078
1078
|
return t;
|
|
1079
1079
|
}, mt = (e) => R(e), pt = (e) => R(e), gt = (e) => {
|
|
1080
|
-
var t,
|
|
1080
|
+
var t, a, u, i, l;
|
|
1081
1081
|
return {
|
|
1082
1082
|
status: e.status == 1,
|
|
1083
1083
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
1084
1084
|
default: ((t = e.data) == null ? void 0 : t.default) ?? [],
|
|
1085
|
-
online: ((
|
|
1085
|
+
online: ((a = e.data) == null ? void 0 : a.online) ?? [],
|
|
1086
1086
|
mycard: ((u = e.data) == null ? void 0 : u.mycard) ?? [],
|
|
1087
1087
|
qrcode: ((i = e.data) == null ? void 0 : i.qrcode) ?? [],
|
|
1088
1088
|
personal: ((l = e.data) == null ? void 0 : l.personal) ?? []
|
|
@@ -1111,7 +1111,7 @@ const Le = (e) => {
|
|
|
1111
1111
|
})) : [], ft = (e) => R(e), yt = (e) => e, _t = (e) => ({
|
|
1112
1112
|
status: e.status == 1,
|
|
1113
1113
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? ""
|
|
1114
|
-
}),
|
|
1114
|
+
}), vt = (e) => R(e), ht = (e) => ({
|
|
1115
1115
|
status: e.status == 1,
|
|
1116
1116
|
message: e.message,
|
|
1117
1117
|
user: e.user ?? ""
|
|
@@ -1131,15 +1131,15 @@ const Le = (e) => {
|
|
|
1131
1131
|
return {
|
|
1132
1132
|
status: e.status == 1,
|
|
1133
1133
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
1134
|
-
countryList: ((t = e.data) == null ? void 0 : t.map((
|
|
1134
|
+
countryList: ((t = e.data) == null ? void 0 : t.map((a) => {
|
|
1135
1135
|
var u, i;
|
|
1136
1136
|
return {
|
|
1137
|
-
countryIndex:
|
|
1138
|
-
currencyName:
|
|
1139
|
-
label:
|
|
1137
|
+
countryIndex: a.countryindex,
|
|
1138
|
+
currencyName: a.currency_name ?? "",
|
|
1139
|
+
label: a.label,
|
|
1140
1140
|
currencyRate: {
|
|
1141
|
-
depositCurrencyRate: ((u =
|
|
1142
|
-
withdrawCurrencyRate: ((i =
|
|
1141
|
+
depositCurrencyRate: ((u = a.currency_rate) == null ? void 0 : u.currency_rate_deposit) ?? "",
|
|
1142
|
+
withdrawCurrencyRate: ((i = a.currency_rate) == null ? void 0 : i.currency_rate_withdraw) ?? ""
|
|
1143
1143
|
}
|
|
1144
1144
|
};
|
|
1145
1145
|
})) ?? []
|
|
@@ -1158,20 +1158,20 @@ const Le = (e) => {
|
|
|
1158
1158
|
}), Dt = (e) => R(e), xt = (e) => e, Ct = (e) => R(e), It = (e) => {
|
|
1159
1159
|
var t;
|
|
1160
1160
|
return {
|
|
1161
|
-
platformProduct: ((t = e.mdPlatformProduct) == null ? void 0 : t.map((
|
|
1162
|
-
productMasterId:
|
|
1163
|
-
name:
|
|
1164
|
-
com:
|
|
1161
|
+
platformProduct: ((t = e.mdPlatformProduct) == null ? void 0 : t.map((a) => ({
|
|
1162
|
+
productMasterId: a.id_ProductMaster,
|
|
1163
|
+
name: a.name,
|
|
1164
|
+
com: a.com
|
|
1165
1165
|
}))) ?? []
|
|
1166
1166
|
};
|
|
1167
1167
|
}, Lt = (e) => {
|
|
1168
1168
|
var t;
|
|
1169
|
-
return ((t = e.mdProductMaster) == null ? void 0 : t.map((
|
|
1169
|
+
return ((t = e.mdProductMaster) == null ? void 0 : t.map((a) => {
|
|
1170
1170
|
var u;
|
|
1171
1171
|
return {
|
|
1172
|
-
id:
|
|
1173
|
-
name:
|
|
1174
|
-
product: ((u =
|
|
1172
|
+
id: a.id,
|
|
1173
|
+
name: a.name,
|
|
1174
|
+
product: ((u = a.platformproduct) == null ? void 0 : u.map((i) => ({
|
|
1175
1175
|
id: i.id,
|
|
1176
1176
|
name: i.name,
|
|
1177
1177
|
platformId: i.id_PlatformMaster,
|
|
@@ -1179,7 +1179,7 @@ const Le = (e) => {
|
|
|
1179
1179
|
}))) ?? []
|
|
1180
1180
|
};
|
|
1181
1181
|
})) ?? [];
|
|
1182
|
-
},
|
|
1182
|
+
}, Gt = (e) => R(e), wt = (e) => R(e), Ft = (e) => R(e), zt = (e) => R(e), Nt = (e) => R(e), Bt = (e) => R(e), Ut = (e) => R(e), Wt = (e) => ({
|
|
1183
1183
|
status: e.status == 1,
|
|
1184
1184
|
message: e.msg ?? "",
|
|
1185
1185
|
data: e.data
|
|
@@ -1234,11 +1234,11 @@ const Le = (e) => {
|
|
|
1234
1234
|
extension: e.extension_list.map((t) => ({
|
|
1235
1235
|
name: t.name,
|
|
1236
1236
|
achievedLevel: t.achieved_level,
|
|
1237
|
-
detail: t.detail.map((
|
|
1238
|
-
level:
|
|
1239
|
-
levelName:
|
|
1240
|
-
achievement:
|
|
1241
|
-
commission:
|
|
1237
|
+
detail: t.detail.map((a) => ({
|
|
1238
|
+
level: a.level,
|
|
1239
|
+
levelName: a.levelname,
|
|
1240
|
+
achievement: a.achievement,
|
|
1241
|
+
commission: a.commission
|
|
1242
1242
|
}))
|
|
1243
1243
|
}))
|
|
1244
1244
|
}), At = (e) => ({
|
|
@@ -1263,12 +1263,12 @@ const Le = (e) => {
|
|
|
1263
1263
|
return {
|
|
1264
1264
|
currentPage: e.mdGameCreditLimitTransfers.current_page,
|
|
1265
1265
|
lastPage: e.mdGameCreditLimitTransfers.last_page,
|
|
1266
|
-
data: ((t = e.mdGameCreditLimitTransfers.data) == null ? void 0 : t.map((
|
|
1267
|
-
transferIndex:
|
|
1268
|
-
target:
|
|
1269
|
-
category:
|
|
1270
|
-
amount:
|
|
1271
|
-
dateTime:
|
|
1266
|
+
data: ((t = e.mdGameCreditLimitTransfers.data) == null ? void 0 : t.map((a) => ({
|
|
1267
|
+
transferIndex: a.clindex,
|
|
1268
|
+
target: a.com_from !== "" ? a.com_from : a.com_to,
|
|
1269
|
+
category: a.com_from !== "" ? "transferOut" : "transferIn",
|
|
1270
|
+
amount: a.amount,
|
|
1271
|
+
dateTime: a.transferdatetime
|
|
1272
1272
|
}))) ?? []
|
|
1273
1273
|
};
|
|
1274
1274
|
}, Kt = (e) => {
|
|
@@ -1276,22 +1276,22 @@ const Le = (e) => {
|
|
|
1276
1276
|
return {
|
|
1277
1277
|
currentPage: e.mdAgTransfeReport.current_page,
|
|
1278
1278
|
lastPage: e.mdAgTransfeReport.last_page,
|
|
1279
|
-
data: ((t = e.mdAgTransfeReport.data) == null ? void 0 : t.map((
|
|
1280
|
-
sender:
|
|
1281
|
-
receiver:
|
|
1282
|
-
transferId:
|
|
1283
|
-
amount:
|
|
1284
|
-
dateTime:
|
|
1279
|
+
data: ((t = e.mdAgTransfeReport.data) == null ? void 0 : t.map((a) => ({
|
|
1280
|
+
sender: a.sender,
|
|
1281
|
+
receiver: a.receiver,
|
|
1282
|
+
transferId: a.id,
|
|
1283
|
+
amount: a.amount,
|
|
1284
|
+
dateTime: a.transferdatetime
|
|
1285
1285
|
}))) ?? []
|
|
1286
1286
|
};
|
|
1287
1287
|
}, Qt = (e) => {
|
|
1288
|
-
var t,
|
|
1288
|
+
var t, a, u, i, l, d, m, b, p, _, j;
|
|
1289
1289
|
return {
|
|
1290
1290
|
status: e.status == 1,
|
|
1291
1291
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
1292
1292
|
data: {
|
|
1293
1293
|
total: (t = e.data) != null && t.total ? {
|
|
1294
|
-
bet: (((
|
|
1294
|
+
bet: (((a = e.data) == null ? void 0 : a.total.bet) ?? 0).toFixed(2),
|
|
1295
1295
|
activeBet: (((u = e.data) == null ? void 0 : u.total.activebet) ?? 0).toFixed(2),
|
|
1296
1296
|
validBet: (((i = e.data) == null ? void 0 : i.total.validbet) ?? 0).toFixed(2),
|
|
1297
1297
|
payout: (((l = e.data) == null ? void 0 : l.total.payout) ?? 0).toFixed(2)
|
|
@@ -1301,50 +1301,50 @@ const Le = (e) => {
|
|
|
1301
1301
|
validBet: "0.00",
|
|
1302
1302
|
payout: "0.00"
|
|
1303
1303
|
},
|
|
1304
|
-
data: ((m = (d = e.data) == null ? void 0 : d.sum) == null ? void 0 : m.map((
|
|
1305
|
-
bet:
|
|
1306
|
-
activeBet:
|
|
1307
|
-
target:
|
|
1308
|
-
com:
|
|
1304
|
+
data: ((m = (d = e.data) == null ? void 0 : d.sum) == null ? void 0 : m.map((h) => ({
|
|
1305
|
+
bet: h.bet,
|
|
1306
|
+
activeBet: h.activebet,
|
|
1307
|
+
target: h.name,
|
|
1308
|
+
com: h.com
|
|
1309
1309
|
}))) ?? [],
|
|
1310
|
-
wagers: ((p = (b = e.data) == null ? void 0 : b.wagers) == null ? void 0 : p.map((
|
|
1311
|
-
payout:
|
|
1312
|
-
betType:
|
|
1313
|
-
stakeF:
|
|
1314
|
-
stakeL:
|
|
1315
|
-
date:
|
|
1316
|
-
key:
|
|
1317
|
-
detailSA:
|
|
1318
|
-
detailSC:
|
|
1319
|
-
resultL:
|
|
1310
|
+
wagers: ((p = (b = e.data) == null ? void 0 : b.wagers) == null ? void 0 : p.map((h) => ({
|
|
1311
|
+
payout: h.payout,
|
|
1312
|
+
betType: h.betType,
|
|
1313
|
+
stakeF: h.stakeF,
|
|
1314
|
+
stakeL: h.stakeL,
|
|
1315
|
+
date: h.date,
|
|
1316
|
+
key: h.key,
|
|
1317
|
+
detailSA: h.detailsa,
|
|
1318
|
+
detailSC: h.detailsc,
|
|
1319
|
+
resultL: h.resultL
|
|
1320
1320
|
}))) ?? [],
|
|
1321
1321
|
currentPage: ((_ = e.data) == null ? void 0 : _.page.current_page) ?? 1,
|
|
1322
1322
|
totalPage: ((j = e.data) == null ? void 0 : j.page.last_page) ?? 1
|
|
1323
1323
|
}
|
|
1324
1324
|
};
|
|
1325
1325
|
}, Xt = (e) => {
|
|
1326
|
-
var t,
|
|
1326
|
+
var t, a, u;
|
|
1327
1327
|
return {
|
|
1328
1328
|
status: e.status == 1,
|
|
1329
1329
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
1330
1330
|
data: {
|
|
1331
1331
|
key: ((t = e.data) == null ? void 0 : t.key) ?? "",
|
|
1332
|
-
qrcode: ((
|
|
1332
|
+
qrcode: ((a = e.data) == null ? void 0 : a.qrcode) ?? "",
|
|
1333
1333
|
binded: ((u = e.data) == null ? void 0 : u.binded) ?? !1
|
|
1334
1334
|
}
|
|
1335
1335
|
};
|
|
1336
|
-
}, Zt = (e) => R(e),
|
|
1336
|
+
}, Zt = (e) => R(e), ea = (e) => {
|
|
1337
1337
|
var t;
|
|
1338
1338
|
return {
|
|
1339
1339
|
status: e.status == 1,
|
|
1340
1340
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
1341
|
-
data: ((t = e.data) == null ? void 0 : t.map((
|
|
1342
|
-
deviceName:
|
|
1343
|
-
createdAt:
|
|
1341
|
+
data: ((t = e.data) == null ? void 0 : t.map((a) => ({
|
|
1342
|
+
deviceName: a.device_name,
|
|
1343
|
+
createdAt: a.created_at
|
|
1344
1344
|
}))) ?? []
|
|
1345
1345
|
};
|
|
1346
|
-
},
|
|
1347
|
-
var t,
|
|
1346
|
+
}, ta = (e) => R(e), aa = (e) => {
|
|
1347
|
+
var t, a, u;
|
|
1348
1348
|
return {
|
|
1349
1349
|
status: e.status == 1,
|
|
1350
1350
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
@@ -1353,7 +1353,7 @@ const Le = (e) => {
|
|
|
1353
1353
|
key: i.key,
|
|
1354
1354
|
count: i.count
|
|
1355
1355
|
}))) ?? [],
|
|
1356
|
-
prizeCount: ((
|
|
1356
|
+
prizeCount: ((a = e.data.prizeRCount) == null ? void 0 : a.map((i) => ({
|
|
1357
1357
|
key: i.key,
|
|
1358
1358
|
count: i.count
|
|
1359
1359
|
}))) ?? [],
|
|
@@ -1368,23 +1368,23 @@ const Le = (e) => {
|
|
|
1368
1368
|
}))) ?? []
|
|
1369
1369
|
}
|
|
1370
1370
|
};
|
|
1371
|
-
},
|
|
1371
|
+
}, na = (e) => R(e), oa = (e) => ({
|
|
1372
1372
|
status: e.status == 1,
|
|
1373
1373
|
message: e.status == 1 ? e.message ?? "" : e.errormessage ?? "",
|
|
1374
1374
|
tokenAmount: e.token_amount
|
|
1375
|
-
}),
|
|
1375
|
+
}), ra = (e) => R(e);
|
|
1376
1376
|
var Y = /* @__PURE__ */ ((e) => (e.vipcalculation = "vipcalculation", e.livechat = "livechat", e.extralivechat = "extralivechat", e.mobilevalidate = "mobilevalidate", e.withdrawtac = "withdrawtac", e.imageDomain = "imagedomain", e.withdrawalCode = "withdrawalcode", e.withdrawAlipay = "withdrawalipay", e.crypto = "crypto", e))(Y || {});
|
|
1377
|
-
const
|
|
1377
|
+
const sa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1378
1378
|
__proto__: null,
|
|
1379
1379
|
SettingType: Y
|
|
1380
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
1380
|
+
}, Symbol.toStringTag, { value: "Module" })), ia = (e) => {
|
|
1381
1381
|
let t = 0;
|
|
1382
1382
|
return e.data != null && typeof e.data == "object" && (t = e.data.amount), {
|
|
1383
1383
|
status: e.status,
|
|
1384
1384
|
message: e.msg ?? "",
|
|
1385
1385
|
amount: t
|
|
1386
1386
|
};
|
|
1387
|
-
},
|
|
1387
|
+
}, la = (e) => e.status == 0 ? {
|
|
1388
1388
|
record: {
|
|
1389
1389
|
today: {
|
|
1390
1390
|
deposit: "0",
|
|
@@ -1414,15 +1414,15 @@ const sn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1414
1414
|
loseLimit: t.loselimit,
|
|
1415
1415
|
maxReward: t.max_reward
|
|
1416
1416
|
}))
|
|
1417
|
-
},
|
|
1417
|
+
}, ua = (e) => e.status == 0 ? [] : e.data.map((t) => ({
|
|
1418
1418
|
amount: t.amount,
|
|
1419
1419
|
date: t.date,
|
|
1420
1420
|
deposit: t.deposit,
|
|
1421
1421
|
payout: t.payout
|
|
1422
|
-
})),
|
|
1422
|
+
})), da = (e) => ({
|
|
1423
1423
|
status: e.status,
|
|
1424
1424
|
message: e.msg ?? ""
|
|
1425
|
-
}),
|
|
1425
|
+
}), ca = (e) => e.status == 0 ? {
|
|
1426
1426
|
status: e.status,
|
|
1427
1427
|
message: e.msg ?? "",
|
|
1428
1428
|
data: null
|
|
@@ -1444,35 +1444,35 @@ const sn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1444
1444
|
collectable: e.data.collectable,
|
|
1445
1445
|
remainingDay: e.data.remaining
|
|
1446
1446
|
}
|
|
1447
|
-
},
|
|
1447
|
+
}, ma = (e) => ({
|
|
1448
1448
|
status: e.status,
|
|
1449
1449
|
message: e.msg ?? ""
|
|
1450
|
-
}),
|
|
1450
|
+
}), pa = (e) => ({
|
|
1451
1451
|
status: e.status == 1,
|
|
1452
1452
|
errorMessage: e.errormessage ?? "",
|
|
1453
1453
|
isAutoTransfer: e.optionkey == "auto"
|
|
1454
|
-
}),
|
|
1454
|
+
}), ga = (e) => R(e), ba = (e) => ({
|
|
1455
1455
|
status: e.status,
|
|
1456
1456
|
message: e.msg ?? "",
|
|
1457
1457
|
turnover: e.data ? e.data.turnover : 0,
|
|
1458
1458
|
percentage: e.data ? e.data.percentage ?? 0 : 0,
|
|
1459
1459
|
incentive: e.data ? e.data.incentive : 0,
|
|
1460
1460
|
claimable: 0
|
|
1461
|
-
}),
|
|
1461
|
+
}), fa = (e) => {
|
|
1462
1462
|
let t = "0";
|
|
1463
1463
|
return e.data && (t = e.data.incentive), {
|
|
1464
1464
|
status: e.status,
|
|
1465
1465
|
message: e.msg ?? "",
|
|
1466
1466
|
amount: t
|
|
1467
1467
|
};
|
|
1468
|
-
},
|
|
1468
|
+
}, ya = (e) => {
|
|
1469
1469
|
let t = "0";
|
|
1470
1470
|
return e.data && (t = e.data.incentive), {
|
|
1471
1471
|
status: e.status,
|
|
1472
1472
|
message: e.msg ?? "",
|
|
1473
1473
|
amount: t
|
|
1474
1474
|
};
|
|
1475
|
-
},
|
|
1475
|
+
}, _a = (e) => ({
|
|
1476
1476
|
status: e.status == 1,
|
|
1477
1477
|
socialLogin: e.social_login == 1,
|
|
1478
1478
|
errorMessage: e.erorrmessage ?? "",
|
|
@@ -1483,8 +1483,20 @@ const sn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1483
1483
|
minLength: t.minlen ?? "0",
|
|
1484
1484
|
maxLength: t.maxlen ?? "0"
|
|
1485
1485
|
}))
|
|
1486
|
-
}),
|
|
1487
|
-
|
|
1486
|
+
}), va = (e) => e.mdGameLists.data.map((t) => ({
|
|
1487
|
+
gameId: t.id,
|
|
1488
|
+
platformId: t.id_PlatformProduct,
|
|
1489
|
+
name: t.name,
|
|
1490
|
+
flag: {
|
|
1491
|
+
value: 0,
|
|
1492
|
+
hot: !1,
|
|
1493
|
+
trial: !1,
|
|
1494
|
+
new: !1
|
|
1495
|
+
},
|
|
1496
|
+
imageUrl: `${e.mdDomains[t.mdDomains_id]}${t.img}?ts=${t.filemtime}`,
|
|
1497
|
+
rate: "0.00"
|
|
1498
|
+
})), ha = (e) => R(e), Ta = async (e) => {
|
|
1499
|
+
var t, a, u, i, l, d, m, b, p, _, j, h, g, S;
|
|
1488
1500
|
try {
|
|
1489
1501
|
e.findIndex((c) => c.name === s.vipList) !== -1 && e.push(
|
|
1490
1502
|
{
|
|
@@ -1510,12 +1522,12 @@ const sn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1510
1522
|
name: s.getPlatformTurnoverRate,
|
|
1511
1523
|
query: ""
|
|
1512
1524
|
}));
|
|
1513
|
-
const
|
|
1514
|
-
if (
|
|
1525
|
+
const G = e.findIndex((c) => c.name === s.searchHot);
|
|
1526
|
+
if (G !== -1) {
|
|
1515
1527
|
let c = {};
|
|
1516
1528
|
e.forEach((y) => {
|
|
1517
1529
|
c = y.query;
|
|
1518
|
-
}), e.splice(
|
|
1530
|
+
}), e.splice(G), e.push({
|
|
1519
1531
|
name: s.getFourDimensionData,
|
|
1520
1532
|
query: String(c)
|
|
1521
1533
|
});
|
|
@@ -1539,10 +1551,10 @@ const sn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1539
1551
|
query: String(c)
|
|
1540
1552
|
});
|
|
1541
1553
|
}
|
|
1542
|
-
const
|
|
1554
|
+
const z = e.findIndex(
|
|
1543
1555
|
(c) => c.name === s.getFourDimensionData
|
|
1544
1556
|
);
|
|
1545
|
-
|
|
1557
|
+
z !== -1 && e[z].query == "" && (e.splice(z), e.push(
|
|
1546
1558
|
{
|
|
1547
1559
|
name: s.getFourDimensionData,
|
|
1548
1560
|
query: JSON.stringify({ action: s.getCompany, native: "1" })
|
|
@@ -1563,7 +1575,7 @@ const sn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1563
1575
|
name: c.name,
|
|
1564
1576
|
query: btoa(c.query)
|
|
1565
1577
|
}))
|
|
1566
|
-
}, q = await
|
|
1578
|
+
}, q = await F.post(
|
|
1567
1579
|
"/jwt",
|
|
1568
1580
|
oe(JSON.stringify(W))
|
|
1569
1581
|
), o = {
|
|
@@ -1573,482 +1585,492 @@ const sn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
1573
1585
|
};
|
|
1574
1586
|
for (const c of q.data.responses) {
|
|
1575
1587
|
c.error != null && c.error.code != 200 && (o.status = c.error.code, o.message = c.error.message);
|
|
1576
|
-
const y = c.attributes !== null && c.attributes !== void 0 ? re(c.attributes) : null, r = c.name,
|
|
1577
|
-
if (!
|
|
1588
|
+
const y = c.attributes !== null && c.attributes !== void 0 ? re(c.attributes) : null, r = c.name, n = y ? JSON.parse(y) : null;
|
|
1589
|
+
if (console.log(r), console.log(JSON.stringify(n)), !n)
|
|
1578
1590
|
console.log("Not data received"), o.result[r] = null;
|
|
1579
1591
|
else
|
|
1580
1592
|
switch (r) {
|
|
1581
1593
|
case s.announcement:
|
|
1582
|
-
o.result[r] = be(
|
|
1594
|
+
o.result[r] = be(n);
|
|
1583
1595
|
break;
|
|
1584
1596
|
case s.gameList:
|
|
1585
|
-
o.result[r] = ye(
|
|
1597
|
+
o.result[r] = ye(n);
|
|
1586
1598
|
break;
|
|
1587
1599
|
case s.cmsList:
|
|
1588
|
-
o.result[r] = ke(
|
|
1600
|
+
o.result[r] = ke(n);
|
|
1589
1601
|
break;
|
|
1590
1602
|
case s.paymentsProvider:
|
|
1591
1603
|
o.result[r] = ce(
|
|
1592
|
-
|
|
1604
|
+
n
|
|
1593
1605
|
);
|
|
1594
1606
|
break;
|
|
1595
1607
|
case s.getUserProfile:
|
|
1596
|
-
o.result[r] = fe(
|
|
1608
|
+
o.result[r] = fe(n);
|
|
1597
1609
|
break;
|
|
1598
1610
|
case s.vipList:
|
|
1599
|
-
o.result[r] = _e(
|
|
1611
|
+
o.result[r] = _e(n);
|
|
1600
1612
|
break;
|
|
1601
1613
|
case s.vipBonus:
|
|
1602
|
-
o.result[r] =
|
|
1614
|
+
o.result[r] = he(n);
|
|
1603
1615
|
break;
|
|
1604
1616
|
case s.vipFieldStatus:
|
|
1605
|
-
o.result[r] = Te(
|
|
1617
|
+
o.result[r] = Te(n);
|
|
1606
1618
|
break;
|
|
1607
1619
|
case s.vipStatus:
|
|
1608
|
-
o.result[r] = Re(
|
|
1620
|
+
o.result[r] = Re(n);
|
|
1609
1621
|
break;
|
|
1610
1622
|
case s.promotion:
|
|
1611
|
-
o.result[r] =
|
|
1623
|
+
o.result[r] = ve(n);
|
|
1612
1624
|
break;
|
|
1613
1625
|
case s.getSetting:
|
|
1614
|
-
o.result[r] = Se(
|
|
1626
|
+
o.result[r] = Se(n);
|
|
1615
1627
|
break;
|
|
1616
1628
|
case s.getCountryMobile:
|
|
1617
1629
|
o.result[r] = Pe(
|
|
1618
|
-
|
|
1630
|
+
n
|
|
1619
1631
|
);
|
|
1620
1632
|
break;
|
|
1621
1633
|
case s.getPlatformTurnoverRate:
|
|
1622
1634
|
o.result[r] = Oe(
|
|
1623
|
-
|
|
1635
|
+
n
|
|
1624
1636
|
);
|
|
1625
1637
|
break;
|
|
1626
1638
|
case s.mainWallet:
|
|
1627
|
-
o.result[r] = Me(
|
|
1639
|
+
o.result[r] = Me(n);
|
|
1628
1640
|
break;
|
|
1629
1641
|
case s.getLanguageSetting:
|
|
1630
1642
|
o.result[r] = je(
|
|
1631
|
-
|
|
1643
|
+
n
|
|
1632
1644
|
);
|
|
1633
1645
|
break;
|
|
1634
1646
|
case s.getFourDimensionData:
|
|
1635
1647
|
o.result[r] = De(
|
|
1636
|
-
|
|
1648
|
+
n
|
|
1637
1649
|
);
|
|
1638
1650
|
break;
|
|
1639
1651
|
case s.getCompany:
|
|
1640
|
-
o.result[r] = xe(
|
|
1652
|
+
o.result[r] = xe(n);
|
|
1641
1653
|
break;
|
|
1642
1654
|
case s.searchResultDate:
|
|
1643
1655
|
o.result[r] = Ce(
|
|
1644
|
-
|
|
1656
|
+
n
|
|
1645
1657
|
);
|
|
1646
1658
|
break;
|
|
1647
1659
|
case s.searchHot:
|
|
1648
|
-
o.result[r] = Le(
|
|
1660
|
+
o.result[r] = Le(n);
|
|
1649
1661
|
break;
|
|
1650
1662
|
case s.searchByDate:
|
|
1651
|
-
o.result[r] =
|
|
1663
|
+
o.result[r] = Ge(n);
|
|
1652
1664
|
break;
|
|
1653
1665
|
case s.upcomingMatches:
|
|
1654
|
-
o.result[r] =
|
|
1655
|
-
|
|
1666
|
+
o.result[r] = we(
|
|
1667
|
+
n
|
|
1656
1668
|
);
|
|
1657
1669
|
break;
|
|
1658
1670
|
case s.deposit:
|
|
1659
|
-
o.result[r] =
|
|
1671
|
+
o.result[r] = Fe(n);
|
|
1660
1672
|
break;
|
|
1661
1673
|
case s.applyVipBonus:
|
|
1662
|
-
o.result[r] =
|
|
1674
|
+
o.result[r] = ze(n);
|
|
1663
1675
|
break;
|
|
1664
1676
|
case s.withdraw:
|
|
1665
|
-
o.result[r] = Ne(
|
|
1677
|
+
o.result[r] = Ne(n);
|
|
1666
1678
|
break;
|
|
1667
1679
|
case s.getBankCardData:
|
|
1668
1680
|
o.result[r] = Be(
|
|
1669
|
-
|
|
1681
|
+
n
|
|
1670
1682
|
);
|
|
1671
1683
|
break;
|
|
1672
1684
|
case s.withdrawalGet:
|
|
1673
|
-
o.result[r] = Ue(
|
|
1685
|
+
o.result[r] = Ue(n);
|
|
1674
1686
|
break;
|
|
1675
1687
|
case s.addBankCard:
|
|
1676
|
-
o.result[r] = We(
|
|
1688
|
+
o.result[r] = We(n);
|
|
1677
1689
|
break;
|
|
1678
1690
|
case s.transactionReport:
|
|
1679
1691
|
o.result[r] = qe(
|
|
1680
|
-
|
|
1692
|
+
n
|
|
1681
1693
|
);
|
|
1682
1694
|
break;
|
|
1683
1695
|
case s.changePassword:
|
|
1684
|
-
o.result[r] = Ee(
|
|
1696
|
+
o.result[r] = Ee(n);
|
|
1685
1697
|
break;
|
|
1686
1698
|
case s.wallet:
|
|
1687
|
-
o.result[r] = $e(
|
|
1699
|
+
o.result[r] = $e(n);
|
|
1688
1700
|
break;
|
|
1689
1701
|
case s.getEventList:
|
|
1690
|
-
o.result[r] = He(
|
|
1702
|
+
o.result[r] = He(n);
|
|
1691
1703
|
break;
|
|
1692
1704
|
case s.getEventToken:
|
|
1693
|
-
o.result[r] = Ae(
|
|
1705
|
+
o.result[r] = Ae(n);
|
|
1694
1706
|
break;
|
|
1695
1707
|
case s.getExtraGame:
|
|
1696
|
-
o.result[r] = Je(
|
|
1708
|
+
o.result[r] = Je(n);
|
|
1697
1709
|
break;
|
|
1698
1710
|
case s.mailBox:
|
|
1699
|
-
o.result[r] = Ye(
|
|
1711
|
+
o.result[r] = Ye(n);
|
|
1700
1712
|
break;
|
|
1701
1713
|
case s.fishGameList:
|
|
1702
|
-
o.result[r] = Ke(
|
|
1714
|
+
o.result[r] = Ke(n);
|
|
1703
1715
|
break;
|
|
1704
1716
|
case s.slotGameList:
|
|
1705
|
-
o.result[r] = Qe(
|
|
1717
|
+
o.result[r] = Qe(n);
|
|
1706
1718
|
break;
|
|
1707
1719
|
case s.getTurnOverRewardData:
|
|
1708
1720
|
o.result[r] = Xe(
|
|
1709
|
-
|
|
1721
|
+
n
|
|
1710
1722
|
);
|
|
1711
1723
|
break;
|
|
1712
1724
|
case s.getTurnOverRewardReport:
|
|
1713
1725
|
o.result[r] = Ze(
|
|
1714
|
-
|
|
1726
|
+
n
|
|
1715
1727
|
);
|
|
1716
1728
|
break;
|
|
1717
1729
|
case s.getInviteRewardData:
|
|
1718
1730
|
o.result[r] = et(
|
|
1719
|
-
|
|
1731
|
+
n
|
|
1720
1732
|
);
|
|
1721
1733
|
break;
|
|
1722
1734
|
case s.getInviteRewardReport:
|
|
1723
1735
|
o.result[r] = tt(
|
|
1724
|
-
|
|
1736
|
+
n
|
|
1725
1737
|
);
|
|
1726
1738
|
break;
|
|
1727
1739
|
case s.getTopupRewardData:
|
|
1728
|
-
o.result[r] =
|
|
1729
|
-
|
|
1740
|
+
o.result[r] = at(
|
|
1741
|
+
n
|
|
1730
1742
|
);
|
|
1731
1743
|
break;
|
|
1732
1744
|
case s.getTopupRewardReport:
|
|
1733
|
-
o.result[r] =
|
|
1734
|
-
|
|
1745
|
+
o.result[r] = nt(
|
|
1746
|
+
n
|
|
1735
1747
|
);
|
|
1736
1748
|
break;
|
|
1737
1749
|
case s.getRewardReferral:
|
|
1738
1750
|
o.result[r] = ot(
|
|
1739
|
-
|
|
1751
|
+
n
|
|
1740
1752
|
);
|
|
1741
1753
|
break;
|
|
1742
1754
|
case s.submitWithdrawValidate:
|
|
1743
|
-
o.result[r] = A(
|
|
1755
|
+
o.result[r] = A(n);
|
|
1744
1756
|
break;
|
|
1745
1757
|
case s.getDepositPromotion:
|
|
1746
1758
|
o.result[r] = rt(
|
|
1747
|
-
|
|
1759
|
+
n
|
|
1748
1760
|
);
|
|
1749
1761
|
break;
|
|
1750
1762
|
case s.getTopUpRewardClaim:
|
|
1751
1763
|
o.result[r] = st(
|
|
1752
|
-
|
|
1764
|
+
n
|
|
1753
1765
|
);
|
|
1754
1766
|
break;
|
|
1755
1767
|
case s.getInviteRewardClaim:
|
|
1756
1768
|
o.result[r] = it(
|
|
1757
|
-
|
|
1769
|
+
n
|
|
1758
1770
|
);
|
|
1759
1771
|
break;
|
|
1760
1772
|
case s.getTurnOverRewardClaim:
|
|
1761
1773
|
o.result[r] = lt(
|
|
1762
|
-
|
|
1774
|
+
n
|
|
1763
1775
|
);
|
|
1764
1776
|
break;
|
|
1765
1777
|
case s.getInviteRewardSetting:
|
|
1766
1778
|
o.result[r] = ut(
|
|
1767
|
-
|
|
1779
|
+
n
|
|
1768
1780
|
);
|
|
1769
1781
|
break;
|
|
1770
1782
|
case s.getTurnOverRewardSetting:
|
|
1771
1783
|
o.result[r] = dt(
|
|
1772
|
-
|
|
1784
|
+
n
|
|
1773
1785
|
);
|
|
1774
1786
|
break;
|
|
1775
1787
|
case s.getTopUpRewardSetting:
|
|
1776
1788
|
o.result[r] = ct(
|
|
1777
|
-
|
|
1789
|
+
n
|
|
1778
1790
|
);
|
|
1779
1791
|
break;
|
|
1780
1792
|
case s.requestForgetPassword:
|
|
1781
1793
|
o.result[r] = mt(
|
|
1782
|
-
|
|
1794
|
+
n
|
|
1783
1795
|
);
|
|
1784
1796
|
break;
|
|
1785
1797
|
case s.submitForgetPassword:
|
|
1786
1798
|
o.result[r] = pt(
|
|
1787
|
-
|
|
1799
|
+
n
|
|
1788
1800
|
);
|
|
1789
1801
|
break;
|
|
1790
1802
|
case s.getImage:
|
|
1791
|
-
o.result[r] = gt(
|
|
1803
|
+
o.result[r] = gt(n);
|
|
1792
1804
|
break;
|
|
1793
1805
|
case s.getDepositValidate:
|
|
1794
|
-
o.result[r] = H(
|
|
1806
|
+
o.result[r] = H(n);
|
|
1795
1807
|
break;
|
|
1796
1808
|
case s.getWithdrawValidate:
|
|
1797
|
-
o.result[r] = H(
|
|
1809
|
+
o.result[r] = H(n);
|
|
1798
1810
|
break;
|
|
1799
1811
|
case s.getTransferCreditValidate:
|
|
1800
|
-
o.result[r] = H(
|
|
1812
|
+
o.result[r] = H(n);
|
|
1801
1813
|
break;
|
|
1802
1814
|
case s.updateProfilePicture:
|
|
1803
1815
|
o.result[r] = ft(
|
|
1804
|
-
|
|
1816
|
+
n
|
|
1805
1817
|
);
|
|
1806
1818
|
break;
|
|
1807
1819
|
case s.readMail:
|
|
1808
|
-
o.result[r] = yt(
|
|
1820
|
+
o.result[r] = yt(n);
|
|
1809
1821
|
break;
|
|
1810
1822
|
case s.checkRedPacketValidate:
|
|
1811
1823
|
o.result[r] = _t(
|
|
1812
|
-
|
|
1824
|
+
n
|
|
1813
1825
|
);
|
|
1814
1826
|
break;
|
|
1815
1827
|
case s.requestTacCode:
|
|
1816
|
-
o.result[r] =
|
|
1828
|
+
o.result[r] = vt(n);
|
|
1817
1829
|
break;
|
|
1818
1830
|
case s.getUsernameByRefer:
|
|
1819
|
-
o.result[r] =
|
|
1820
|
-
|
|
1831
|
+
o.result[r] = ht(
|
|
1832
|
+
n
|
|
1821
1833
|
);
|
|
1822
1834
|
break;
|
|
1823
1835
|
case s.applyPromo:
|
|
1824
|
-
o.result[r] = Tt(
|
|
1836
|
+
o.result[r] = Tt(n);
|
|
1825
1837
|
break;
|
|
1826
1838
|
case s.applyRedPacket:
|
|
1827
|
-
o.result[r] = Rt(
|
|
1839
|
+
o.result[r] = Rt(n);
|
|
1828
1840
|
break;
|
|
1829
1841
|
case s.applySignIn:
|
|
1830
|
-
o.result[r] = St(
|
|
1842
|
+
o.result[r] = St(n);
|
|
1831
1843
|
break;
|
|
1832
1844
|
case s.getCountry:
|
|
1833
|
-
o.result[r] = kt(
|
|
1845
|
+
o.result[r] = kt(n);
|
|
1834
1846
|
break;
|
|
1835
1847
|
case s.submitGiftCode:
|
|
1836
|
-
o.result[r] = Pt(
|
|
1848
|
+
o.result[r] = Pt(n);
|
|
1837
1849
|
break;
|
|
1838
1850
|
case s.playGame:
|
|
1839
|
-
o.result[r] = Ot(
|
|
1851
|
+
o.result[r] = Ot(n);
|
|
1840
1852
|
break;
|
|
1841
1853
|
case s.transferToMain:
|
|
1842
|
-
o.result[r] = Mt(
|
|
1854
|
+
o.result[r] = Mt(n);
|
|
1843
1855
|
break;
|
|
1844
1856
|
case s.transferProcess:
|
|
1845
1857
|
o.result[r] = jt(
|
|
1846
|
-
|
|
1858
|
+
n
|
|
1847
1859
|
);
|
|
1848
1860
|
break;
|
|
1849
1861
|
case s.submitDepositValidate:
|
|
1850
|
-
o.result[r] = A(
|
|
1862
|
+
o.result[r] = A(n);
|
|
1851
1863
|
break;
|
|
1852
1864
|
case s.submitTransferCreditValidate:
|
|
1853
|
-
o.result[r] = A(
|
|
1865
|
+
o.result[r] = A(n);
|
|
1854
1866
|
break;
|
|
1855
1867
|
case s.checkTransferCredit:
|
|
1856
1868
|
o.result[r] = Dt(
|
|
1857
|
-
|
|
1869
|
+
n
|
|
1858
1870
|
);
|
|
1859
1871
|
break;
|
|
1860
1872
|
case s.friendList:
|
|
1861
|
-
o.result[r] = xt(
|
|
1873
|
+
o.result[r] = xt(n);
|
|
1862
1874
|
break;
|
|
1863
1875
|
case s.friendListEdit:
|
|
1864
|
-
o.result[r] = Ct(
|
|
1876
|
+
o.result[r] = Ct(n);
|
|
1865
1877
|
break;
|
|
1866
1878
|
case s.getActivePP:
|
|
1867
|
-
o.result[r] = It(
|
|
1879
|
+
o.result[r] = It(n);
|
|
1868
1880
|
break;
|
|
1869
1881
|
case s.getActiveProduct:
|
|
1870
1882
|
o.result[r] = Lt(
|
|
1871
|
-
|
|
1883
|
+
n
|
|
1872
1884
|
);
|
|
1873
1885
|
break;
|
|
1874
1886
|
case s.requestWithdrawTac:
|
|
1875
|
-
o.result[r] =
|
|
1876
|
-
|
|
1887
|
+
o.result[r] = Gt(
|
|
1888
|
+
n
|
|
1877
1889
|
);
|
|
1878
1890
|
break;
|
|
1879
1891
|
case s.requestWithdrawalCode:
|
|
1880
|
-
o.result[r] =
|
|
1881
|
-
|
|
1892
|
+
o.result[r] = wt(
|
|
1893
|
+
n
|
|
1882
1894
|
);
|
|
1883
1895
|
break;
|
|
1884
1896
|
case s.commissionWithdraw:
|
|
1885
|
-
o.result[r] =
|
|
1886
|
-
|
|
1897
|
+
o.result[r] = Ft(
|
|
1898
|
+
n
|
|
1887
1899
|
);
|
|
1888
1900
|
break;
|
|
1889
1901
|
case s.submitWithdrawalCode:
|
|
1890
|
-
o.result[r] =
|
|
1891
|
-
|
|
1902
|
+
o.result[r] = zt(
|
|
1903
|
+
n
|
|
1892
1904
|
);
|
|
1893
1905
|
break;
|
|
1894
1906
|
case s.submitCryptoAccount:
|
|
1895
1907
|
o.result[r] = Nt(
|
|
1896
|
-
|
|
1908
|
+
n
|
|
1897
1909
|
);
|
|
1898
1910
|
break;
|
|
1899
1911
|
case s.requestTransferMoney:
|
|
1900
1912
|
o.result[r] = Bt(
|
|
1901
|
-
|
|
1913
|
+
n
|
|
1902
1914
|
);
|
|
1903
1915
|
break;
|
|
1904
1916
|
case s.submitTransferMoney:
|
|
1905
1917
|
o.result[r] = Ut(
|
|
1906
|
-
|
|
1918
|
+
n
|
|
1907
1919
|
);
|
|
1908
1920
|
break;
|
|
1909
1921
|
case s.requestUpdateMobileTacCode:
|
|
1910
1922
|
o.result[r] = Wt(
|
|
1911
|
-
|
|
1923
|
+
n
|
|
1912
1924
|
);
|
|
1913
1925
|
break;
|
|
1914
1926
|
case s.submitUpdateMobileTacCode:
|
|
1915
1927
|
o.result[r] = qt(
|
|
1916
|
-
|
|
1928
|
+
n
|
|
1917
1929
|
);
|
|
1918
1930
|
break;
|
|
1919
1931
|
case s.getVerifyPromo:
|
|
1920
|
-
o.result[r] = Vt(
|
|
1932
|
+
o.result[r] = Vt(n);
|
|
1921
1933
|
break;
|
|
1922
1934
|
case s.signInViewInfo:
|
|
1923
|
-
o.result[r] = Et(
|
|
1935
|
+
o.result[r] = Et(n);
|
|
1924
1936
|
break;
|
|
1925
1937
|
case s.signInRecord:
|
|
1926
|
-
o.result[r] = $t(
|
|
1938
|
+
o.result[r] = $t(n);
|
|
1927
1939
|
break;
|
|
1928
1940
|
case s.referralProfile:
|
|
1929
1941
|
o.result[r] = Ht(
|
|
1930
|
-
|
|
1942
|
+
n
|
|
1931
1943
|
);
|
|
1932
1944
|
break;
|
|
1933
1945
|
case s.referralMemberProfile:
|
|
1934
1946
|
o.result[r] = At(
|
|
1935
|
-
|
|
1947
|
+
n
|
|
1936
1948
|
);
|
|
1937
1949
|
break;
|
|
1938
1950
|
case s.registerAction:
|
|
1939
|
-
o.result[r] = Jt(
|
|
1951
|
+
o.result[r] = Jt(n);
|
|
1940
1952
|
break;
|
|
1941
1953
|
case s.transferReport:
|
|
1942
|
-
o.result[r] = Yt(
|
|
1954
|
+
o.result[r] = Yt(n);
|
|
1943
1955
|
break;
|
|
1944
1956
|
case s.agTransferCreditReport:
|
|
1945
1957
|
o.result[r] = Kt(
|
|
1946
|
-
|
|
1958
|
+
n
|
|
1947
1959
|
);
|
|
1948
1960
|
break;
|
|
1949
1961
|
case s.betReport:
|
|
1950
|
-
o.result[r] = Qt(
|
|
1962
|
+
o.result[r] = Qt(n);
|
|
1951
1963
|
break;
|
|
1952
1964
|
case s.getTwoFactorAuthenticate:
|
|
1953
1965
|
o.result[r] = Xt(
|
|
1954
|
-
|
|
1966
|
+
n
|
|
1955
1967
|
);
|
|
1956
1968
|
break;
|
|
1957
1969
|
case s.submitTwoFactorAuthenticate:
|
|
1958
1970
|
o.result[r] = Zt(
|
|
1959
|
-
|
|
1971
|
+
n
|
|
1960
1972
|
);
|
|
1961
1973
|
break;
|
|
1962
1974
|
case s.getUserDeviceList:
|
|
1963
|
-
o.result[r] =
|
|
1964
|
-
|
|
1975
|
+
o.result[r] = ea(
|
|
1976
|
+
n
|
|
1965
1977
|
);
|
|
1966
1978
|
break;
|
|
1967
1979
|
case s.unbindUserDevice:
|
|
1968
|
-
o.result[r] =
|
|
1969
|
-
|
|
1980
|
+
o.result[r] = ta(
|
|
1981
|
+
n
|
|
1970
1982
|
);
|
|
1971
1983
|
break;
|
|
1972
1984
|
case s.searchNumberHistory:
|
|
1973
|
-
o.result[r] =
|
|
1974
|
-
|
|
1985
|
+
o.result[r] = aa(
|
|
1986
|
+
n
|
|
1975
1987
|
);
|
|
1976
1988
|
break;
|
|
1977
1989
|
case s.changeWithdrawalCode:
|
|
1978
|
-
o.result[r] =
|
|
1979
|
-
|
|
1990
|
+
o.result[r] = na(
|
|
1991
|
+
n
|
|
1980
1992
|
);
|
|
1981
1993
|
break;
|
|
1982
1994
|
case s.checkRedPacketToken:
|
|
1983
|
-
o.result[r] =
|
|
1984
|
-
|
|
1995
|
+
o.result[r] = oa(
|
|
1996
|
+
n
|
|
1985
1997
|
);
|
|
1986
1998
|
break;
|
|
1987
1999
|
case s.submitWithdrawalAlipay:
|
|
1988
|
-
o.result[r] =
|
|
1989
|
-
|
|
2000
|
+
o.result[r] = ra(
|
|
2001
|
+
n
|
|
1990
2002
|
);
|
|
1991
2003
|
break;
|
|
1992
2004
|
case s.applyReliefFund:
|
|
1993
|
-
o.result[r] =
|
|
1994
|
-
|
|
2005
|
+
o.result[r] = ia(
|
|
2006
|
+
n
|
|
1995
2007
|
);
|
|
1996
2008
|
break;
|
|
1997
2009
|
case s.getReliefFundData:
|
|
1998
|
-
o.result[r] =
|
|
1999
|
-
|
|
2010
|
+
o.result[r] = la(
|
|
2011
|
+
n
|
|
2000
2012
|
);
|
|
2001
2013
|
break;
|
|
2002
2014
|
case s.getReliefFundReport:
|
|
2003
|
-
o.result[r] =
|
|
2004
|
-
|
|
2015
|
+
o.result[r] = ua(
|
|
2016
|
+
n
|
|
2005
2017
|
);
|
|
2006
2018
|
break;
|
|
2007
2019
|
case s.getWeekCardClaim:
|
|
2008
|
-
o.result[r] =
|
|
2009
|
-
|
|
2020
|
+
o.result[r] = da(
|
|
2021
|
+
n
|
|
2010
2022
|
);
|
|
2011
2023
|
break;
|
|
2012
2024
|
case s.getWeekCardData:
|
|
2013
|
-
o.result[r] =
|
|
2014
|
-
|
|
2025
|
+
o.result[r] = ca(
|
|
2026
|
+
n
|
|
2015
2027
|
);
|
|
2016
2028
|
break;
|
|
2017
2029
|
case s.applyWeekCard:
|
|
2018
|
-
o.result[r] =
|
|
2030
|
+
o.result[r] = ma(n);
|
|
2019
2031
|
break;
|
|
2020
2032
|
case s.transferSetting:
|
|
2021
|
-
o.result[r] =
|
|
2022
|
-
|
|
2033
|
+
o.result[r] = pa(
|
|
2034
|
+
n
|
|
2023
2035
|
);
|
|
2024
2036
|
break;
|
|
2025
2037
|
case s.transfer:
|
|
2026
|
-
o.result[r] =
|
|
2038
|
+
o.result[r] = ga(n);
|
|
2027
2039
|
break;
|
|
2028
2040
|
case s.getIncentiveData:
|
|
2029
|
-
o.result[r] =
|
|
2030
|
-
|
|
2041
|
+
o.result[r] = ba(
|
|
2042
|
+
n
|
|
2031
2043
|
);
|
|
2032
2044
|
break;
|
|
2033
2045
|
case s.getIncentiveRebate:
|
|
2034
|
-
o.result[r] =
|
|
2035
|
-
|
|
2046
|
+
o.result[r] = fa(
|
|
2047
|
+
n
|
|
2036
2048
|
);
|
|
2037
2049
|
break;
|
|
2038
2050
|
case s.claimIncentiveRebate:
|
|
2039
|
-
o.result[r] =
|
|
2040
|
-
|
|
2051
|
+
o.result[r] = ya(
|
|
2052
|
+
n
|
|
2041
2053
|
);
|
|
2042
2054
|
break;
|
|
2043
2055
|
case s.registerForm:
|
|
2044
|
-
o.result[r] =
|
|
2056
|
+
o.result[r] = _a(n);
|
|
2057
|
+
break;
|
|
2058
|
+
case s.getFavouriteGame:
|
|
2059
|
+
o.result[r] = va(
|
|
2060
|
+
n
|
|
2061
|
+
);
|
|
2062
|
+
break;
|
|
2063
|
+
case s.updateFavouriteGame:
|
|
2064
|
+
o.result[r] = ha(
|
|
2065
|
+
n
|
|
2066
|
+
);
|
|
2045
2067
|
break;
|
|
2046
2068
|
}
|
|
2047
2069
|
}
|
|
2048
2070
|
if (s.getIncentiveData in o.result && ((t = o.result) != null && t.getIncentiveData)) {
|
|
2049
2071
|
const c = o.result.getIncentiveData;
|
|
2050
2072
|
if (s.getIncentiveRebate in o.result) {
|
|
2051
|
-
if ((
|
|
2073
|
+
if ((a = o.result) != null && a.getIncentiveRebate) {
|
|
2052
2074
|
const y = o.result.getIncentiveRebate;
|
|
2053
2075
|
c.claimable = Number(y.amount);
|
|
2054
2076
|
}
|
|
@@ -2062,17 +2084,17 @@ const sn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2062
2084
|
if (s.getSetting in o.result && ((i = o.result) != null && i.getSetting && (y = o.result.getSetting.vipCalculation), delete o.result.getSetting), s.vipStatus in o.result) {
|
|
2063
2085
|
if ((l = o.result) != null && l.vipStatus) {
|
|
2064
2086
|
const r = o.result.vipStatus, {
|
|
2065
|
-
current_grade_id:
|
|
2066
|
-
current_deposit:
|
|
2087
|
+
current_grade_id: n,
|
|
2088
|
+
current_deposit: v,
|
|
2067
2089
|
current_turnover: P,
|
|
2068
2090
|
percentage: D
|
|
2069
|
-
} = r, x = c.list.findIndex((O) => O.id ===
|
|
2091
|
+
} = r, x = c.list.findIndex((O) => O.id === n);
|
|
2070
2092
|
c.list = c.list.map((O, M) => {
|
|
2071
|
-
const
|
|
2093
|
+
const w = M === x;
|
|
2072
2094
|
let I = "0", f = "0", N = 0;
|
|
2073
|
-
return
|
|
2095
|
+
return w ? (I = `${Math.min(Number(v), Number(O.deposit.total))}`, f = `${Math.min(Number(P), Number(O.turnover.total))}`, N = D) : M < x ? (I = O.deposit.total, f = O.turnover.total, N = 1) : M > x && (I = "0.00", f = "0.00", N = 0), {
|
|
2074
2096
|
...O,
|
|
2075
|
-
is_current_level:
|
|
2097
|
+
is_current_level: w,
|
|
2076
2098
|
deposit: {
|
|
2077
2099
|
...O.deposit,
|
|
2078
2100
|
isShow: y === 1 || y === 3 || y === 4,
|
|
@@ -2091,17 +2113,17 @@ const sn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2091
2113
|
}
|
|
2092
2114
|
if (s.vipBonus in o.result) {
|
|
2093
2115
|
if ((d = o.result) != null && d.vipBonus) {
|
|
2094
|
-
const r = o.result.vipBonus,
|
|
2116
|
+
const r = o.result.vipBonus, n = c.list.find((N) => N.is_current_level == !0), v = Number(n == null ? void 0 : n.benefit_list.daily.bonus) ?? 0, P = Number(n == null ? void 0 : n.benefit_list.weekly.bonus) ?? 0, D = Number(n == null ? void 0 : n.benefit_list.monthly.bonus) ?? 0;
|
|
2095
2117
|
c.bonus.day.isClaimable = r.day.isClaimable;
|
|
2096
2118
|
const { dayRemainingTime: x, dayProgressPercentage: O } = le();
|
|
2097
2119
|
c.bonus.day.timestamp = {
|
|
2098
|
-
current: !r.day.isClaimable &&
|
|
2120
|
+
current: !r.day.isClaimable && v > 0 ? x : 0,
|
|
2099
2121
|
percentage: O
|
|
2100
2122
|
}, c.bonus.week.isClaimable = r.week.isClaimable;
|
|
2101
|
-
const { weekRemainingTime: M, weekProgressPercentage:
|
|
2123
|
+
const { weekRemainingTime: M, weekProgressPercentage: w } = ie();
|
|
2102
2124
|
c.bonus.week.timestamp = {
|
|
2103
2125
|
current: !r.week.isClaimable && P > 0 ? M : 0,
|
|
2104
|
-
percentage:
|
|
2126
|
+
percentage: w
|
|
2105
2127
|
}, c.bonus.month.isClaimable = r.month.isClaimable;
|
|
2106
2128
|
const { monthRemainingTime: I, monthProgressPercentage: f } = se();
|
|
2107
2129
|
c.bonus.month.timestamp = {
|
|
@@ -2113,24 +2135,24 @@ const sn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2113
2135
|
}
|
|
2114
2136
|
if (s.vipFieldStatus in o.result) {
|
|
2115
2137
|
if ((m = o.result) != null && m.vipFieldStatus) {
|
|
2116
|
-
const r = o.result.vipFieldStatus,
|
|
2117
|
-
|
|
2138
|
+
const r = o.result.vipFieldStatus, n = [];
|
|
2139
|
+
n.push({
|
|
2118
2140
|
name: "",
|
|
2119
2141
|
code: "vipLevel",
|
|
2120
2142
|
value: c.list.map((f) => f.name)
|
|
2121
2143
|
});
|
|
2122
|
-
const
|
|
2144
|
+
const v = r.findIndex(
|
|
2123
2145
|
(f) => f.fieldName == "upgrade_bonus"
|
|
2124
2146
|
);
|
|
2125
|
-
|
|
2126
|
-
name: r[
|
|
2147
|
+
v > -1 && n.push({
|
|
2148
|
+
name: r[v].showName,
|
|
2127
2149
|
code: "",
|
|
2128
2150
|
value: c.list.map((f) => f.benefit_list.upgrade.bonus)
|
|
2129
2151
|
});
|
|
2130
2152
|
const P = r.findIndex(
|
|
2131
2153
|
(f) => f.fieldName == "upgrade_bonus_multiply"
|
|
2132
2154
|
);
|
|
2133
|
-
P > -1 &&
|
|
2155
|
+
P > -1 && n.push({
|
|
2134
2156
|
name: r[P].showName,
|
|
2135
2157
|
code: "",
|
|
2136
2158
|
value: c.list.map((f) => f.benefit_list.upgrade.turnover)
|
|
@@ -2138,7 +2160,7 @@ const sn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2138
2160
|
const D = r.findIndex(
|
|
2139
2161
|
(f) => f.fieldName == "monthly_bonus"
|
|
2140
2162
|
);
|
|
2141
|
-
c.bonus.month.isShow = D > -1, D > -1 &&
|
|
2163
|
+
c.bonus.month.isShow = D > -1, D > -1 && n.push({
|
|
2142
2164
|
name: r[D].showName,
|
|
2143
2165
|
code: "",
|
|
2144
2166
|
value: c.list.map((f) => f.benefit_list.monthly.bonus)
|
|
@@ -2146,7 +2168,7 @@ const sn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2146
2168
|
const x = r.findIndex(
|
|
2147
2169
|
(f) => f.fieldName == "monthly_bonus_multiply"
|
|
2148
2170
|
);
|
|
2149
|
-
x > -1 &&
|
|
2171
|
+
x > -1 && n.push({
|
|
2150
2172
|
name: r[x].showName,
|
|
2151
2173
|
code: "",
|
|
2152
2174
|
value: c.list.map((f) => f.benefit_list.monthly.turnover)
|
|
@@ -2154,7 +2176,7 @@ const sn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2154
2176
|
const O = r.findIndex(
|
|
2155
2177
|
(f) => f.fieldName == "weekly_bonus"
|
|
2156
2178
|
);
|
|
2157
|
-
c.bonus.week.isShow = O > -1, O > -1 &&
|
|
2179
|
+
c.bonus.week.isShow = O > -1, O > -1 && n.push({
|
|
2158
2180
|
name: r[O].showName,
|
|
2159
2181
|
code: "",
|
|
2160
2182
|
value: c.list.map((f) => f.benefit_list.weekly.bonus)
|
|
@@ -2162,35 +2184,35 @@ const sn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2162
2184
|
const M = r.findIndex(
|
|
2163
2185
|
(f) => f.fieldName == "weekly_bonus_multiply"
|
|
2164
2186
|
);
|
|
2165
|
-
M > -1 &&
|
|
2187
|
+
M > -1 && n.push({
|
|
2166
2188
|
name: r[M].showName,
|
|
2167
2189
|
code: "",
|
|
2168
2190
|
value: c.list.map((f) => f.benefit_list.weekly.turnover)
|
|
2169
2191
|
});
|
|
2170
|
-
const
|
|
2192
|
+
const w = r.findIndex(
|
|
2171
2193
|
(f) => f.fieldName == "daily_bonus"
|
|
2172
2194
|
);
|
|
2173
|
-
c.bonus.day.isShow =
|
|
2174
|
-
name: r[
|
|
2195
|
+
c.bonus.day.isShow = w > -1, w > -1 && n.push({
|
|
2196
|
+
name: r[w].showName,
|
|
2175
2197
|
code: "",
|
|
2176
2198
|
value: c.list.map((f) => f.benefit_list.daily.bonus)
|
|
2177
2199
|
});
|
|
2178
2200
|
const I = r.findIndex(
|
|
2179
2201
|
(f) => f.fieldName == "daily_bonus_multiply"
|
|
2180
2202
|
);
|
|
2181
|
-
I > -1 &&
|
|
2203
|
+
I > -1 && n.push({
|
|
2182
2204
|
name: r[I].showName,
|
|
2183
2205
|
code: "",
|
|
2184
2206
|
value: c.list.map((f) => f.benefit_list.daily.turnover)
|
|
2185
|
-
}), (y === 1 || y === 3 || y === 4) &&
|
|
2207
|
+
}), (y === 1 || y === 3 || y === 4) && n.push({
|
|
2186
2208
|
name: "",
|
|
2187
2209
|
code: "detail_deposit",
|
|
2188
2210
|
value: c.list.map((f) => f.deposit.total)
|
|
2189
|
-
}), (y === 2 || y === 3 || y === 4) &&
|
|
2211
|
+
}), (y === 2 || y === 3 || y === 4) && n.push({
|
|
2190
2212
|
name: "",
|
|
2191
2213
|
code: "detail_turnover",
|
|
2192
2214
|
value: c.list.map((f) => f.turnover.total)
|
|
2193
|
-
}), c.detail =
|
|
2215
|
+
}), c.detail = n;
|
|
2194
2216
|
}
|
|
2195
2217
|
delete o.result.vipFieldStatus;
|
|
2196
2218
|
}
|
|
@@ -2202,68 +2224,68 @@ const sn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2202
2224
|
if (s.getPlatformTurnoverRate in o.result && ((p = o.result) != null && p.getPlatformTurnoverRate)) {
|
|
2203
2225
|
const y = o.result.getPlatformTurnoverRate;
|
|
2204
2226
|
c.platformGameList = c.platformGameList.map((r) => {
|
|
2205
|
-
const
|
|
2206
|
-
(
|
|
2227
|
+
const n = y.find(
|
|
2228
|
+
(v) => v.id === r.platformId
|
|
2207
2229
|
);
|
|
2208
2230
|
return {
|
|
2209
2231
|
...r,
|
|
2210
|
-
rate: (
|
|
2232
|
+
rate: (n == null ? void 0 : n.percentage) ?? "0.00"
|
|
2211
2233
|
};
|
|
2212
2234
|
});
|
|
2213
2235
|
}
|
|
2214
2236
|
} else {
|
|
2215
|
-
const y = c.platformGame.map((r) => r.list.filter((
|
|
2237
|
+
const y = c.platformGame.map((r) => r.list.filter((n) => n.flag.trial && !r.nextPage).map((n) => n));
|
|
2216
2238
|
if (c.trialGameList = y.flat(), s.fishGameList in o.result && o.result.fishGameList) {
|
|
2217
2239
|
const r = o.result.fishGameList;
|
|
2218
|
-
c.fishGameList = r.map((
|
|
2219
|
-
gameId: Number(
|
|
2220
|
-
platformId: Number(
|
|
2221
|
-
name:
|
|
2240
|
+
c.fishGameList = r.map((n) => ({
|
|
2241
|
+
gameId: Number(n.id),
|
|
2242
|
+
platformId: Number(n.platformProductID),
|
|
2243
|
+
name: n.gameName,
|
|
2222
2244
|
flag: {
|
|
2223
2245
|
value: 0,
|
|
2224
2246
|
hot: !1,
|
|
2225
2247
|
trial: !1,
|
|
2226
2248
|
new: !1
|
|
2227
2249
|
},
|
|
2228
|
-
imageUrl:
|
|
2250
|
+
imageUrl: n.imgUrl,
|
|
2229
2251
|
rate: "0.00"
|
|
2230
2252
|
})), delete o.result.fishGameList;
|
|
2231
2253
|
}
|
|
2232
2254
|
if (s.getPlatformTurnoverRate in o.result && ((_ = o.result) != null && _.getPlatformTurnoverRate)) {
|
|
2233
2255
|
const r = o.result.getPlatformTurnoverRate;
|
|
2234
|
-
c.platformGame.forEach((
|
|
2235
|
-
|
|
2256
|
+
c.platformGame.forEach((n) => {
|
|
2257
|
+
n.list = n.list.map((v) => {
|
|
2236
2258
|
const P = r.find(
|
|
2237
|
-
(D) => D.id ===
|
|
2259
|
+
(D) => D.id === v.platformId
|
|
2238
2260
|
);
|
|
2239
2261
|
return {
|
|
2240
|
-
...
|
|
2262
|
+
...v,
|
|
2241
2263
|
rate: (P == null ? void 0 : P.percentage) ?? "0.00"
|
|
2242
2264
|
};
|
|
2243
2265
|
});
|
|
2244
|
-
}), c.hotGameList = c.hotGameList.map((
|
|
2245
|
-
const
|
|
2246
|
-
(P) => P.id ===
|
|
2266
|
+
}), c.hotGameList = c.hotGameList.map((n) => {
|
|
2267
|
+
const v = r.find(
|
|
2268
|
+
(P) => P.id === n.platformId
|
|
2247
2269
|
);
|
|
2248
2270
|
return {
|
|
2249
|
-
...
|
|
2250
|
-
rate: (
|
|
2271
|
+
...n,
|
|
2272
|
+
rate: (v == null ? void 0 : v.percentage) ?? "0.00"
|
|
2251
2273
|
};
|
|
2252
|
-
}), c.trialGameList = c.trialGameList.map((
|
|
2253
|
-
const
|
|
2254
|
-
(P) => P.id ===
|
|
2274
|
+
}), c.trialGameList = c.trialGameList.map((n) => {
|
|
2275
|
+
const v = r.find(
|
|
2276
|
+
(P) => P.id === n.platformId
|
|
2255
2277
|
);
|
|
2256
2278
|
return {
|
|
2257
|
-
...
|
|
2258
|
-
rate: (
|
|
2279
|
+
...n,
|
|
2280
|
+
rate: (v == null ? void 0 : v.percentage) ?? "0.00"
|
|
2259
2281
|
};
|
|
2260
|
-
}), c.fishGameList = c.fishGameList.map((
|
|
2261
|
-
const
|
|
2262
|
-
(P) => P.id ===
|
|
2282
|
+
}), c.fishGameList = c.fishGameList.map((n) => {
|
|
2283
|
+
const v = r.find(
|
|
2284
|
+
(P) => P.id === n.platformId
|
|
2263
2285
|
);
|
|
2264
2286
|
return {
|
|
2265
|
-
...
|
|
2266
|
-
rate: (
|
|
2287
|
+
...n,
|
|
2288
|
+
rate: (v == null ? void 0 : v.percentage) ?? "0.00"
|
|
2267
2289
|
};
|
|
2268
2290
|
}), delete o.result.getPlatformTurnoverRate;
|
|
2269
2291
|
}
|
|
@@ -2272,11 +2294,11 @@ const sn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2272
2294
|
}
|
|
2273
2295
|
if (s.getCompany in o.result && ((j = o.result) != null && j.getCompany)) {
|
|
2274
2296
|
const c = o.result.getCompany;
|
|
2275
|
-
if (s.searchResultDate in o.result && (
|
|
2297
|
+
if (s.searchResultDate in o.result && (h = o.result) != null && h.searchResultDate) {
|
|
2276
2298
|
const y = o.result.searchResultDate;
|
|
2277
2299
|
c.forEach((r) => {
|
|
2278
|
-
const
|
|
2279
|
-
|
|
2300
|
+
const n = y.find((v) => v.id == r.id);
|
|
2301
|
+
n && (r.date = n == null ? void 0 : n.date);
|
|
2280
2302
|
}), delete o.result.searchResultDate;
|
|
2281
2303
|
}
|
|
2282
2304
|
o.result.getCompany = c;
|
|
@@ -2293,43 +2315,43 @@ const sn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2293
2315
|
result: {}
|
|
2294
2316
|
});
|
|
2295
2317
|
}
|
|
2296
|
-
},
|
|
2318
|
+
}, Ra = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2297
2319
|
__proto__: null,
|
|
2298
|
-
post:
|
|
2299
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2300
|
-
let
|
|
2320
|
+
post: Ta
|
|
2321
|
+
}, Symbol.toStringTag, { value: "Module" })), Sa = async (e, t) => {
|
|
2322
|
+
let a = {
|
|
2301
2323
|
status: 200,
|
|
2302
2324
|
message: "",
|
|
2303
2325
|
accessToken: ""
|
|
2304
2326
|
};
|
|
2305
2327
|
try {
|
|
2306
|
-
|
|
2328
|
+
a = {
|
|
2307
2329
|
status: 200,
|
|
2308
2330
|
message: "",
|
|
2309
|
-
accessToken: (await
|
|
2331
|
+
accessToken: (await F.post("/auth/sesh", {
|
|
2310
2332
|
usr: e,
|
|
2311
2333
|
pwd: t
|
|
2312
2334
|
})).data.access_token
|
|
2313
2335
|
};
|
|
2314
2336
|
} catch (u) {
|
|
2315
|
-
|
|
2337
|
+
a = {
|
|
2316
2338
|
status: u.status || 500,
|
|
2317
2339
|
message: u.message,
|
|
2318
2340
|
accessToken: ""
|
|
2319
2341
|
};
|
|
2320
2342
|
}
|
|
2321
|
-
return
|
|
2322
|
-
},
|
|
2343
|
+
return a;
|
|
2344
|
+
}, ka = async (e, t, a, u, i) => {
|
|
2323
2345
|
let l = {
|
|
2324
2346
|
status: 200,
|
|
2325
2347
|
message: "",
|
|
2326
2348
|
accessToken: ""
|
|
2327
2349
|
};
|
|
2328
2350
|
try {
|
|
2329
|
-
const m = (await
|
|
2351
|
+
const m = (await F.post("/auth/jwt", {
|
|
2330
2352
|
os: e,
|
|
2331
2353
|
usr: t,
|
|
2332
|
-
pwd:
|
|
2354
|
+
pwd: a,
|
|
2333
2355
|
mobileno: u,
|
|
2334
2356
|
type: i
|
|
2335
2357
|
})).data;
|
|
@@ -2346,17 +2368,17 @@ const sn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2346
2368
|
};
|
|
2347
2369
|
}
|
|
2348
2370
|
return l;
|
|
2349
|
-
},
|
|
2371
|
+
}, Pa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2350
2372
|
__proto__: null,
|
|
2351
|
-
call:
|
|
2352
|
-
debug:
|
|
2353
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2373
|
+
call: ka,
|
|
2374
|
+
debug: Sa
|
|
2375
|
+
}, Symbol.toStringTag, { value: "Module" })), Oa = async () => {
|
|
2354
2376
|
let e = {
|
|
2355
2377
|
status: 200,
|
|
2356
2378
|
message: ""
|
|
2357
2379
|
};
|
|
2358
2380
|
try {
|
|
2359
|
-
await
|
|
2381
|
+
await F.post("/auth/sesh/logout");
|
|
2360
2382
|
} catch (t) {
|
|
2361
2383
|
e = {
|
|
2362
2384
|
status: t.status || 500,
|
|
@@ -2364,9 +2386,9 @@ const sn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2364
2386
|
};
|
|
2365
2387
|
}
|
|
2366
2388
|
return e;
|
|
2367
|
-
},
|
|
2389
|
+
}, Ma = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2368
2390
|
__proto__: null,
|
|
2369
|
-
call:
|
|
2391
|
+
call: Oa
|
|
2370
2392
|
}, Symbol.toStringTag, { value: "Module" })), Q = {
|
|
2371
2393
|
data: {
|
|
2372
2394
|
status: !1,
|
|
@@ -2377,21 +2399,21 @@ const sn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2377
2399
|
accountId: 0
|
|
2378
2400
|
}
|
|
2379
2401
|
}
|
|
2380
|
-
},
|
|
2402
|
+
}, ja = async () => {
|
|
2381
2403
|
let e = {
|
|
2382
2404
|
status: 200,
|
|
2383
2405
|
message: "",
|
|
2384
2406
|
...Q
|
|
2385
2407
|
};
|
|
2386
2408
|
try {
|
|
2387
|
-
const
|
|
2409
|
+
const a = (await F.get("/autoregister")).data;
|
|
2388
2410
|
e.data = {
|
|
2389
|
-
status:
|
|
2390
|
-
message:
|
|
2411
|
+
status: a.status == 1,
|
|
2412
|
+
message: a.message ?? "",
|
|
2391
2413
|
data: {
|
|
2392
|
-
account:
|
|
2393
|
-
password:
|
|
2394
|
-
accountId:
|
|
2414
|
+
account: a.data.accountcode,
|
|
2415
|
+
password: a.data.password,
|
|
2416
|
+
accountId: a.data.accountid
|
|
2395
2417
|
}
|
|
2396
2418
|
};
|
|
2397
2419
|
} catch (t) {
|
|
@@ -2402,214 +2424,210 @@ const sn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2402
2424
|
};
|
|
2403
2425
|
}
|
|
2404
2426
|
return e;
|
|
2405
|
-
},
|
|
2427
|
+
}, Da = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2406
2428
|
__proto__: null,
|
|
2407
|
-
call:
|
|
2429
|
+
call: ja
|
|
2408
2430
|
}, Symbol.toStringTag, { value: "Module" })), X = {
|
|
2409
2431
|
data: {
|
|
2410
2432
|
status: !1,
|
|
2411
2433
|
message: ""
|
|
2412
2434
|
}
|
|
2413
|
-
},
|
|
2414
|
-
let
|
|
2435
|
+
}, xa = async (e, t) => {
|
|
2436
|
+
let a = {
|
|
2415
2437
|
status: 200,
|
|
2416
2438
|
message: "",
|
|
2417
2439
|
...X
|
|
2418
2440
|
};
|
|
2419
2441
|
try {
|
|
2420
|
-
const u = await
|
|
2442
|
+
const u = await F.post("/setlocale", {
|
|
2421
2443
|
language: e,
|
|
2422
2444
|
udid: t ?? ""
|
|
2423
2445
|
}), i = JSON.parse(
|
|
2424
2446
|
atob(u.data.responses[0].attributes)
|
|
2425
2447
|
);
|
|
2426
|
-
|
|
2448
|
+
a.data = {
|
|
2427
2449
|
status: i.status == 1,
|
|
2428
2450
|
message: i.message ?? ""
|
|
2429
2451
|
};
|
|
2430
2452
|
} catch (u) {
|
|
2431
|
-
|
|
2453
|
+
a = {
|
|
2432
2454
|
status: u.status || 500,
|
|
2433
2455
|
message: u.message,
|
|
2434
2456
|
...X
|
|
2435
2457
|
};
|
|
2436
2458
|
}
|
|
2437
|
-
return
|
|
2438
|
-
},
|
|
2459
|
+
return a;
|
|
2460
|
+
}, Ca = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2439
2461
|
__proto__: null,
|
|
2440
|
-
call:
|
|
2441
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2462
|
+
call: xa
|
|
2463
|
+
}, Symbol.toStringTag, { value: "Module" })), Ia = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2442
2464
|
__proto__: null
|
|
2443
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2465
|
+
}, Symbol.toStringTag, { value: "Module" })), La = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2444
2466
|
__proto__: null
|
|
2445
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2467
|
+
}, Symbol.toStringTag, { value: "Module" })), Ga = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2446
2468
|
__proto__: null
|
|
2447
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2469
|
+
}, Symbol.toStringTag, { value: "Module" })), wa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2448
2470
|
__proto__: null
|
|
2449
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2471
|
+
}, Symbol.toStringTag, { value: "Module" })), Fa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2450
2472
|
__proto__: null
|
|
2451
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2473
|
+
}, Symbol.toStringTag, { value: "Module" })), za = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2452
2474
|
__proto__: null
|
|
2453
2475
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
2454
|
-
var
|
|
2455
|
-
const
|
|
2476
|
+
var ae = /* @__PURE__ */ ((e) => (e.mobileBanner = "mobileBanner", e.mobileAbout = "mobileAbout", e.mobileAd = "mobileAd", e.about = "about", e))(ae || {});
|
|
2477
|
+
const Na = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2456
2478
|
__proto__: null,
|
|
2457
|
-
CmsType:
|
|
2458
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2479
|
+
CmsType: ae
|
|
2480
|
+
}, Symbol.toStringTag, { value: "Module" })), Ba = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2459
2481
|
__proto__: null
|
|
2460
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2482
|
+
}, Symbol.toStringTag, { value: "Module" })), Ua = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2461
2483
|
__proto__: null
|
|
2462
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2484
|
+
}, Symbol.toStringTag, { value: "Module" })), Wa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2463
2485
|
__proto__: null
|
|
2464
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2486
|
+
}, Symbol.toStringTag, { value: "Module" })), qa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2465
2487
|
__proto__: null
|
|
2466
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2488
|
+
}, Symbol.toStringTag, { value: "Module" })), Va = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2467
2489
|
__proto__: null
|
|
2468
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2490
|
+
}, Symbol.toStringTag, { value: "Module" })), Ea = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2469
2491
|
__proto__: null
|
|
2470
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2492
|
+
}, Symbol.toStringTag, { value: "Module" })), $a = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2471
2493
|
__proto__: null
|
|
2472
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2494
|
+
}, Symbol.toStringTag, { value: "Module" })), Ha = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2473
2495
|
__proto__: null
|
|
2474
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2496
|
+
}, Symbol.toStringTag, { value: "Module" })), Aa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2475
2497
|
__proto__: null
|
|
2476
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2498
|
+
}, Symbol.toStringTag, { value: "Module" })), Ja = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2477
2499
|
__proto__: null
|
|
2478
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2500
|
+
}, Symbol.toStringTag, { value: "Module" })), Ya = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2479
2501
|
__proto__: null
|
|
2480
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2502
|
+
}, Symbol.toStringTag, { value: "Module" })), Ka = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2481
2503
|
__proto__: null
|
|
2482
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2504
|
+
}, Symbol.toStringTag, { value: "Module" })), Qa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2483
2505
|
__proto__: null
|
|
2484
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2506
|
+
}, Symbol.toStringTag, { value: "Module" })), Xa = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2485
2507
|
__proto__: null
|
|
2486
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2508
|
+
}, Symbol.toStringTag, { value: "Module" })), Za = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2487
2509
|
__proto__: null
|
|
2488
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2510
|
+
}, Symbol.toStringTag, { value: "Module" })), en = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2489
2511
|
__proto__: null
|
|
2490
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2512
|
+
}, Symbol.toStringTag, { value: "Module" })), tn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2491
2513
|
__proto__: null
|
|
2492
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2514
|
+
}, Symbol.toStringTag, { value: "Module" })), an = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2493
2515
|
__proto__: null
|
|
2494
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2516
|
+
}, Symbol.toStringTag, { value: "Module" })), nn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2495
2517
|
__proto__: null
|
|
2496
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2518
|
+
}, Symbol.toStringTag, { value: "Module" })), on = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2497
2519
|
__proto__: null
|
|
2498
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2520
|
+
}, Symbol.toStringTag, { value: "Module" })), rn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2499
2521
|
__proto__: null
|
|
2500
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2522
|
+
}, Symbol.toStringTag, { value: "Module" })), sn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2501
2523
|
__proto__: null
|
|
2502
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2524
|
+
}, Symbol.toStringTag, { value: "Module" })), ln = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2503
2525
|
__proto__: null
|
|
2504
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2526
|
+
}, Symbol.toStringTag, { value: "Module" })), un = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2505
2527
|
__proto__: null
|
|
2506
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2528
|
+
}, Symbol.toStringTag, { value: "Module" })), dn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2507
2529
|
__proto__: null
|
|
2508
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2530
|
+
}, Symbol.toStringTag, { value: "Module" })), cn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2509
2531
|
__proto__: null
|
|
2510
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2532
|
+
}, Symbol.toStringTag, { value: "Module" })), mn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2511
2533
|
__proto__: null
|
|
2512
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2534
|
+
}, Symbol.toStringTag, { value: "Module" })), pn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2513
2535
|
__proto__: null
|
|
2514
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2536
|
+
}, Symbol.toStringTag, { value: "Module" })), gn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2515
2537
|
__proto__: null
|
|
2516
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2538
|
+
}, Symbol.toStringTag, { value: "Module" })), bn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2517
2539
|
__proto__: null
|
|
2518
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2540
|
+
}, Symbol.toStringTag, { value: "Module" })), fn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2519
2541
|
__proto__: null
|
|
2520
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2542
|
+
}, Symbol.toStringTag, { value: "Module" })), yn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2521
2543
|
__proto__: null
|
|
2522
2544
|
}, Symbol.toStringTag, { value: "Module" })), Z = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2523
2545
|
__proto__: null
|
|
2524
2546
|
}, Symbol.toStringTag, { value: "Module" })), ee = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2525
2547
|
__proto__: null
|
|
2526
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2548
|
+
}, Symbol.toStringTag, { value: "Module" })), _n = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2527
2549
|
__proto__: null
|
|
2528
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2550
|
+
}, Symbol.toStringTag, { value: "Module" })), vn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2529
2551
|
__proto__: null
|
|
2530
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2552
|
+
}, Symbol.toStringTag, { value: "Module" })), hn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2531
2553
|
__proto__: null
|
|
2532
2554
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
2533
|
-
var
|
|
2534
|
-
const
|
|
2555
|
+
var ne = /* @__PURE__ */ ((e) => (e.default = "default", e.online = "online", e.mycard = "mycard", e.qrcode = "qrcode", e.personal = "personal", e))(ne || {});
|
|
2556
|
+
const Tn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2535
2557
|
__proto__: null,
|
|
2536
|
-
ImageType:
|
|
2537
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2538
|
-
__proto__: null
|
|
2539
|
-
}, Symbol.toStringTag, { value: "Module" })), Ta = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2558
|
+
ImageType: ne
|
|
2559
|
+
}, Symbol.toStringTag, { value: "Module" })), Rn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2540
2560
|
__proto__: null
|
|
2541
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2561
|
+
}, Symbol.toStringTag, { value: "Module" })), Sn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2542
2562
|
__proto__: null
|
|
2543
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2563
|
+
}, Symbol.toStringTag, { value: "Module" })), kn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2544
2564
|
__proto__: null
|
|
2545
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2565
|
+
}, Symbol.toStringTag, { value: "Module" })), Pn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2546
2566
|
__proto__: null
|
|
2547
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2567
|
+
}, Symbol.toStringTag, { value: "Module" })), On = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2548
2568
|
__proto__: null
|
|
2549
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2569
|
+
}, Symbol.toStringTag, { value: "Module" })), Mn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2550
2570
|
__proto__: null
|
|
2551
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2571
|
+
}, Symbol.toStringTag, { value: "Module" })), jn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2552
2572
|
__proto__: null
|
|
2553
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2573
|
+
}, Symbol.toStringTag, { value: "Module" })), Dn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2554
2574
|
__proto__: null
|
|
2555
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2575
|
+
}, Symbol.toStringTag, { value: "Module" })), xn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2556
2576
|
__proto__: null
|
|
2557
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2558
|
-
__proto__: null
|
|
2559
|
-
}, Symbol.toStringTag, { value: "Module" })), Ca = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2577
|
+
}, Symbol.toStringTag, { value: "Module" })), Cn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2560
2578
|
__proto__: null
|
|
2561
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2579
|
+
}, Symbol.toStringTag, { value: "Module" })), In = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2562
2580
|
__proto__: null
|
|
2563
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2581
|
+
}, Symbol.toStringTag, { value: "Module" })), Ln = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2564
2582
|
__proto__: null
|
|
2565
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2583
|
+
}, Symbol.toStringTag, { value: "Module" })), Gn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2566
2584
|
__proto__: null
|
|
2567
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2585
|
+
}, Symbol.toStringTag, { value: "Module" })), wn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2568
2586
|
__proto__: null
|
|
2569
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2587
|
+
}, Symbol.toStringTag, { value: "Module" })), Fn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2570
2588
|
__proto__: null
|
|
2571
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2589
|
+
}, Symbol.toStringTag, { value: "Module" })), zn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2572
2590
|
__proto__: null
|
|
2573
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2591
|
+
}, Symbol.toStringTag, { value: "Module" })), Nn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2574
2592
|
__proto__: null
|
|
2575
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2593
|
+
}, Symbol.toStringTag, { value: "Module" })), Bn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2576
2594
|
__proto__: null
|
|
2577
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2595
|
+
}, Symbol.toStringTag, { value: "Module" })), Un = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2578
2596
|
__proto__: null
|
|
2579
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2597
|
+
}, Symbol.toStringTag, { value: "Module" })), Wn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2580
2598
|
__proto__: null
|
|
2581
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2599
|
+
}, Symbol.toStringTag, { value: "Module" })), qn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2582
2600
|
__proto__: null
|
|
2583
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2601
|
+
}, Symbol.toStringTag, { value: "Module" })), Vn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2584
2602
|
__proto__: null
|
|
2585
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2603
|
+
}, Symbol.toStringTag, { value: "Module" })), En = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2586
2604
|
__proto__: null
|
|
2587
|
-
}, Symbol.toStringTag, { value: "Module" })), $
|
|
2605
|
+
}, Symbol.toStringTag, { value: "Module" })), $n = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2588
2606
|
__proto__: null
|
|
2589
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2607
|
+
}, Symbol.toStringTag, { value: "Module" })), Hn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2590
2608
|
__proto__: null
|
|
2591
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2609
|
+
}, Symbol.toStringTag, { value: "Module" })), An = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2592
2610
|
__proto__: null
|
|
2593
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2611
|
+
}, Symbol.toStringTag, { value: "Module" })), Jn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2594
2612
|
__proto__: null
|
|
2595
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2613
|
+
}, Symbol.toStringTag, { value: "Module" })), Yn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2596
2614
|
__proto__: null
|
|
2597
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2615
|
+
}, Symbol.toStringTag, { value: "Module" })), Kn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2598
2616
|
__proto__: null
|
|
2599
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2617
|
+
}, Symbol.toStringTag, { value: "Module" })), Qn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2600
2618
|
__proto__: null
|
|
2601
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2619
|
+
}, Symbol.toStringTag, { value: "Module" })), Xn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2602
2620
|
__proto__: null
|
|
2603
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2621
|
+
}, Symbol.toStringTag, { value: "Module" })), Zn = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2604
2622
|
__proto__: null
|
|
2605
2623
|
}, Symbol.toStringTag, { value: "Module" })), eo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2606
2624
|
__proto__: null
|
|
2607
2625
|
}, Symbol.toStringTag, { value: "Module" })), to = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2608
2626
|
__proto__: null
|
|
2609
|
-
}, Symbol.toStringTag, { value: "Module" })), no = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2610
|
-
__proto__: null
|
|
2611
2627
|
}, Symbol.toStringTag, { value: "Module" })), ao = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2612
2628
|
__proto__: null
|
|
2629
|
+
}, Symbol.toStringTag, { value: "Module" })), no = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2630
|
+
__proto__: null
|
|
2613
2631
|
}, Symbol.toStringTag, { value: "Module" })), oo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2614
2632
|
__proto__: null
|
|
2615
2633
|
}, Symbol.toStringTag, { value: "Module" })), ro = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -2638,234 +2656,246 @@ const ha = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
2638
2656
|
__proto__: null
|
|
2639
2657
|
}, Symbol.toStringTag, { value: "Module" })), _o = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2640
2658
|
__proto__: null
|
|
2659
|
+
}, Symbol.toStringTag, { value: "Module" })), vo = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2660
|
+
__proto__: null
|
|
2641
2661
|
}, Symbol.toStringTag, { value: "Module" })), ho = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2642
2662
|
__proto__: null
|
|
2643
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2663
|
+
}, Symbol.toStringTag, { value: "Module" })), To = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2664
|
+
__proto__: null
|
|
2665
|
+
}, Symbol.toStringTag, { value: "Module" })), Ro = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2666
|
+
__proto__: null
|
|
2667
|
+
}, Symbol.toStringTag, { value: "Module" })), So = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2668
|
+
__proto__: null
|
|
2669
|
+
}, Symbol.toStringTag, { value: "Module" })), ko = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2644
2670
|
__proto__: null
|
|
2645
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2646
|
-
api:
|
|
2647
|
-
loginApi:
|
|
2648
|
-
logoutApi:
|
|
2649
|
-
autoRegisterApi:
|
|
2650
|
-
setLocaleApi:
|
|
2671
|
+
}, Symbol.toStringTag, { value: "Module" })), Po = {
|
|
2672
|
+
api: Ra,
|
|
2673
|
+
loginApi: Pa,
|
|
2674
|
+
logoutApi: Ma,
|
|
2675
|
+
autoRegisterApi: Da,
|
|
2676
|
+
setLocaleApi: Ca,
|
|
2651
2677
|
apiType: ue,
|
|
2652
|
-
loginType:
|
|
2653
|
-
logoutType:
|
|
2654
|
-
announcementType:
|
|
2678
|
+
loginType: Ia,
|
|
2679
|
+
logoutType: La,
|
|
2680
|
+
announcementType: Ga,
|
|
2655
2681
|
paymentsProviderType: de,
|
|
2656
|
-
gameListType:
|
|
2657
|
-
vipListType:
|
|
2658
|
-
promotionType:
|
|
2659
|
-
cmsListType:
|
|
2660
|
-
mainWalletType:
|
|
2661
|
-
upcomingMatchType:
|
|
2662
|
-
depositType:
|
|
2663
|
-
applyVipBonusType:
|
|
2664
|
-
withdrawalGetType:
|
|
2665
|
-
addBankCardType:
|
|
2666
|
-
withdrawType:
|
|
2667
|
-
getSettingType:
|
|
2668
|
-
transactionReportType:
|
|
2669
|
-
changePasswordType:
|
|
2670
|
-
walletType:
|
|
2671
|
-
getEventListType:
|
|
2672
|
-
getEventTokenType:
|
|
2673
|
-
getExtraGameType:
|
|
2674
|
-
mailBoxType:
|
|
2675
|
-
fishGameListType:
|
|
2676
|
-
slotGameListType:
|
|
2677
|
-
getTurnOverRewardDataType:
|
|
2678
|
-
getTurnOverRewardReportType:
|
|
2679
|
-
getInviteRewardDataType:
|
|
2680
|
-
getInviteRewardReportType:
|
|
2681
|
-
getTopupRewardDataType:
|
|
2682
|
-
getTopupRewardReportType:
|
|
2683
|
-
getRewardReferralType:
|
|
2684
|
-
getDepositPromotionType:
|
|
2685
|
-
getInviteRewardClaimType:
|
|
2686
|
-
getTopUpRewardClaimType:
|
|
2687
|
-
getTurnOverRewardClaimType:
|
|
2688
|
-
getInviteRewardSettingType:
|
|
2689
|
-
getTopUpRewardSettingType:
|
|
2690
|
-
getTurnOverRewardSettingType:
|
|
2691
|
-
requestForgetPasswordType:
|
|
2692
|
-
submitForgetPasswordType:
|
|
2682
|
+
gameListType: wa,
|
|
2683
|
+
vipListType: Fa,
|
|
2684
|
+
promotionType: za,
|
|
2685
|
+
cmsListType: Na,
|
|
2686
|
+
mainWalletType: Ba,
|
|
2687
|
+
upcomingMatchType: Ua,
|
|
2688
|
+
depositType: Wa,
|
|
2689
|
+
applyVipBonusType: qa,
|
|
2690
|
+
withdrawalGetType: Va,
|
|
2691
|
+
addBankCardType: Ea,
|
|
2692
|
+
withdrawType: $a,
|
|
2693
|
+
getSettingType: sa,
|
|
2694
|
+
transactionReportType: Ha,
|
|
2695
|
+
changePasswordType: Aa,
|
|
2696
|
+
walletType: Ja,
|
|
2697
|
+
getEventListType: Ya,
|
|
2698
|
+
getEventTokenType: Ka,
|
|
2699
|
+
getExtraGameType: Qa,
|
|
2700
|
+
mailBoxType: Xa,
|
|
2701
|
+
fishGameListType: Za,
|
|
2702
|
+
slotGameListType: en,
|
|
2703
|
+
getTurnOverRewardDataType: tn,
|
|
2704
|
+
getTurnOverRewardReportType: an,
|
|
2705
|
+
getInviteRewardDataType: nn,
|
|
2706
|
+
getInviteRewardReportType: on,
|
|
2707
|
+
getTopupRewardDataType: rn,
|
|
2708
|
+
getTopupRewardReportType: sn,
|
|
2709
|
+
getRewardReferralType: ln,
|
|
2710
|
+
getDepositPromotionType: un,
|
|
2711
|
+
getInviteRewardClaimType: dn,
|
|
2712
|
+
getTopUpRewardClaimType: cn,
|
|
2713
|
+
getTurnOverRewardClaimType: mn,
|
|
2714
|
+
getInviteRewardSettingType: pn,
|
|
2715
|
+
getTopUpRewardSettingType: gn,
|
|
2716
|
+
getTurnOverRewardSettingType: bn,
|
|
2717
|
+
requestForgetPasswordType: fn,
|
|
2718
|
+
submitForgetPasswordType: yn,
|
|
2693
2719
|
submitGiftCode: Z,
|
|
2694
2720
|
playGame: ee,
|
|
2695
|
-
requestUpdateMobileTacCode:
|
|
2696
|
-
submitUpdateMobileTacCode:
|
|
2697
|
-
getVerifyPromo:
|
|
2698
|
-
getImageType:
|
|
2699
|
-
getValidateType:
|
|
2700
|
-
updateProfilePictureType:
|
|
2701
|
-
readMailType:
|
|
2702
|
-
checkRedPacketValidateType:
|
|
2703
|
-
getUserProfileType:
|
|
2704
|
-
requestTacCodeType:
|
|
2705
|
-
getUsernameByReferType:
|
|
2706
|
-
applyPromoType:
|
|
2707
|
-
applySignInType:
|
|
2708
|
-
applyRedPacketType:
|
|
2709
|
-
getCountryType:
|
|
2721
|
+
requestUpdateMobileTacCode: _n,
|
|
2722
|
+
submitUpdateMobileTacCode: vn,
|
|
2723
|
+
getVerifyPromo: hn,
|
|
2724
|
+
getImageType: Tn,
|
|
2725
|
+
getValidateType: Rn,
|
|
2726
|
+
updateProfilePictureType: Sn,
|
|
2727
|
+
readMailType: kn,
|
|
2728
|
+
checkRedPacketValidateType: Pn,
|
|
2729
|
+
getUserProfileType: On,
|
|
2730
|
+
requestTacCodeType: Mn,
|
|
2731
|
+
getUsernameByReferType: jn,
|
|
2732
|
+
applyPromoType: Dn,
|
|
2733
|
+
applySignInType: xn,
|
|
2734
|
+
applyRedPacketType: Cn,
|
|
2735
|
+
getCountryType: In,
|
|
2710
2736
|
submitGiftCodeType: Z,
|
|
2711
2737
|
playGameType: ee,
|
|
2712
|
-
transferToMainType:
|
|
2713
|
-
transferProcessType:
|
|
2714
|
-
submitValidateType:
|
|
2715
|
-
checkTransferCreditType:
|
|
2716
|
-
friendListType:
|
|
2717
|
-
friendListEditType:
|
|
2718
|
-
getActivePPType:
|
|
2719
|
-
getActiveProductType:
|
|
2720
|
-
requestWithdrawTacType:
|
|
2721
|
-
requestWithdrawalCodeType:
|
|
2722
|
-
commissionWithdrawType:
|
|
2723
|
-
submitWithdrawalCodeType:
|
|
2724
|
-
submitCryptoAccountType:
|
|
2725
|
-
requestTransferMoneyType:
|
|
2726
|
-
submitTransferMoneyType:
|
|
2727
|
-
signInViewInfoType:
|
|
2728
|
-
signInRecordType:
|
|
2729
|
-
referralProfileType:
|
|
2730
|
-
referralMemberProfileType:
|
|
2731
|
-
registerActionType:
|
|
2732
|
-
transferReportType:
|
|
2733
|
-
agTransferCreditReportType:
|
|
2734
|
-
betReportType:
|
|
2735
|
-
getTwoFactorAuthenticateType:
|
|
2736
|
-
submitTwoFactorAuthenticateType:
|
|
2737
|
-
getUserDeviceListType:
|
|
2738
|
-
unbindUserDeviceType:
|
|
2739
|
-
searchNumberHistoryType:
|
|
2740
|
-
changeWithdrawalCodeType:
|
|
2741
|
-
checkRedPacketTokenType:
|
|
2742
|
-
submitWithdrawalAlipayType:
|
|
2743
|
-
applyReliefFund:
|
|
2744
|
-
getReliefFundData:
|
|
2745
|
-
getReliefFundReport:
|
|
2746
|
-
getWeekCardClaim:
|
|
2747
|
-
getWeekCardData:
|
|
2748
|
-
applyWeekCard:
|
|
2749
|
-
transferSettingType:
|
|
2750
|
-
transferType:
|
|
2751
|
-
claimIncentiveRebate:
|
|
2752
|
-
getIncentiveData:
|
|
2753
|
-
getIncentiveRebate:
|
|
2754
|
-
registerFormType:
|
|
2755
|
-
|
|
2738
|
+
transferToMainType: Ln,
|
|
2739
|
+
transferProcessType: Gn,
|
|
2740
|
+
submitValidateType: wn,
|
|
2741
|
+
checkTransferCreditType: Fn,
|
|
2742
|
+
friendListType: zn,
|
|
2743
|
+
friendListEditType: Nn,
|
|
2744
|
+
getActivePPType: Bn,
|
|
2745
|
+
getActiveProductType: Un,
|
|
2746
|
+
requestWithdrawTacType: Wn,
|
|
2747
|
+
requestWithdrawalCodeType: qn,
|
|
2748
|
+
commissionWithdrawType: Vn,
|
|
2749
|
+
submitWithdrawalCodeType: En,
|
|
2750
|
+
submitCryptoAccountType: $n,
|
|
2751
|
+
requestTransferMoneyType: Hn,
|
|
2752
|
+
submitTransferMoneyType: An,
|
|
2753
|
+
signInViewInfoType: Jn,
|
|
2754
|
+
signInRecordType: Yn,
|
|
2755
|
+
referralProfileType: Kn,
|
|
2756
|
+
referralMemberProfileType: Qn,
|
|
2757
|
+
registerActionType: Xn,
|
|
2758
|
+
transferReportType: Zn,
|
|
2759
|
+
agTransferCreditReportType: eo,
|
|
2760
|
+
betReportType: to,
|
|
2761
|
+
getTwoFactorAuthenticateType: ao,
|
|
2762
|
+
submitTwoFactorAuthenticateType: no,
|
|
2763
|
+
getUserDeviceListType: oo,
|
|
2764
|
+
unbindUserDeviceType: ro,
|
|
2765
|
+
searchNumberHistoryType: so,
|
|
2766
|
+
changeWithdrawalCodeType: io,
|
|
2767
|
+
checkRedPacketTokenType: lo,
|
|
2768
|
+
submitWithdrawalAlipayType: uo,
|
|
2769
|
+
applyReliefFund: co,
|
|
2770
|
+
getReliefFundData: mo,
|
|
2771
|
+
getReliefFundReport: po,
|
|
2772
|
+
getWeekCardClaim: go,
|
|
2773
|
+
getWeekCardData: bo,
|
|
2774
|
+
applyWeekCard: fo,
|
|
2775
|
+
transferSettingType: yo,
|
|
2776
|
+
transferType: _o,
|
|
2777
|
+
claimIncentiveRebate: vo,
|
|
2778
|
+
getIncentiveData: ho,
|
|
2779
|
+
getIncentiveRebate: To,
|
|
2780
|
+
registerFormType: Ro,
|
|
2781
|
+
getFavouriteGameType: So,
|
|
2782
|
+
updateFavouriteGameType: ko
|
|
2783
|
+
}, Mo = {
|
|
2756
2784
|
install(e) {
|
|
2757
|
-
e.config.globalProperties.$library =
|
|
2785
|
+
e.config.globalProperties.$library = Po;
|
|
2758
2786
|
}
|
|
2759
2787
|
};
|
|
2760
2788
|
export {
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
|
|
2789
|
+
Mo as Repository,
|
|
2790
|
+
Ea as addBankCardType,
|
|
2791
|
+
eo as agTransferCreditReportType,
|
|
2792
|
+
Ga as announcementType,
|
|
2793
|
+
Ra as api,
|
|
2766
2794
|
ue as apiType,
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
|
|
2792
|
-
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
ho as
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
|
|
2801
|
-
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
|
|
2825
|
-
|
|
2826
|
-
|
|
2827
|
-
|
|
2795
|
+
Dn as applyPromoType,
|
|
2796
|
+
Cn as applyRedPacketType,
|
|
2797
|
+
co as applyReliefFund,
|
|
2798
|
+
xn as applySignInType,
|
|
2799
|
+
qa as applyVipBonusType,
|
|
2800
|
+
fo as applyWeekCard,
|
|
2801
|
+
Da as autoRegisterApi,
|
|
2802
|
+
to as betReportType,
|
|
2803
|
+
Aa as changePasswordType,
|
|
2804
|
+
io as changeWithdrawalCodeType,
|
|
2805
|
+
lo as checkRedPacketTokenType,
|
|
2806
|
+
Pn as checkRedPacketValidateType,
|
|
2807
|
+
Fn as checkTransferCreditType,
|
|
2808
|
+
vo as claimIncentiveRebate,
|
|
2809
|
+
Na as cmsListType,
|
|
2810
|
+
Vn as commissionWithdrawType,
|
|
2811
|
+
Wa as depositType,
|
|
2812
|
+
Za as fishGameListType,
|
|
2813
|
+
Nn as friendListEditType,
|
|
2814
|
+
zn as friendListType,
|
|
2815
|
+
wa as gameListType,
|
|
2816
|
+
Bn as getActivePPType,
|
|
2817
|
+
Un as getActiveProductType,
|
|
2818
|
+
In as getCountryType,
|
|
2819
|
+
un as getDepositPromotionType,
|
|
2820
|
+
Ya as getEventListType,
|
|
2821
|
+
Ka as getEventTokenType,
|
|
2822
|
+
Qa as getExtraGameType,
|
|
2823
|
+
So as getFavouriteGameType,
|
|
2824
|
+
Tn as getImageType,
|
|
2825
|
+
ho as getIncentiveData,
|
|
2826
|
+
To as getIncentiveRebate,
|
|
2827
|
+
dn as getInviteRewardClaimType,
|
|
2828
|
+
nn as getInviteRewardDataType,
|
|
2829
|
+
on as getInviteRewardReportType,
|
|
2830
|
+
pn as getInviteRewardSettingType,
|
|
2831
|
+
mo as getReliefFundData,
|
|
2832
|
+
po as getReliefFundReport,
|
|
2833
|
+
ln as getRewardReferralType,
|
|
2834
|
+
sa as getSettingType,
|
|
2835
|
+
cn as getTopUpRewardClaimType,
|
|
2836
|
+
gn as getTopUpRewardSettingType,
|
|
2837
|
+
rn as getTopupRewardDataType,
|
|
2838
|
+
sn as getTopupRewardReportType,
|
|
2839
|
+
mn as getTurnOverRewardClaimType,
|
|
2840
|
+
tn as getTurnOverRewardDataType,
|
|
2841
|
+
an as getTurnOverRewardReportType,
|
|
2842
|
+
bn as getTurnOverRewardSettingType,
|
|
2843
|
+
ao as getTwoFactorAuthenticateType,
|
|
2844
|
+
oo as getUserDeviceListType,
|
|
2845
|
+
On as getUserProfileType,
|
|
2846
|
+
jn as getUsernameByReferType,
|
|
2847
|
+
Rn as getValidateType,
|
|
2848
|
+
hn as getVerifyPromo,
|
|
2849
|
+
go as getWeekCardClaim,
|
|
2850
|
+
bo as getWeekCardData,
|
|
2851
|
+
Pa as loginApi,
|
|
2852
|
+
Ia as loginType,
|
|
2853
|
+
Ma as logoutApi,
|
|
2854
|
+
La as logoutType,
|
|
2855
|
+
Xa as mailBoxType,
|
|
2856
|
+
Ba as mainWalletType,
|
|
2828
2857
|
de as paymentsProviderType,
|
|
2829
2858
|
ee as playGame,
|
|
2830
2859
|
ee as playGameType,
|
|
2831
|
-
|
|
2832
|
-
|
|
2833
|
-
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
|
|
2837
|
-
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
|
|
2849
|
-
|
|
2860
|
+
za as promotionType,
|
|
2861
|
+
kn as readMailType,
|
|
2862
|
+
Qn as referralMemberProfileType,
|
|
2863
|
+
Kn as referralProfileType,
|
|
2864
|
+
Xn as registerActionType,
|
|
2865
|
+
Ro as registerFormType,
|
|
2866
|
+
fn as requestForgetPasswordType,
|
|
2867
|
+
Mn as requestTacCodeType,
|
|
2868
|
+
Hn as requestTransferMoneyType,
|
|
2869
|
+
_n as requestUpdateMobileTacCode,
|
|
2870
|
+
Wn as requestWithdrawTacType,
|
|
2871
|
+
qn as requestWithdrawalCodeType,
|
|
2872
|
+
so as searchNumberHistoryType,
|
|
2873
|
+
Ca as setLocaleApi,
|
|
2874
|
+
Yn as signInRecordType,
|
|
2875
|
+
Jn as signInViewInfoType,
|
|
2876
|
+
en as slotGameListType,
|
|
2877
|
+
$n as submitCryptoAccountType,
|
|
2878
|
+
yn as submitForgetPasswordType,
|
|
2850
2879
|
Z as submitGiftCode,
|
|
2851
2880
|
Z as submitGiftCodeType,
|
|
2852
|
-
|
|
2853
|
-
|
|
2854
|
-
|
|
2855
|
-
|
|
2856
|
-
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
|
|
2861
|
-
|
|
2862
|
-
|
|
2863
|
-
|
|
2864
|
-
|
|
2865
|
-
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
|
|
2881
|
+
An as submitTransferMoneyType,
|
|
2882
|
+
no as submitTwoFactorAuthenticateType,
|
|
2883
|
+
vn as submitUpdateMobileTacCode,
|
|
2884
|
+
wn as submitValidateType,
|
|
2885
|
+
uo as submitWithdrawalAlipayType,
|
|
2886
|
+
En as submitWithdrawalCodeType,
|
|
2887
|
+
Ha as transactionReportType,
|
|
2888
|
+
Gn as transferProcessType,
|
|
2889
|
+
Zn as transferReportType,
|
|
2890
|
+
yo as transferSettingType,
|
|
2891
|
+
Ln as transferToMainType,
|
|
2892
|
+
_o as transferType,
|
|
2893
|
+
ro as unbindUserDeviceType,
|
|
2894
|
+
Ua as upcomingMatchType,
|
|
2895
|
+
ko as updateFavouriteGameType,
|
|
2896
|
+
Sn as updateProfilePictureType,
|
|
2897
|
+
Fa as vipListType,
|
|
2898
|
+
Ja as walletType,
|
|
2899
|
+
$a as withdrawType,
|
|
2900
|
+
Va as withdrawalGetType
|
|
2871
2901
|
};
|