💥 feat(模块): 城市运营二维码

This commit is contained in:
chashaobao
2026-01-18 09:24:47 +08:00
parent 3f5da6f457
commit 8d25ee32c4
2 changed files with 41 additions and 1 deletions

View File

@ -364,6 +364,8 @@ declare namespace API {
cityCode: string;
groupLink: string;
sendCount: number;
contactQrCode: string;
groupQrCode: string;
price: number;
id: number;
}
@ -375,6 +377,7 @@ declare namespace API {
cityName?: string;
cityCode: string;
groupLink: string;
qroupQrCode: string;
sendCount?: number;
price?: number;
created?: string;