This commit is contained in:
aozhiwei 2020-11-25 20:55:29 +08:00
parent e21b14ab63
commit c56a206f45

View File

@ -741,7 +741,7 @@ void Guild::_CMGuildMemberList(f8::MsgHdr& hdr, const cs::CMGuildMemberList& msg
respmsg.set_guild_lv(guild_lv_);
*respmsg.mutable_paging() = msg.paging();
if (respmsg.paging().page_size() <= 0) {
respmsg.mutable_paging()->set_page_size(10);
respmsg.mutable_paging()->set_page_size(100);
}
int total_count = 0;
{