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