@ -8,7 +8,7 @@ const ShopCoupons = ({ onBack, shop, memberID }) => {
const getList = async () => {
try {
const { code, data, msg } = await post(
"/Api/Coupon/ShopDetailCouponList",
"/api/ar/v1/applet/ShopDetailCouponList",
{
paging: 0,
memberID,