This commit is contained in:
aozhiwei 2020-10-10 16:50:41 +08:00
parent 8a6de93be5
commit 4f3dad8de7

View File

@ -246,6 +246,9 @@ void GuildMgr::__GuildSearch(f8::JsonHttpRequest* request)
if (page_size < 1) {
page_size = 1;
}
#if 1
page_size = 20;
#endif
int total_page = 0;
int total_count = 0;
std::vector<cs::MFGuildBasic*> last_page_data;