James
Results
1
comments of
James
升级到最新版本的overture以后,你写的那些文档,不能用了。 `if(Yii::$app->wechat->isWechat && !Yii::$app->wechat->isAuthorized()) { return Yii::$app->wechat->authorizeRequired()->send(); } $app = Yii::$app->wechat; $user = $app->user; return $this->renderContent('' . print_r($user, 1) . '');` 原来这样是可以得到数据的,现在不可以了。