微信未认证 特殊处理

bootstrap.app.inc.php 文件当中隐藏获取微信客户信息


if(intval($_W['uniacid'])!=43) {
$oauth_account = WeAccount::create($_W['account']['oauth']);

$forward = $oauth_account->getOauthCodeUrl($callback, $state);

header('Location: ' . $forward);

exit();
}

 

posted @ 2022-09-13 15:53  谢凌  阅读(11)  评论(0编辑  收藏  举报