作者 sgj
1 个管道 的构建 通过 耗费 1 秒

微信登录跳转问题

... ... @@ -217,8 +217,7 @@ class WeChatBaseController extends BaseController
];
$app = new Application($config);
$target_url='http://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
dump($target_url);
exit();
session('target_url',$target_url);
$app->oauth->redirect()->send();
}
... ...