协议request_apply_count修复

master
DESKTOP-7R8JEQQ\k 2025-07-24 16:11:33 +08:00
parent 1a51444774
commit 23bf422189
2 changed files with 3 additions and 1 deletions

View File

@ -285,7 +285,7 @@ Protocol = {
WEB_FG_REFLASH = "11111",
-- 获得申请列表的数量
WEB_FG_APPLYCOUNT = "request_apply_count",
WEB_FG_APPLYCOUNT = "group/request_apply_count",
-------------- group-log---------------------
-- 获取奖励日志
WEB_FG_GET_REWARDS_LOG = "group/log/get_reward_log",

View File

@ -74,6 +74,8 @@ function M:init(url)
self:InitCloseClick()
fgCtr:FG_GroupList(function(res)
print("获取所有圈信息")
pt(res)
local groups = res.Data.groups
if #groups > 0 then
self.familyType.selectedIndex = 1