We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b5122b commit 8e78676Copy full SHA for 8e78676
XEngine_Source/MQCore_ProtocolModule/ProtocolModule_Packet/ProtocolModule_Packet.cpp
@@ -346,7 +346,7 @@ BOOL CProtocolModule_Packet::ProtocolModule_Packet_PassAuth(XENGINE_PROTOCOL_USE
346
st_JsonAuth["enClientType"] = pSt_ProtocolAuth->enClientType;
347
st_JsonAuth["enDeviceType"] = pSt_ProtocolAuth->enDeviceType;
348
349
- st_JsonRoot["unOperatorType"] = ENUM_XENGINE_COMMUNICATION_PROTOCOL_TYPE_XMQ;
+ st_JsonRoot["unOperatorType"] = ENUM_XENGINE_COMMUNICATION_PROTOCOL_TYPE_AUTH;
350
st_JsonRoot["unOperatorCode"] = nCode;
351
st_JsonRoot["wReserve"] = 0;
352
st_JsonRoot["byVersion"] = 2;
0 commit comments