You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
400 B
11 lines
400 B
package MySwagger
|
|
|
|
type QuerySimple struct {
|
|
AccessToken string `json:"access_token" example:"system_01##20200102030405##a6ce11eab94df48a6ce11eab"`
|
|
|
|
Query Simple `json:"query"`
|
|
|
|
QueryGroup []string `json:"query_group" example:"area_code,school_type"`
|
|
QueryCount []string `json:"query_count" example:"total,total2"`
|
|
QueryFormat string `json:"query_format" example:"table/json/echarts/antd"`
|
|
} |