浏览代码

修改 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)
 };