浏览代码

feat:增加日志

wangchuanjin 1 年之前
父节点
当前提交
eeda2bce15
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      core/proxy/broker/outServer/SussBi.go

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

@@ -5,6 +5,7 @@ import (
 	"fmt"
 	"io"
 	"io/ioutil"
+	"log"
 	"net/http"
 	"net/http/cookiejar"
 	"net/url"
@@ -158,6 +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)
 		//http.SetCookie(r.Response.ResponseWriter, c)
 	} else {
 		if strings.HasPrefix(r.URL.Path, "/succbi") {