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