@obb871001/api-integration-sdk 1.0.325 → 1.0.326
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 +9 -9
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7387,11 +7387,11 @@ const No = /* @__PURE__ */ _i(Eo), Lo = ({
|
|
|
7387
7387
|
switch (c) {
|
|
7388
7388
|
case 200:
|
|
7389
7389
|
r(), g.dispatch({
|
|
7390
|
-
type: "ui/
|
|
7390
|
+
type: "ui/showToast",
|
|
7391
7391
|
payload: {
|
|
7392
7392
|
title: ja[o] || "System Prompt",
|
|
7393
|
-
|
|
7394
|
-
|
|
7393
|
+
description: "點數轉入成功,請確認遊戲餘額",
|
|
7394
|
+
status: "success"
|
|
7395
7395
|
}
|
|
7396
7396
|
});
|
|
7397
7397
|
return;
|
|
@@ -7400,11 +7400,11 @@ const No = /* @__PURE__ */ _i(Eo), Lo = ({
|
|
|
7400
7400
|
return;
|
|
7401
7401
|
case 102:
|
|
7402
7402
|
localStorage.setItem("transfer_in_game_request_id", f), i(), g.dispatch({
|
|
7403
|
-
type: "ui/
|
|
7403
|
+
type: "ui/showToast",
|
|
7404
7404
|
payload: {
|
|
7405
7405
|
title: ja[o] || "System Prompt",
|
|
7406
|
-
|
|
7407
|
-
|
|
7406
|
+
description: "您的上一筆訂單未完成,請耐心等候,我們正在為您處理",
|
|
7407
|
+
status: "warning"
|
|
7408
7408
|
}
|
|
7409
7409
|
});
|
|
7410
7410
|
return;
|
|
@@ -7905,11 +7905,11 @@ const No = /* @__PURE__ */ _i(Eo), Lo = ({
|
|
|
7905
7905
|
return;
|
|
7906
7906
|
}
|
|
7907
7907
|
localStorage.removeItem("transfer_in_game_request_id"), o(), d.dispatch({
|
|
7908
|
-
type: "ui/
|
|
7908
|
+
type: "ui/showToast",
|
|
7909
7909
|
payload: {
|
|
7910
7910
|
title: ja[m] || "System Prompt",
|
|
7911
|
-
|
|
7912
|
-
|
|
7911
|
+
description: `您於${ke}存入的${ce}元已經處理完成了,請確認遊戲餘額`,
|
|
7912
|
+
status: "success"
|
|
7913
7913
|
}
|
|
7914
7914
|
});
|
|
7915
7915
|
}
|