Ken 2 days ago
parent
commit
59bfb6d660
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/api/NewPc.php

+ 1 - 1
app/Http/Controllers/api/NewPc.php

@@ -211,7 +211,7 @@ class NewPc extends BaseController
      * @apiSuccess {int} data.end_timestamp 结束时间 时间戳
      *
      */
-    public function index()
+    public function index(): JsonResponse
     {
         try {
             $page = request()->input('page', 1);