package MySwagger // QueryByID(后台)入口参数 type DatahyperQueryFEByID struct { // 接入系统票据 AccessToken string `json:"access_token" example:"system_01##20200102030405##a6ce11eab94df48a6ce11eab"` // 查询ID QueryID string `json:"query_id" example:"test001"` // 数据ID DataID string `json:"data_id" example:"ABC123"` // 字段筛选 QueryCols []string `json:"query_cols" example:"id,name,time"` // 数据格式 QueryFormat string `json:"query_format" example:"json/model"` }