|
@@ -166,6 +166,7 @@ func (s *sussBi) RequestLogin(r *ghttp.Request) error {
|
|
|
|
|
|
// CheckLoginOut 检测登录状态是否过期
|
|
// CheckLoginOut 检测登录状态是否过期
|
|
func (s *sussBi) CheckLoginOut(r *ghttp.Request) bool {
|
|
func (s *sussBi) CheckLoginOut(r *ghttp.Request) bool {
|
|
|
|
+ return true
|
|
if r.Response.Status == 401 {
|
|
if r.Response.Status == 401 {
|
|
return true
|
|
return true
|
|
}
|
|
}
|