@@ -120,7 +120,7 @@ public class HttpUtils {
*/
public static boolean checkAgentIsMobile(String ua) {
String[] deviceArray = new String[] { "android", "iphone", "ipod",
- "ipad", "blackberry", "ucweb", "windows phone" };
+ "ipad", "blackberry", "ucweb", "windows phone","wechat" };
if (ua == null) {
return false;
}