💥 feat(模块): 城市运营二维码
This commit is contained in:
3
src/services/typings.d.ts
vendored
3
src/services/typings.d.ts
vendored
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user