Skip to content

Commit 2e67863

Browse files
committed
fixed:add user incorrect for management app
1 parent 1f31400 commit 2e67863

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

XEngine_Source/XEngine_APPService/XEngine_AuthorizeApp/Authorize_Dialog/Dialog_Modify.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ void CDialog_Modify::OnBnClickedButton2()
215215
}
216216
else
217217
{
218+
st_JsonRoot["xhToken"] = _ttxoll(m_StrToken.GetBuffer());
218219
_xstprintf(tszUrlAddr, _T("http://%s:%s/auth/client/modify"), m_StrIPAddr.GetBuffer(), m_StrIPPort.GetBuffer());
219220
}
220221

@@ -230,8 +231,7 @@ void CDialog_Modify::OnBnClickedButton2()
230231
st_JsonTable["enSerialType"] = st_UserTable.enSerialType;
231232
st_JsonTable["st_UserInfo"] = st_JsonUser;
232233
st_JsonRoot["st_UserTable"] = st_JsonTable;
233-
st_JsonRoot["xhToken"] = _ttxoll(m_StrToken.GetBuffer());
234-
234+
235235
//是否加密
236236
int nMsgLen = 0;
237237
TCHAR* ptszMsgBuffer = NULL;
Binary file not shown.

0 commit comments

Comments
 (0)