feat: packet highway (in right impl)

This commit is contained in:
pk5ls20
2024-10-17 19:45:21 +08:00
parent 0ab61bac12
commit 8873a030ab
6 changed files with 55 additions and 54 deletions

View File

@@ -110,6 +110,6 @@ export class NTQQPacketApi {
async sendUploadForwardMsg(msg: PacketForwardNode[], groupUin: number = 0) {
const data = this.packetPacker.packUploadForwardMsg(this.core.selfInfo.uid, msg, groupUin);
const ret = await this.sendPacket('trpc.group.long_msg_interface.MsgService.SsoSendLongMsg', data, true);
console.log(JSON.stringify(ret));
// console.log(JSON.stringify(ret));
}
}