Explorar el Código

修改 ClientAppID

huangbin hace 4 años
padre
commit
69fd04bac7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)
 };