优化
This commit is contained in:
@@ -39,3 +39,8 @@ export const generateRedeemCodes = async (data) => {
|
||||
export const exportRedeemCode = async (params) => {
|
||||
return await request.download({ url: `/admin-api/muye/redeem-code/export-excel`, params })
|
||||
}
|
||||
|
||||
// 导出兑换码纯文本(按批次号)
|
||||
export const exportRedeemCodePlain = async (batchNo: string) => {
|
||||
return await request.download({ url: `/admin-api/muye/redeem-code/export-plain`, params: { batchNo } })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user