Skip to content

Commit 8e78676

Browse files
committed
fixed:http auth pass protocol is not right
1 parent 7b5122b commit 8e78676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XEngine_Source/MQCore_ProtocolModule/ProtocolModule_Packet/ProtocolModule_Packet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ BOOL CProtocolModule_Packet::ProtocolModule_Packet_PassAuth(XENGINE_PROTOCOL_USE
346346
st_JsonAuth["enClientType"] = pSt_ProtocolAuth->enClientType;
347347
st_JsonAuth["enDeviceType"] = pSt_ProtocolAuth->enDeviceType;
348348

349-
st_JsonRoot["unOperatorType"] = ENUM_XENGINE_COMMUNICATION_PROTOCOL_TYPE_XMQ;
349+
st_JsonRoot["unOperatorType"] = ENUM_XENGINE_COMMUNICATION_PROTOCOL_TYPE_AUTH;
350350
st_JsonRoot["unOperatorCode"] = nCode;
351351
st_JsonRoot["wReserve"] = 0;
352352
st_JsonRoot["byVersion"] = 2;

0 commit comments

Comments
 (0)