mingyoung / dingtalk

[已停止维护]
MIT License
562 stars 115 forks source link

Identifier "oauth" is not defined. #84

Closed wblbird closed 4 years ago

wblbird commented 4 years ago

正常使用的APP,迁移服务器后出的问题,也就是内网换了台服务器,其他没动的,钉钉扫码出问题,出错误代码如下(yii2)

        $app = new Application($this->config);

        $response = $app->oauth->use('app-01')->withQrConnect()->redirect();//这句出错
        echo $response;