diff --git a/app/main/api/desc/front/agent.api b/app/main/api/desc/front/agent.api index e4bc269..4560a48 100644 --- a/app/main/api/desc/front/agent.api +++ b/app/main/api/desc/front/agent.api @@ -329,6 +329,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"` // 页码