overtrue / laravel-wechat

微信 SDK for Laravel, 基于 overtrue/wechat
MIT License
2.87k stars 500 forks source link

企业oauth方法报错:No suite_ticket found. #480

Open season886 opened 11 months ago

season886 commented 11 months ago

$oauth = EasyWeChat::openWork()->getCorpOAuth('ww1b7e6caXXXXXXX'); $oauth->withAgentId('1000031'); return $oauth->redirect('http://auth.XXXX.com/admin/callback');

但是我用官网那个URL,自己组装成一个URL,重定向是正常的!

按理我在配置文件里配置了,getCorpOAuth参数不应该再次输入了

第一句就抛出异常:No suite_ticket found.