Commit 4dab1a87 authored by zhoujun's avatar zhoujun

调试微信分享

parent 813d220c
Pipeline #1557 passed with stage
in 0 seconds
...@@ -194,6 +194,7 @@ class UtilService ...@@ -194,6 +194,7 @@ class UtilService
public static function getIsWx($httpUserAgent) public static function getIsWx($httpUserAgent)
{ {
return true;
if (strpos($httpUserAgent, 'MicroMessenger') !== false) { if (strpos($httpUserAgent, 'MicroMessenger') !== false) {
return true; return true;
} else { } 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