Commit 548a2794 authored by zhoujun's avatar zhoujun

微信

parent 485b2006
Pipeline #1603 passed with stage
in 1 second
...@@ -194,7 +194,6 @@ class UtilService ...@@ -194,7 +194,6 @@ 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