Commit 61f0466b authored by zhoujun's avatar zhoujun

角色

parent 6a8344c5
...@@ -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