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