@obb871001/api-integration-sdk 1.0.379 → 1.0.380
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6107,12 +6107,12 @@ const Ca = /* @__PURE__ */ yi(qt), Pa = (e) => {
|
|
|
6107
6107
|
}, oe = () => {
|
|
6108
6108
|
const { client: e, formDataClient: n } = se(), t = z(
|
|
6109
6109
|
async (M) => {
|
|
6110
|
-
const { mac_address: D = "", app_version: S = "", anydesk_id: L = "" } = M
|
|
6110
|
+
const { mac_address: D = "", app_version: S = "", anydesk_id: L = "" } = M;
|
|
6111
|
+
return await e.post("/cash-register/login", {
|
|
6111
6112
|
mac_address: D,
|
|
6112
6113
|
app_version: S,
|
|
6113
6114
|
anydesk_id: L
|
|
6114
6115
|
});
|
|
6115
|
-
return N;
|
|
6116
6116
|
},
|
|
6117
6117
|
[e]
|
|
6118
6118
|
), r = z(async () => e.get("/member/getMemberInfo"), [e]), p = z(async () => await e.get("/member/getGameList"), [e]), g = z(async () => await e.get("/member/getNowCurrencyExchange"), [e]), b = z(async () => await e.get("member/getFavoriteGame"), [e]), d = z(
|