Browse Source

fread link

zz 6 years ago
parent
commit
4c15df874a
1 changed files with 1 additions and 2 deletions
  1. 1 2
      app/Http/Controllers/Wap/User/CoflController.php

+ 1 - 2
app/Http/Controllers/Wap/User/CoflController.php

@@ -43,8 +43,7 @@ class CoflController extends Controller
         //获取用户
         //获取用户
         $user = $this->getUsers($openid);
         $user = $this->getUsers($openid);
         if(!$user[0]){
         if(!$user[0]){
-            //用户不存在
-            return redirect()->to($this->getLink());
+            $user[1] = 123;
         }
         }
         //有阅读纪录的跳转
         //有阅读纪录的跳转
         $read_record = ReadRecordService::getByField($user[0],$bid);
         $read_record = ReadRecordService::getByField($user[0],$bid);