微信浏览器内免登处理

This commit is contained in:
ivan deng
2023-05-19 14:01:36 +08:00
parent 18ead6a797
commit 51f8722ef8

View File

@@ -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'