padlocal-client-ts
padlocal-client-ts copied to clipboard
希望可以增加获取群成员昵称的功能,在群管理方面可以多一些选项
### environment - windows 10 - nodejs: 12.18.4 (Currently using 64-bit executable) - padlocal-ts-client version: 0.1.26 ### code ``` let { id, message } = msg; let idempotentId = genIdempotentId();...
### environment - windows 10 - nodejs: 12.18.4 (Currently using 64-bit executable) - padlocal-ts-client version: 0.1.26 ### code ``` const fileData: Buffer = fs.readFileSync(file); const response = await client.api.sendVideoMessage(genIdempotentId(), id,...
ERR [Request] [tid:13754760], padlocal grpc request failed: 1, error: Error: 2 UNKNOWN: [tid:13754760] wechat bad request error: 你的应用版本过低,请升级至最新版本后再登录。点击“确定”后将跳转至最新版下载页面。 出现这个报错之后,源码如何修改可以切换新版本的微信?
看这里https://github.com/codermie/-padlocal-bug-