Quellcode durchsuchen

feature_20260108_陈列奖励案任务合并

zhujindu vor 1 Monat
Ursprung
Commit
c643c8a301
1 geänderte Dateien mit 18 neuen und 0 gelöschten Zeilen
  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,
+  });
+}