wangchuanjin hai 1 ano
pai
achega
d401895bb3
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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
 	}