修复提现拒绝审核参数校验
This commit is contained in:
@@ -61,7 +61,7 @@ type CreateWithdrawalRequest struct {
|
||||
}
|
||||
|
||||
type ReviewWithdrawalRequest struct {
|
||||
Approved bool `json:"approved" binding:"required"`
|
||||
Approved *bool `json:"approved" binding:"required"`
|
||||
Remark string `json:"remark"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user