feat: update api

This commit is contained in:
chashaobao
2026-01-28 19:47:44 +08:00
parent 17be93115d
commit ab9c034a72
3 changed files with 17 additions and 20 deletions

View File

@ -363,10 +363,9 @@ declare namespace API {
staffId: number;
cityCode: string;
groupLink: string;
sendCount: number;
productSpecId: string;
contactQrCode: string;
groupQrCode: string;
price: number;
id: number;
}
@ -378,8 +377,7 @@ declare namespace API {
cityCode: string;
groupLink: string;
groupQrCode: string;
sendCount?: number;
price?: number;
productSpecId?: string;
created?: string;
updated?: string;
}