统一金额分制重构
This commit is contained in:
@@ -35,9 +35,9 @@ type CreateRequest struct {
|
||||
}
|
||||
|
||||
type ArbitrateRequest struct {
|
||||
Result string `json:"result" binding:"required"`
|
||||
Remark string `json:"remark" binding:"required"`
|
||||
Amount float64 `json:"amount"`
|
||||
Result string `json:"result" binding:"required"`
|
||||
Remark string `json:"remark" binding:"required"`
|
||||
AmountCent int64 `json:"amount_cent"`
|
||||
}
|
||||
type AuditMeta = auditlog.Meta
|
||||
|
||||
|
||||
Reference in New Issue
Block a user