chore: api

This commit is contained in:
手瓜一十雪
2024-08-09 13:58:26 +08:00
parent 958709faf2
commit aaa874b099
7 changed files with 20 additions and 17 deletions

View File

@@ -40,7 +40,7 @@ export class NTQQGroupApi {
* }
*/
async getGroupMemberLastestSendTime(GroupCode: string) {
async function getdata(uid: string) {
const getdata = async (uid: string) => {
let NTRet = await this.getLastestMsgByUids(GroupCode, [uid]);
if (NTRet.result != 0 && NTRet.msgList.length < 1) {
return undefined;