@obb871001/api-integration-sdk 1.0.328 → 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 +15 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7898,7 +7898,14 @@ const Eo = /* @__PURE__ */ _i(Do), No = ({
|
|
|
7898
7898
|
), He = localStorage.getItem(
|
|
7899
7899
|
"transfer_in_game_request_id"
|
|
7900
7900
|
);
|
|
7901
|
-
if (console.log(
|
|
7901
|
+
if (console.log(
|
|
7902
|
+
se,
|
|
7903
|
+
ce,
|
|
7904
|
+
ke,
|
|
7905
|
+
fe,
|
|
7906
|
+
"request_id",
|
|
7907
|
+
s
|
|
7908
|
+
), s) {
|
|
7902
7909
|
localStorage.setItem("transfer_in_game_request_id", se);
|
|
7903
7910
|
return;
|
|
7904
7911
|
} else if (console.log(He, se, "currentRequestId"), He && He === se) {
|
|
@@ -7963,11 +7970,16 @@ const Eo = /* @__PURE__ */ _i(Do), No = ({
|
|
|
7963
7970
|
const w = localStorage.getItem(
|
|
7964
7971
|
"transfer_in_game_request_id"
|
|
7965
7972
|
);
|
|
7966
|
-
w && y && s &&
|
|
7973
|
+
w && y && s && (console.log(
|
|
7974
|
+
"檢查未完成的遊戲內轉帳訂單",
|
|
7975
|
+
w,
|
|
7976
|
+
y,
|
|
7977
|
+
s
|
|
7978
|
+
), G({
|
|
7967
7979
|
type: Ie.CHECK_REQUEST,
|
|
7968
7980
|
request_id: w,
|
|
7969
7981
|
member_info_uid: y
|
|
7970
|
-
});
|
|
7982
|
+
}));
|
|
7971
7983
|
}
|
|
7972
7984
|
}, [y, s, G, U]), {
|
|
7973
7985
|
sendMessage: E,
|