@obb871001/api-integration-sdk 1.0.337 → 1.0.338
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 +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7394,14 +7394,14 @@ const No = /* @__PURE__ */ _i(Eo), Lo = ({
|
|
|
7394
7394
|
const { code: c, request_id: f } = s;
|
|
7395
7395
|
switch (c) {
|
|
7396
7396
|
case 200:
|
|
7397
|
-
|
|
7397
|
+
g.dispatch({
|
|
7398
7398
|
type: "ui/showToast",
|
|
7399
7399
|
payload: {
|
|
7400
7400
|
title: Ba[o] || "System Prompt",
|
|
7401
7401
|
description: "點數轉入成功,請確認遊戲餘額",
|
|
7402
7402
|
status: "success"
|
|
7403
7403
|
}
|
|
7404
|
-
});
|
|
7404
|
+
}), r();
|
|
7405
7405
|
return;
|
|
7406
7406
|
case 101:
|
|
7407
7407
|
localStorage.setItem("transfer_in_game_request_id", f), i();
|
|
@@ -7910,14 +7910,14 @@ const No = /* @__PURE__ */ _i(Eo), Lo = ({
|
|
|
7910
7910
|
D();
|
|
7911
7911
|
return;
|
|
7912
7912
|
}
|
|
7913
|
-
localStorage.removeItem("transfer_in_game_request_id"),
|
|
7913
|
+
localStorage.removeItem("transfer_in_game_request_id"), d.dispatch({
|
|
7914
7914
|
type: "ui/showToast",
|
|
7915
7915
|
payload: {
|
|
7916
7916
|
title: Ba[s] || "System Prompt",
|
|
7917
7917
|
description: `您於${ke}存入的${ce}元已經處理完成了,請確認遊戲餘額`,
|
|
7918
7918
|
status: "success"
|
|
7919
7919
|
}
|
|
7920
|
-
});
|
|
7920
|
+
}), o();
|
|
7921
7921
|
}
|
|
7922
7922
|
M?.(N);
|
|
7923
7923
|
}
|