Explorar o código

fix(game): 修正游戏列表状态值

- 将默认状态值从 1 修改为 0
shichen hai 2 meses
pai
achega
f73b321cbe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/controller/api/game/Index.php

+ 1 - 1
app/controller/api/game/Index.php

@@ -6,7 +6,7 @@ class Index
6 6
 {
7 7
     public function list()
8 8
     {
9
-        $status = 1;
9
+        $status = 0;
10 10
         $list = [
11 11
             'name' => '拳魂觉醒',
12 12
             'logo' => 'https://cdn.bjtdba.com/chuxubao/images/2026-06-01/b42af202606010920574809.jpg',