feat: update api
This commit is contained in:
6
src/services/typings.d.ts
vendored
6
src/services/typings.d.ts
vendored
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user