瀏覽代碼

feat:xiugai

wangchuanjin 1 年之前
父節點
當前提交
b5776e1d59
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      core/proxy/broker/outServer/SussBi.go

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

@@ -195,7 +195,6 @@ func (s *sussBi) CheckLoginOut(r *ghttp.Request) bool {
 
 func (s *sussBi) Filter(r *ghttp.Request) error {
 	ctx := router.GetGContext(r.GetCtx())
-	log.Println("wcj--1-", ctx.Sess.NewUid, ctx.Sess.PositionId)
 	if ctx.Sess.NewUid != 0 {
 		replaceMap := map[string]interface{}{
 			"jyUserId":         ctx.Sess.PositionId,
@@ -211,7 +210,6 @@ func (s *sussBi) Filter(r *ghttp.Request) error {
 		}
 		if r.Request.Method == http.MethodPost {
 			bodyBytes, err := io.ReadAll(r.Request.Body)
-			log.Println("wcj--2-", string(bodyBytes))
 			if err != nil {
 				return err
 			}