@obb871001/api-integration-sdk 1.0.329 → 1.0.330
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 +7 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7970,11 +7970,16 @@ const Eo = /* @__PURE__ */ _i(Do), No = ({
|
|
|
7970
7970
|
const w = localStorage.getItem(
|
|
7971
7971
|
"transfer_in_game_request_id"
|
|
7972
7972
|
);
|
|
7973
|
-
w && y && s &&
|
|
7973
|
+
w && y && s && (console.log(
|
|
7974
|
+
"檢查未完成的遊戲內轉帳訂單",
|
|
7975
|
+
w,
|
|
7976
|
+
y,
|
|
7977
|
+
s
|
|
7978
|
+
), G({
|
|
7974
7979
|
type: Ie.CHECK_REQUEST,
|
|
7975
7980
|
request_id: w,
|
|
7976
7981
|
member_info_uid: y
|
|
7977
|
-
});
|
|
7982
|
+
}));
|
|
7978
7983
|
}
|
|
7979
7984
|
}, [y, s, G, U]), {
|
|
7980
7985
|
sendMessage: E,
|