wangchuanjin 1 år sedan
förälder
incheckning
d401895bb3
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      core/proxy/broker/outServer/SussBi.go

+ 1 - 0
core/proxy/broker/outServer/SussBi.go

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