feat: 互动处理
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package request
|
||||
|
||||
type UpdateVipConfig struct {
|
||||
Id string `json:"id" binding:"required"`
|
||||
Price int `json:"price" binding:"required"`
|
||||
DiscountedPrice int `json:"discountedPrice"`
|
||||
Remark string `json:"remark"`
|
||||
}
|
||||
Reference in New Issue
Block a user