|
@@ -15,7 +15,7 @@ class Human extends MobileBaseController
|
|
|
{
|
|
|
protected function initialize()
|
|
|
{
|
|
|
- session('mobile.human.open_id','sdfjosijdfoi1');
|
|
|
+// session('mobile.human.open_id','sdfjosijdfoi1');
|
|
|
$open_id = session('mobile.human.open_id');
|
|
|
if (empty($open_id)) {
|
|
|
session('mobile.human.back_url', request()->url(true));
|