package logic const ( ERROR_OK = 0 //没有错误 ERROR_UNMASH_JSONFAILED = 1 //json解析失败 ERROR_SERVER_FAILED = 2 //j服务器错误 )