@fctc/interface-logic 5.1.5 → 5.1.6
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-OR5UW3UU.mjs → chunk-NMRQ2EHW.mjs} +3 -1
- package/dist/{chunk-IQDLS4P4.js → chunk-OPBCS3BL.js} +3 -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
|
@@ -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
|
|
@@ -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
|