code.go 125 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 package base /* 返回码 */ const ( Success = 0 //请求成功 ServerError = 9 //服务器错误 Warning = 1 //警告 )