|
@@ -15,12 +15,12 @@ class Human extends MobileBaseController
|
|
|
{
|
|
|
protected function initialize()
|
|
|
{
|
|
|
- $open_id = session('mobile.human.open_id');
|
|
|
+ /*$open_id = session('mobile.human.open_id');
|
|
|
if (empty($open_id)) {
|
|
|
session('mobile.human.back_url', request()->url(true));
|
|
|
$response = redirect('https://www.jucai.gov.cn/api/auth/wechat_auth?url=' . urlencode(url('/mobile/login/humanLogin')));
|
|
|
throw new \think\exception\HttpResponseException($response);
|
|
|
- }
|
|
|
+ }*/
|
|
|
}
|
|
|
|
|
|
/**
|