diff --git a/app/main/api/desc/front/agent.api b/app/main/api/desc/front/agent.api index 254ea2f..91f3663 100644 --- a/app/main/api/desc/front/agent.api +++ b/app/main/api/desc/front/agent.api @@ -321,6 +321,7 @@ type ( ProductName string `json:"product_name"` Amount float64 `json:"amount"` CreateTime string `json:"create_time"` + QueryParams map[string]interface{} `json:"query_params,omitempty"` } GetCommissionReq { Page int64 `form:"page"` // 页码