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