Browse Source

修改 ClientAppID

huangbin 4 years ago
parent
commit
69fd04bac7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/services/socket/login/index.ts

+ 1 - 1
src/services/socket/login/index.ts

@@ -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)
 };