|
@@ -15,8 +15,7 @@ class Index {
|
|
|
$visitorId = input('visitorId');
|
|
|
$notifyUrl = input('notify_url');
|
|
|
if (empty(session('unionid'))){
|
|
|
-// header("Location:".CommonService::getAuthUrl());
|
|
|
- header("Location:http://mdttest.kydev.net/api/wechat/focusarea/11/28?redirecturi=https://webcast.bizconfstreaming.com/index/user/login");
|
|
|
+ header("Location:".CommonService::getAuthUrl());
|
|
|
return;
|
|
|
}
|
|
|
//增加客户自己的验证逻辑,例如登录,关注,付费,填手机号等
|