|
@@ -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,
|
|
|
|
|
+ });
|
|
|
|
|
+}
|