feat: add

This commit is contained in:
chashaobao
2025-10-30 23:29:44 +08:00
parent aebb3d744e
commit 6f4ef68db4
2 changed files with 57 additions and 1 deletions

View File

@ -355,6 +355,8 @@ declare namespace API {
staffId: number;
cityCode: string;
groupLink: string;
sendCount: number;
price: number;
id: number;
}
@ -365,6 +367,8 @@ declare namespace API {
cityName?: string;
cityCode: string;
groupLink: string;
sendCount?: number;
price?: number;
created?: string;
updated?: string;
}