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