@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.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(se, ce, ke, fe, "request_id"), s) {
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 && G({
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,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@obb871001/api-integration-sdk",
3
3
  "private": false,
4
- "version": "1.0.328",
4
+ "version": "1.0.330",
5
5
  "description": "集成API",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",