Browse Source

fixed: 命名

gwang 4 years ago
parent
commit
b5eadc9f6f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Gameserver/Amfphp/process/GuildProc.php

+ 1 - 1
Gameserver/Amfphp/process/GuildProc.php

@@ -156,7 +156,7 @@ class GuildProc {
 
         $result = array(#                                                       # 返回值
             "totalcount" => $memList->count, #                                  # 有多少个公会 分页用
-            "guildlist" => $memList->table #                                    # 该页的公会信息
+            "table" => $memList->table #                                        # 该页的公会信息
         );
         return Resp::ok($result);
     }