浏览代码

接口header

anxiaoxia 3 年之前
父节点
当前提交
c139a8b39f
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/services/ant-design-pro/equipment.js

+ 3 - 0
src/services/ant-design-pro/equipment.js

@@ -32,6 +32,9 @@ export const getObjectDataEqpGroupHttp = (params) => {
         isNotShowErrorToast: true,
         errorSave: true,
         data: JSON.stringify(params),
+        headers: {
+            'Content-Type': 'application/json',
+        }
     });
 }