fuquanlin
Results
1
issues of
fuquanlin
**when I use express http proxy as follow** filter: function (req, res) { var whiteList = req.url.match('^/wx/weixin') || req.url.match('^/wx/fans') || req.url.match('^/wx/app') || req.url.match('^/wx/css') || req.url.match('^/wx/font') || req.url.match('^/wx/img') || req.url.match('^/wx/js'); if...