正在显示
1 个修改的文件
包含
1 行增加
和
3 行删除
@@ -59,10 +59,8 @@ func transformCode(code string) int { | @@ -59,10 +59,8 @@ func transformCode(code string) int { | ||
59 | switch code { | 59 | switch code { |
60 | case "0": | 60 | case "0": |
61 | return 0 //登录成功 | 61 | return 0 //登录成功 |
62 | - case "10026": | 62 | + case "10026", "10024": |
63 | return 2 //token过期 | 63 | return 2 //token过期 |
64 | - case "10024": | ||
65 | - return 3 //token完全失效 | ||
66 | } | 64 | } |
67 | return -1 //请求成功,但业务检查不通过 | 65 | return -1 //请求成功,但业务检查不通过 |
68 | } | 66 | } |
-
请 注册 或 登录 后发表评论