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