Explorar o código

修改 ClientAppID

huangbin %!s(int64=4) %!d(string=hai) anos
pai
achega
69fd04bac7
Modificáronse 1 ficheiros con 1 adicións e 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)
 };