@obb871001/api-integration-sdk 1.0.252 → 1.0.254
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 +3 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -35641,6 +35641,9 @@ const Zm = ({ onFunction: e = () => {
|
|
|
35641
35641
|
const m = new URLSearchParams(window.location.search).get("mac_address"), { data: n, isFetching: a } = mo({
|
|
35642
35642
|
formData: {
|
|
35643
35643
|
mac_address: m
|
|
35644
|
+
},
|
|
35645
|
+
options: {
|
|
35646
|
+
enabled: !!m
|
|
35644
35647
|
}
|
|
35645
35648
|
}), u = ne(n, "liff_url", "");
|
|
35646
35649
|
return Ke(() => {
|