소스 검색

修改 ClientAppID

huangbin 4 년 전
부모
커밋
69fd04bac7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)
 };