Explorar el Código

fixed: 命名

gwang hace 4 años
padre
commit
b5eadc9f6f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
     }