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'
+  })
 }