@obb871001/api-integration-sdk 1.0.260 → 1.0.263
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 +14 -7
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7543,7 +7543,7 @@ const fo = /* @__PURE__ */ nt(co), _o = ({
|
|
|
7543
7543
|
memo: le(D, "memo", null),
|
|
7544
7544
|
amount: le(D, "amount", null),
|
|
7545
7545
|
limitAmount: le(D, "limit_amount", null)
|
|
7546
|
-
}, A = Number(M.memberInfoUid) === d, P = M.data, K = M.amount, q = M.limitAmount, Y = C.get("
|
|
7546
|
+
}, A = Number(M.memberInfoUid) === d, P = M.data, K = M.amount, q = M.limitAmount, Y = C.get("mac"), Z = le(D, "data.line_id", null), oe = le(D, "data.line_name", null), ie = le(D, "member_info_uid", null);
|
|
7547
7547
|
switch (L) {
|
|
7548
7548
|
case Se.DEPOSIT:
|
|
7549
7549
|
A && (b(), E?.(M));
|
|
@@ -36461,7 +36461,8 @@ const Fm = {
|
|
|
36461
36461
|
flexDirection: "column",
|
|
36462
36462
|
alignItems: "center",
|
|
36463
36463
|
justifyContent: "center",
|
|
36464
|
-
zIndex: 1e4
|
|
36464
|
+
zIndex: 1e4,
|
|
36465
|
+
gap: "2em"
|
|
36465
36466
|
}, Gn = {
|
|
36466
36467
|
zh_TW: {
|
|
36467
36468
|
title: "請使用 LINE 掃描 QR Code 登入",
|
|
@@ -36484,7 +36485,7 @@ const Fm = {
|
|
|
36484
36485
|
expired: "Kode QR telah kedaluwarsa"
|
|
36485
36486
|
}
|
|
36486
36487
|
}, Ts = () => {
|
|
36487
|
-
const { lng: e, getToken: u } = te(), [n, l] = $i(300), [p, g] = $i(!1), U = Na(null), f = Pe(e), t = u?.(), a = new URLSearchParams(window.location.search).get("
|
|
36488
|
+
const { lng: e, getToken: u } = te(), [n, l] = $i(300), [p, g] = $i(!1), U = Na(null), f = Pe(e), t = u?.(), a = new URLSearchParams(window.location.search).get("mac"), { data: o, isFetching: r } = Lo({
|
|
36488
36489
|
formData: {
|
|
36489
36490
|
mac_address: a
|
|
36490
36491
|
},
|
|
@@ -36504,15 +36505,15 @@ const Fm = {
|
|
|
36504
36505
|
if (!a || t) return null;
|
|
36505
36506
|
const c = Gn[f] || Gn.en_US;
|
|
36506
36507
|
return /* @__PURE__ */ ke.jsx("div", { style: Fm, children: p ? /* @__PURE__ */ ke.jsx("p", { style: { fontWeight: "bold" }, children: c.expired }) : /* @__PURE__ */ ke.jsxs(ke.Fragment, { children: [
|
|
36507
|
-
/* @__PURE__ */ ke.jsx("p", { style: { fontWeight: "bold" }, children: c.title }),
|
|
36508
|
+
/* @__PURE__ */ ke.jsx("p", { style: { fontWeight: "bold", fontSize: "3em" }, children: c.title }),
|
|
36508
36509
|
/* @__PURE__ */ ke.jsx(
|
|
36509
36510
|
"div",
|
|
36510
36511
|
{
|
|
36511
36512
|
style: {
|
|
36512
36513
|
background: "white",
|
|
36513
36514
|
borderRadius: "8px",
|
|
36514
|
-
width: "
|
|
36515
|
-
height: "
|
|
36515
|
+
width: "20em",
|
|
36516
|
+
height: "20em",
|
|
36516
36517
|
display: "flex",
|
|
36517
36518
|
alignItems: "center",
|
|
36518
36519
|
justifyContent: "center",
|
|
@@ -36522,7 +36523,13 @@ const Fm = {
|
|
|
36522
36523
|
children: r ? "Loading..." : /* @__PURE__ */ ke.jsx(Tl, { value: m })
|
|
36523
36524
|
}
|
|
36524
36525
|
),
|
|
36525
|
-
!r && /* @__PURE__ */ ke.jsx(
|
|
36526
|
+
!r && /* @__PURE__ */ ke.jsx(
|
|
36527
|
+
"p",
|
|
36528
|
+
{
|
|
36529
|
+
style: { marginTop: "10px", fontWeight: "bold", fontSize: "3em" },
|
|
36530
|
+
children: s(n)
|
|
36531
|
+
}
|
|
36532
|
+
)
|
|
36526
36533
|
] }) });
|
|
36527
36534
|
};
|
|
36528
36535
|
export {
|