소스 검색

feature_20260108_陈列奖励案任务合并

zhujindu 1 개월 전
부모
커밋
c643c8a301
1개의 변경된 파일18개의 추가작업 그리고 0개의 파일을 삭제
  1. 18 0
      src/api/index.js

+ 18 - 0
src/api/index.js

@@ -1124,3 +1124,21 @@ export function getCollectionInfosBatch(data) {
     data: data,
   });
 }
+
+// 陈列奖励按拜访拍照
+export function addPhotoBatch(data) {
+  return request({
+    url: 'mobile/storeGroup/addPhotoBatch',
+    method: 'post',
+    data: data,
+  });
+}
+
+// 陈列奖励案拜访照片删除
+export function removePhotoBatch(data) {
+  return request({
+    url: 'mobile/storeGroup/removePhotoBatch',
+    method: 'post',
+    data: data,
+  });
+}