@obb871001/api-integration-sdk 1.0.404 → 1.0.406
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/index.cjs +1 -1
- package/dist/index.js +4 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6117,11 +6117,12 @@ const Ca = /* @__PURE__ */ yi(et), Fa = (e) => {
|
|
|
6117
6117
|
[e]
|
|
6118
6118
|
), r = H(async () => e.get("/member/getMemberInfo"), [e]), u = H(async () => await e.get("/member/getGameList"), [e]), g = H(async () => await e.get("/member/getNowCurrencyExchange"), [e]), U = H(async () => await e.get("member/getFavoriteGame"), [e]), d = H(
|
|
6119
6119
|
async (h) => {
|
|
6120
|
-
const { account: E, password: N, trans_code: J } = h;
|
|
6120
|
+
const { account: E, password: N, trans_code: J, two_fa_value: q } = h;
|
|
6121
6121
|
return await e.post("/login", {
|
|
6122
6122
|
memId: E,
|
|
6123
6123
|
passwd: N,
|
|
6124
|
-
trans_code: J
|
|
6124
|
+
trans_code: J,
|
|
6125
|
+
two_fa_value: q
|
|
6125
6126
|
});
|
|
6126
6127
|
},
|
|
6127
6128
|
[e]
|
|
@@ -9385,7 +9386,7 @@ const _u = ({ onIdle: e, onActive: n, onAction: a, timeout: r = 6e5 }) => hs({
|
|
|
9385
9386
|
wallet_log_uid: x,
|
|
9386
9387
|
transhash: D,
|
|
9387
9388
|
limit: C,
|
|
9388
|
-
|
|
9389
|
+
current_page: v
|
|
9389
9390
|
}
|
|
9390
9391
|
});
|
|
9391
9392
|
},
|