大佬好,现在想全站PC、H5 只支持手机登录的方式。要取消 微信端 访问网站 自动获取微信登录、登录时选择授权之类的。
看到大佬 https://www.crmeb.com/ask/thread/21204 这个帖子,现在已经不同了。
另外看到 crmeb\app\api\controller\v1\PublicController.php 有这个代码,是不是有总开关?
$data['wechat_auth_switch'] = (int)in_array(1, sys_config('routine_auth_type'));//微信登录开关
谢谢大佬!