@obb871001/api-integration-sdk 1.0.404 → 1.0.405
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 +3 -2
- 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]
|