...
|
...
|
@@ -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();
|
|
|
}
|
...
|
...
|
|