@obb871001/api-integration-sdk 1.0.397 → 1.0.399
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 -8
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6338,10 +6338,11 @@ const Ca = /* @__PURE__ */ yi(Xa), wa = (e) => {
|
|
|
6338
6338
|
[e]
|
|
6339
6339
|
), R = H(
|
|
6340
6340
|
async (h) => {
|
|
6341
|
-
const { mobile: E } = h;
|
|
6341
|
+
const { mobile: E, invite: N } = h;
|
|
6342
6342
|
return await e.get("/sms/getValidCode", {
|
|
6343
6343
|
params: {
|
|
6344
|
-
mobile: E
|
|
6344
|
+
mobile: E,
|
|
6345
|
+
invite: N
|
|
6345
6346
|
}
|
|
6346
6347
|
});
|
|
6347
6348
|
},
|
|
@@ -7874,12 +7875,7 @@ const Po = /* @__PURE__ */ yi(Ro), wo = ({
|
|
|
7874
7875
|
const r = a != null && Array.isArray(e) && e.some(
|
|
7875
7876
|
(p) => String(p?.platform) === String(a)
|
|
7876
7877
|
);
|
|
7877
|
-
return
|
|
7878
|
-
r,
|
|
7879
|
-
a,
|
|
7880
|
-
e,
|
|
7881
|
-
"isCurrentGameMaintaining"
|
|
7882
|
-
), {
|
|
7878
|
+
return {
|
|
7883
7879
|
show: r,
|
|
7884
7880
|
reason: r ? `在 gamebox 且當前廠商「${a}」在維護清單 → 顯示` : `在 gamebox 但當前廠商「${a ?? "(無)"}」不在維護清單 → 靜默`
|
|
7885
7881
|
};
|