Merge branch 'main' of http://1.117.67.95:3000/team/hm-server
This commit is contained in:
@@ -329,6 +329,7 @@ type (
|
|||||||
ProductName string `json:"product_name"`
|
ProductName string `json:"product_name"`
|
||||||
Amount float64 `json:"amount"`
|
Amount float64 `json:"amount"`
|
||||||
CreateTime string `json:"create_time"`
|
CreateTime string `json:"create_time"`
|
||||||
|
QueryParams map[string]interface{} `json:"query_params,omitempty"`
|
||||||
}
|
}
|
||||||
GetCommissionReq {
|
GetCommissionReq {
|
||||||
Page int64 `form:"page"` // 页码
|
Page int64 `form:"page"` // 页码
|
||||||
|
|||||||
Reference in New Issue
Block a user