|
@@ -91,7 +91,7 @@ func (s *Short) Article(stype, id string) error {
|
|
|
//未登录用户是否访问的微信浏览器
|
|
|
if userId == "" {
|
|
|
log.Println(isWxB, "----IsWxBrowserContent[stype]:", IsWxBrowserContent[stype])
|
|
|
- log.Println("host:", s.Request.RequestURI)
|
|
|
+ log.Println(s.Request.Host, "----host:", s.Request.RequestURI)
|
|
|
if IsWxBrowserContent[stype] {
|
|
|
if s.GetString("state") == "wx" {
|
|
|
//微信跳回来的
|