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.
12 lines
447 B
12 lines
447 B
package MySwagger
|
|
|
|
type QueryUnion struct {
|
|
AccessToken string `json:"access_token" example:"system_01##20200102030405##a6ce11eab94df48a6ce11eab"`
|
|
|
|
QueryList []Simple `json:"query_list"`
|
|
JoinList []Join `json:"join_list"`
|
|
|
|
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"`
|
|
} |