diff --git a/lua/app/net/net_manager.lua b/lua/app/net/net_manager.lua index db714fbb..822ecd68 100644 --- a/lua/app/net/net_manager.lua +++ b/lua/app/net/net_manager.lua @@ -774,7 +774,8 @@ function NetManager:onReceive(msgId, data) end end BIReport:postPbDecodefailed(sendMsgName, reqDataStr) - elseif pbData.err_code ~= GConst.ERROR_STR.SUCCESS then + -- elseif pbData.err_code ~= GConst.ERROR_STR.SUCCESS then + elseif pbData.status ~= 0 then -- 有一些协议没有err_code所以改为判定自定义的status local reqDataStr = GConst.EMPTY_STRING if sendInfo then if sendInfo.msgName == ProtoMsgType.FromMsgEnum.PipedReq then