|
|
@ -32,7 +32,6 @@ type ( |
|
|
|
IsEligibleUser(ctx context.Context, jwcode int, couponIds []int) (img string, err error) |
|
|
|
// 给单个用户发放卡券
|
|
|
|
IssueCouponToUser(ctx context.Context, jwcode int, couponId int) (err error) |
|
|
|
/*未编写*/ |
|
|
|
// 导出拥有卡券的用户列表
|
|
|
|
ExportCouponUsers(r *ghttp.Request, couponId int, jwcode int, name string, pageNo int, pageSize int) |
|
|
|
// 添加用户选择武器记录
|
|
|
|