fly 5 years ago
parent
commit
31b91508b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/QuickApp/User/UserController.php

+ 1 - 1
app/Http/Controllers/QuickApp/User/UserController.php

@@ -88,7 +88,7 @@ class UserController extends BaseController
                 $data['vip_days'] = $time . '秒';
             }
         }
-        $data['is_check'] = true;
+        $data['is_check'] = false;
         return response()->success($data);
     }