@fctc/interface-logic 5.1.5 → 5.1.7
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/{chunk-IQDLS4P4.js → chunk-PD5KRHLZ.js} +5 -1
- package/dist/{chunk-OR5UW3UU.mjs → chunk-PN3LJ3ZT.mjs} +5 -1
- package/dist/hooks.js +154 -154
- package/dist/hooks.mjs +1 -1
- package/dist/index.js +175 -175
- package/dist/index.mjs +1 -1
- package/dist/provider.js +11 -11
- package/dist/provider.mjs +1 -1
- package/dist/services.js +12 -12
- package/dist/services.mjs +1 -1
- package/package.json +1 -1
|
@@ -319,7 +319,9 @@ function useAuthService() {
|
|
|
319
319
|
encodedData,
|
|
320
320
|
{
|
|
321
321
|
headers: {
|
|
322
|
-
"Content-Type": "application/x-www-form-urlencoded"
|
|
322
|
+
"Content-Type": "application/x-www-form-urlencoded",
|
|
323
|
+
service: "emenu",
|
|
324
|
+
"x-node": "2032919254WSCunipay_3301644331"
|
|
323
325
|
}
|
|
324
326
|
},
|
|
325
327
|
body.service
|
|
@@ -1698,6 +1700,8 @@ function useViewService() {
|
|
|
1698
1700
|
jsonData,
|
|
1699
1701
|
{
|
|
1700
1702
|
headers: {
|
|
1703
|
+
service: "emenu",
|
|
1704
|
+
"x-node": "2032919254WSCunipay_3301644331",
|
|
1701
1705
|
"Content-Type": "application/json"
|
|
1702
1706
|
}
|
|
1703
1707
|
},
|
|
@@ -317,7 +317,9 @@ function useAuthService() {
|
|
|
317
317
|
encodedData,
|
|
318
318
|
{
|
|
319
319
|
headers: {
|
|
320
|
-
"Content-Type": "application/x-www-form-urlencoded"
|
|
320
|
+
"Content-Type": "application/x-www-form-urlencoded",
|
|
321
|
+
service: "emenu",
|
|
322
|
+
"x-node": "2032919254WSCunipay_3301644331"
|
|
321
323
|
}
|
|
322
324
|
},
|
|
323
325
|
body.service
|
|
@@ -1696,6 +1698,8 @@ function useViewService() {
|
|
|
1696
1698
|
jsonData,
|
|
1697
1699
|
{
|
|
1698
1700
|
headers: {
|
|
1701
|
+
service: "emenu",
|
|
1702
|
+
"x-node": "2032919254WSCunipay_3301644331",
|
|
1699
1703
|
"Content-Type": "application/json"
|
|
1700
1704
|
}
|
|
1701
1705
|
},
|