@@ -23,7 +23,7 @@ export const loginAction = (logidCode: string, password: string, ClientSystemInf
DeviceID: '',
}
if (ClientSystemInfo.length) { // 与qt交互消息
- Object.assign(reqParams, { ClientSystemInfo, ClientAppID: 'muchinfo_mtpclient_5.0.1' })
+ Object.assign(reqParams, { ClientSystemInfo, ClientAppID: 'muchinfo_client_5.0.1' })
return protoMiddleware(reqParams, 'LoginReq', 'LoginRsp', 1)
};