Kaynağa Gözat

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

- 将默认状态值从 1 修改为 0
shichen 2 ay önce
ebeveyn
işleme
f73b321cbe
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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',