@obb871001/api-integration-sdk 1.0.331 → 1.0.333

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
@@ -7891,11 +7891,7 @@ const Eo = /* @__PURE__ */ _i(Do), No = ({
7891
7891
  case ze.TRANSFER_IN_GAME:
7892
7892
  case ze.CHECK_REQUEST:
7893
7893
  if (Z && U) {
7894
- const { request_id: me, amount: ce, platform: ke, status: fe } = re(
7895
- N,
7896
- "data",
7897
- {}
7898
- ), Ie = localStorage.getItem(
7894
+ const { request_id: me, amount: ce, platform: ke, status: fe } = re(N, "data", {}) || {}, Ie = localStorage.getItem(
7899
7895
  "transfer_in_game_request_id"
7900
7896
  );
7901
7897
  if (fe === "pending") {
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.331",
4
+ "version": "1.0.333",
5
5
  "description": "集成API",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",