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.
13 lines
437 B
13 lines
437 B
package MySwagger
|
|
|
|
type QueryJoin struct {
|
|
AccessToken string `json:"access_token" example:"system_01##20200102030405##a6ce11eab94df48a6ce11eab"`
|
|
|
|
Query Simple `json:"query"`
|
|
QueryJoin Join `json:"query_join"`
|
|
|
|
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"`
|
|
}
|