@@ -33,7 +33,7 @@ func (this *pcFilter) Do() bool {
if this.R.Method == "POST" {
return true
}
- if userAgent := this.R.UserAgent(); mobileReg.MatchString(userAgent) || public.CheckWxBrowser(this.R) {
+ if userAgent := this.R.UserAgent(); mobileReg.MatchString(userAgent) || public.CheckWxBrowser(this.R) || strings.Contains(userAgent, "JianyuDebug") {
//wx