chenrui 2 年之前
父节点
当前提交
1fa8a63af1
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      api/shelf.js

+ 9 - 0
api/shelf.js

@@ -186,4 +186,13 @@ export const orderBillQueryCount = (params) => {
     data: params,
     method: 'post'
   })
+}
+
+// 新增回调单
+export const insert = (params) => {
+  return axios.request({
+    url: `shelfRecall/insert`,
+    data: params,
+    method: 'post'
+  })
 }