shish 6 лет назад
Родитель
Сommit
5a2f4bbdd9
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app/www/controllers/WxOpenController.php

+ 1 - 0
app/www/controllers/WxOpenController.php

@@ -95,6 +95,7 @@ class WxOpenController extends PublicController
 		}
 		$info = $authorize['authorization_info'];
 		$authorizeAppId = $info['authorizer_appid'];
+		dd($info);
 		$authorize_access_token = $info['authorizer_access_token'];
 		$expires_in = $info['expires_in'];//7200
 		$authorize_refresh_token = $info['authorizer_refresh_token'];