cc
This commit is contained in:
@@ -3,6 +3,7 @@ package request
|
||||
type PrepayReq struct {
|
||||
ProductName string `json:"product_name" binding:"required"`
|
||||
Platform string `json:"platform" binding:"required"`
|
||||
Promotion string `json:"promotion"`
|
||||
}
|
||||
type RefundReq struct {
|
||||
ProductName string `json:"product_name" binding:"required"`
|
||||
|
||||
Reference in New Issue
Block a user