Merge Request: 修复微信pc浏览器可以退房 Created By: @万新亮 Accepted By: @万新亮 URL: https://chuanghaikeji.coding.net/p/smarCampus/d/iHotel_student_houtai/git/merge/33?initial=true
@@ -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;
}