errordef.go 149 Bytes
package logic


const (
	ERROR_OK					=0		//没有错误
	ERROR_SRV_ERROR				=1		//服务器错误
	ERROR_JSONUNMASH_ERROR		=2			//json解析错误
)