feat: add superadmin member review and coupon ops
This commit is contained in:
@@ -73,3 +73,9 @@ type SuperCouponItem struct {
|
||||
// UpdatedAt 更新时间(RFC3339)。
|
||||
UpdatedAt string `json:"updated_at"`
|
||||
}
|
||||
|
||||
// SuperCouponGrantResponse 超管优惠券发放结果。
|
||||
type SuperCouponGrantResponse struct {
|
||||
// Granted 实际发放数量。
|
||||
Granted int `json:"granted"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user