mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-06 21:10:23 +00:00
fix: add test
This commit is contained in:
@@ -115,4 +115,9 @@ export class NTQQPacketApi {
|
||||
return undefined
|
||||
}
|
||||
}
|
||||
async sendSetSpecialTittlePacket(groupCode: string, uid: string, tittle: string) {
|
||||
let data = this.packetPacker.packSetSpecialTittlePacket(groupCode, uid, tittle);
|
||||
let ret = await this.core.apis.PacketApi.sendPacket('OidbSvcTrpcTcp.0x8fc_2', data, true);
|
||||
console.log('ret: ', ret);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user