修复提现拒绝审核参数校验

This commit is contained in:
yml2213
2026-07-05 20:33:47 +08:00
parent 1984e07e91
commit 7937b0df8a
6 changed files with 53 additions and 4 deletions
+1 -1
View File
@@ -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"`
}