package constants // api接口code响应码 const ( CODE_UNAUTH = 401 //未授权 CODE_SERVICE_ERR = 510 //内部代码错误 CODE_OK = 200 //ok )