|
|
@ -7,5 +7,5 @@ type QuerySimple struct {
|
|
|
|
|
|
|
|
|
|
|
|
QueryGroup []string `json:"query_group" example:"area_code,school_type"`
|
|
|
|
QueryGroup []string `json:"query_group" example:"area_code,school_type"`
|
|
|
|
QueryCount []string `json:"query_count" example:"total,total2"`
|
|
|
|
QueryCount []string `json:"query_count" example:"total,total2"`
|
|
|
|
QueryFormat string `json:"query_format" example:"table/json/echarts/antd"`
|
|
|
|
QueryFormat string `json:"query_format" example:"table/json/echarts/antd"`
|
|
|
|
}
|
|
|
|
}
|