Russell Flatt
Russell Flatt
> Thanks for your feedback, I will add multi-account support thank you very much
> Try branch dev [example/sendMsg.ts](https://github.com/AHGGG/poe-node-api/blob/dev/example/sendMsg.ts), preliminary support for multiple accounts has been added. Currently, user needs to create different clients and save by themselves. Still considering adding support for multiple...
这个GtToken是preload接口返回的加密文件加密的,可不是不变的,那个当前请求被拦截是跳了人机验证了
> > 这个GtToken是preload接口返回的加密文件加密的,可不是不变的,那个当前请求被拦截是跳了人机验证了 > > 目前使用固定的 **GtToken** 还是可以的,如果有好的 _idea_,欢迎提交 PR。 async loadAndExecuteRemoteFile(data) { try { const response = await axios.get(`https://static.geevisit.com${data.static_path}${data.js}`, { responseType: 'text', }); console.log(response) if (response.status === 200) {...
貌似超过半小时没有访问网页聊天,调用聊天接口就报错了,才有这个乱码,目前抓包看到这个接口感觉有诡异,被加密了 
好像是随机验证的,通过接口请求报需验证时,网页端发个消息就好了,还没找到验证的代码
> > 好像是随机验证的,通过接口请求报需验证时,网页端发个消息就好了,还没找到验证的代码 > > 我这边报错是一样的,但是网页端发了消息后,chathub中还是这样 有可能token过期了,我这token没过期触发验证的话,网页端发个聊天消息就可以管一阵子
文心一言内测至今还在等待