mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-16 13:01:14 +00:00
chore: remove useless comment
This commit is contained in:
parent
9faeadbebe
commit
0cb68d3737
@ -78,9 +78,7 @@ export class NTQQPacketApi {
|
||||
const ret = await this.sendPacket('OidbSvcTrpcTcp.0x9067_202', packet, true);
|
||||
if (!ret?.hex_data) return [];
|
||||
const body = new NapProtoMsg(OidbSvcTrpcTcpBaseRsp).decode(Buffer.from(ret.hex_data, 'hex')).body;
|
||||
//console.log('ret: ', Buffer.from(body).toString('hex'));
|
||||
const retData = new NapProtoMsg(OidbSvcTrpcTcp0X9067_202_Rsp_Body).decode(body);
|
||||
//console.log('ret: ', JSON.stringify(retData.data.rkeyList));
|
||||
return retData.data.rkeyList;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user