优化线下提号利润修改
This commit is contained in:
@@ -66,6 +66,11 @@ type CompleteRequest struct {
|
||||
CompleteRemark string `json:"complete_remark"`
|
||||
}
|
||||
|
||||
type UpdateProfitRequest struct {
|
||||
ProfitAmountCent int64 `json:"profit_amount_cent" binding:"min=0"`
|
||||
Reason string `json:"reason"`
|
||||
}
|
||||
|
||||
type CancelRequest struct {
|
||||
Reason string `json:"reason" binding:"required"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user