Browse Source

feature_20260108_陈列奖励案任务合并

zhujindu 1 week ago
parent
commit
c643c8a301
1 changed files with 18 additions and 0 deletions
  1. 18 0
      src/api/index.js

+ 18 - 0
src/api/index.js

@@ -1124,3 +1124,21 @@ export function getCollectionInfosBatch(data) {
     data: 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,
+  });
+}