feat:完善项目信息

This commit is contained in:
henry
2022-01-13 16:50:38 +08:00
parent 0494bbf5d0
commit 4637a5fb4b
10 changed files with 326 additions and 37 deletions

View File

@ -30,8 +30,8 @@ type (
}
// WithdrawalTransferInfo 提现转账信息
WithdrawalTransferInfo struct {
Images []string `json:"images"`
Remark string `json:"remark"`
Images string `json:"images"`
Remark string `json:"remark"`
}
)