|
@@ -15,6 +15,8 @@ class Index {
|
|
$visitorId = input('visitorId');
|
|
$visitorId = input('visitorId');
|
|
$notifyUrl = input('notify_url');
|
|
$notifyUrl = input('notify_url');
|
|
if (empty(session('unionid'))){
|
|
if (empty(session('unionid'))){
|
|
|
|
+ var_dump(CommonService::getAuthUrl());
|
|
|
|
+ die();
|
|
header("Location:".CommonService::getAuthUrl());
|
|
header("Location:".CommonService::getAuthUrl());
|
|
return;
|
|
return;
|
|
}
|
|
}
|