作者 唐旭辉

code 修改

... ... @@ -59,10 +59,8 @@ func transformCode(code string) int {
switch code {
case "0":
return 0 //登录成功
case "10026":
case "10026", "10024":
return 2 //token过期
case "10024":
return 3 //token完全失效
}
return -1 //请求成功,但业务检查不通过
}
... ...