syntax = "v1" info( title: "公共实例" desc: "公共实例" author: "#Suyghur" ) type ( CommResp { Code int `json:"code"` Msg string `json:"msg"` Data interface{} `json:"data"` } )