mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
fix
This commit is contained in:
@@ -378,7 +378,7 @@ export class NTQQFileApi {
|
|||||||
};
|
};
|
||||||
try {
|
try {
|
||||||
if (this.core.apis.PacketApi.packetClient?.isConnected) {
|
if (this.core.apis.PacketApi.packetClient?.isConnected) {
|
||||||
if ((!this.packetRkey || this.packetRkey[0].time < Date.now() / 1000)) {
|
if ((!this.packetRkey || this.packetRkey[0].time > Date.now() / 1000)) {
|
||||||
this.packetRkey = await this.core.apis.PacketApi.sendRkeyPacket();
|
this.packetRkey = await this.core.apis.PacketApi.sendRkeyPacket();
|
||||||
}
|
}
|
||||||
if (this.packetRkey.length > 0) {
|
if (this.packetRkey.length > 0) {
|
||||||
|
Reference in New Issue
Block a user