This commit is contained in:
2025-10-31 15:30:59 +08:00
parent 40d66ae230
commit 7026d1fe1d
3 changed files with 214 additions and 28 deletions

View File

@@ -9,7 +9,7 @@ export function listGiftCoupons(query) {
})
}
// 礼金详情
// 礼金详情(包含关联订单)
export function getGiftCoupon(giftCouponKey) {
return request({
url: `/system/giftcoupon/${giftCouponKey}`,