提交 d75470df 编写于 作者: xengine-qyt's avatar xengine-qyt

fixed:code of http json for packet protocol is incorrent

上级 57b1e57b
......@@ -61,7 +61,7 @@ bool CModuleProtocol_Packet::ModuleProtocol_Packet_Common(XCHAR* ptszMsgBuffer,
}
Json::Value st_JsonRoot;
st_JsonRoot["code"] = 0;
st_JsonRoot["code"] = nCode;
if (NULL != lpszMsgBuffer)
{
st_JsonRoot["msg"] = lpszMsgBuffer;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册