Commit da60ce9c authored by zhoujun's avatar zhoujun

调试微信分享

parent 60cd3a48
Pipeline #1546 passed with stage
in 1 second
......@@ -194,7 +194,6 @@ class UtilService
public static function getIsWx($httpUserAgent)
{
return true;
if (strpos($httpUserAgent, 'MicroMessenger') !== false) {
return true;
} else {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment