const statusCode = {
	OCCUPY_CODE: 104 ,// 账户已被其他设备登录或者token已过期以及不正确
	UNKNOW_CODE: 106, // 未获取token
}
export default statusCode