2023-12-25

This commit is contained in:
2023-12-25 16:52:01 +08:00
parent a5ffafdb1a
commit 565518beac
4 changed files with 62 additions and 26 deletions

View File

@@ -93,6 +93,15 @@ export default {
})
},
// 作废提货卡
cancelCard: function(sid) {
return request({
url: '/lpkgiftcard/cancelCard/'+sid,
method: 'get'
});
},
// 获取提货卡页面 礼包列表
giftBagList: function(data) {