添加用户提现操作
This commit is contained in:
@@ -54,3 +54,24 @@ func (*WithdrawalRecord) TableIndex() [][]string {
|
||||
[]string{"OrderID"},
|
||||
}
|
||||
}
|
||||
|
||||
// 结构体
|
||||
|
||||
type OrderListParam struct {
|
||||
PageSize int `json:"pageSize"`
|
||||
PageNum int `json:"pageNum"`
|
||||
UserId string `json:"userId"`
|
||||
UserName string `json:"userName"`
|
||||
OrderId string `json:"orderId"`
|
||||
Phone string `json:"phone"`
|
||||
OrderStatus int `json:"orderStatus"`
|
||||
StartTime string `json:"startTime"`
|
||||
EndTime string `json:"endTime"`
|
||||
}
|
||||
|
||||
type WithdrawalListRes struct {
|
||||
WithdrawalRecord
|
||||
Name string `json:"name"`
|
||||
Mobile string `json:"mobile"`
|
||||
AccountBalance int `json:"accountBalance"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user