package models type InputBase struct { } type OutputBase struct { Code int `json:"code"` //状态码 Message string `json:"message"` //说明 }