code.go 125 Bytes
package base

/*
返回码
*/
const (
	Success = 0 //请求成功
	ServerError = 9 //服务器错误
	Warning = 1 //警告
)