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