This commit is contained in:
aozhiwei 2020-10-14 13:38:36 +08:00
parent 59f8b0ac36
commit fcd884df1e

View File

@ -17,7 +17,11 @@
#include "framework/cpp/httpclientpool.h"
#ifdef DEBUG
const int GUILD_MAX_MEMBER_NUM = 5;
#else
const int GUILD_MAX_MEMBER_NUM = 20;
#endif
const int GUILD_MAX_ADMIN_NUM = 1;
enum GuildApplyStatus_e