|
@@ -13,11 +13,10 @@ use think\facade\Session;
|
|
class Index {
|
|
class Index {
|
|
|
|
|
|
public function index() {
|
|
public function index() {
|
|
|
|
+
|
|
|
|
+
|
|
$visitorId = input('visitorId');
|
|
$visitorId = input('visitorId');
|
|
$notifyUrl = input('notify_url');
|
|
$notifyUrl = input('notify_url');
|
|
- var_dump(input());
|
|
|
|
- var_dump(Session::instance());
|
|
|
|
- die();
|
|
|
|
if (empty(session('unionid'))){
|
|
if (empty(session('unionid'))){
|
|
header("Location:".CommonService::getAuthUrl());
|
|
header("Location:".CommonService::getAuthUrl());
|
|
// redirect(CommonService::getAuthUrl());
|
|
// redirect(CommonService::getAuthUrl());
|