This commit is contained in:
2021-10-28 16:13:49 -04:00
parent cc932bc0f5
commit 3fe79d00ef

View File

@@ -217,9 +217,9 @@ end
local data = json.decode(sBody) local data = json.decode(sBody)
if data then if data then
for k,v in pairs(data.bo) do for k,v in pairs(data.bo) do
--for i=1,20 do for i=1,20 do
-- v["cardgroup"..i] = self:decodeCardGroup(v["cardgroup"..i]) v["cardgroup"..i] = self:decodeCardGroup(v["cardgroup"..i])
--end end
v["level_list"] = self:decodeCardLevel(v["level_list"]) v["level_list"] = self:decodeCardLevel(v["level_list"])
local index = tonumber(k) local index = tonumber(k)