Sfoglia il codice sorgente

1、调整批量核销问题

yys 2 settimane fa
parent
commit
f0912d3966
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  1. 9 0
      src/api/live/liveCouponUser.js

+ 9 - 0
src/api/live/liveCouponUser.js

@@ -34,3 +34,12 @@ export function verifyStoreCouponUser(data) {
     data: data
   })
 }
+
+// 批量核销优惠券(传入核销码列表)
+export function batchVerifyStoreCouponUser(data) {
+  return request({
+    url: '/live/coupon/user/batchVerify',
+    method: 'post',
+    data: data
+  })
+}