wangchuanjin пре 1 година
родитељ
комит
7af55c7889
1 измењених фајлова са 0 додато и 3 уклоњено
  1. 0 3
      core/proxy/broker/outServer/SussBi.go

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

@@ -180,9 +180,6 @@ func (s *sussBi) RequestLogin(r *ghttp.Request) error {
 
 // CheckLoginOut 检测登录状态是否过期
 func (s *sussBi) CheckLoginOut(r *ghttp.Request) bool {
-	if r.RequestURI == "/succbi/crm_system/app/crm.app/sales_clues.spg" {
-		log.Println("返回状态======", r.Response.Status)
-	}
 	if r.Response.Status == 401 {
 		return true
 	}