coupon.ts 220 B

123456789
  1. import { API_DOMAINS, http } from '@/http/alova'
  2. export function getCouponList() {
  3. return http.Get('/couponCenter/APP/couponTemplate/queryByType', {
  4. meta: {
  5. ignoreAuth: true,
  6. },
  7. })
  8. }