@fctc/interface-logic 2.4.2 → 2.4.3

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/hooks.js CHANGED
@@ -3454,7 +3454,7 @@ function useExcelService() {
3454
3454
  };
3455
3455
  return env.requests.post("/call" /* CALL_PATH */, jsonData, {
3456
3456
  headers: {
3457
- "Content-Type": "multipart/form-data"
3457
+ "Content-Type": "application/json"
3458
3458
  }
3459
3459
  });
3460
3460
  },
package/dist/hooks.mjs CHANGED
@@ -3350,7 +3350,7 @@ function useExcelService() {
3350
3350
  };
3351
3351
  return env.requests.post("/call" /* CALL_PATH */, jsonData, {
3352
3352
  headers: {
3353
- "Content-Type": "multipart/form-data"
3353
+ "Content-Type": "application/json"
3354
3354
  }
3355
3355
  });
3356
3356
  },
package/dist/provider.js CHANGED
@@ -3402,7 +3402,7 @@ function useExcelService() {
3402
3402
  };
3403
3403
  return env.requests.post("/call" /* CALL_PATH */, jsonData, {
3404
3404
  headers: {
3405
- "Content-Type": "multipart/form-data"
3405
+ "Content-Type": "application/json"
3406
3406
  }
3407
3407
  });
3408
3408
  },
package/dist/provider.mjs CHANGED
@@ -3359,7 +3359,7 @@ function useExcelService() {
3359
3359
  };
3360
3360
  return env.requests.post("/call" /* CALL_PATH */, jsonData, {
3361
3361
  headers: {
3362
- "Content-Type": "multipart/form-data"
3362
+ "Content-Type": "application/json"
3363
3363
  }
3364
3364
  });
3365
3365
  },
package/dist/services.js CHANGED
@@ -3572,7 +3572,7 @@ function useExcelService() {
3572
3572
  };
3573
3573
  return env.requests.post("/call" /* CALL_PATH */, jsonData, {
3574
3574
  headers: {
3575
- "Content-Type": "multipart/form-data"
3575
+ "Content-Type": "application/json"
3576
3576
  }
3577
3577
  });
3578
3578
  },
package/dist/services.mjs CHANGED
@@ -3528,7 +3528,7 @@ function useExcelService() {
3528
3528
  };
3529
3529
  return env.requests.post("/call" /* CALL_PATH */, jsonData, {
3530
3530
  headers: {
3531
- "Content-Type": "multipart/form-data"
3531
+ "Content-Type": "application/json"
3532
3532
  }
3533
3533
  });
3534
3534
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/interface-logic",
3
- "version": "2.4.2",
3
+ "version": "2.4.3",
4
4
  "types": "dist/index.d.ts",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",