wangchuanjin 1 год назад
Родитель
Сommit
98f12abe06
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      core/proxy/broker/outServer/SussBi.go

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

@@ -159,7 +159,7 @@ func (s *sussBi) RequestLogin(r *ghttp.Request) error {
 			Expires:  time.Now().AddDate(0, 0, 7),
 		}
 		r.Request.AddCookie(c)
-		log.Println("BITOKEN====", md5Val)
+		log.Println(ctx.Sess.PositionId, "BITOKEN====", md5Val)
 		//http.SetCookie(r.Response.ResponseWriter, c)
 	} else {
 		if strings.HasPrefix(r.URL.Path, "/succbi") {