From 51f8722ef8650af4e352aa6cca6c8d9af8c0f199 Mon Sep 17 00:00:00 2001 From: ivan deng Date: Fri, 19 May 2023 14:01:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E6=B5=8F=E8=A7=88=E5=99=A8?= =?UTF-8?q?=E5=86=85=E5=85=8D=E7=99=BB=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app_common/controllers/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app_common/controllers/main.py b/app_common/controllers/main.py index 8fc58761..e0aee2cb 100644 --- a/app_common/controllers/main.py +++ b/app_common/controllers/main.py @@ -67,7 +67,7 @@ class AppController(http.Controller): utype = 'wxapp' elif 'MicroMessenger' in ua: # 微信浏览器 - utype = 'wx' + utype = 'wxweb' elif 'cn.erpapp.o20sticks.App' in ua: # 安卓app utype = 'native_android'