Commit d0977498 authored by zhoujun's avatar zhoujun

取消限制

parent 252bc6c1
......@@ -194,6 +194,7 @@ 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