💥 feat(模块): 赠送会员
This commit is contained in:
4
src/services/typings.d.ts
vendored
4
src/services/typings.d.ts
vendored
@ -385,7 +385,7 @@ declare namespace API {
|
||||
|
||||
interface GiveVipListItem {
|
||||
id: number;
|
||||
imOpenId: string;
|
||||
userId: string;
|
||||
userPhone: string;
|
||||
productType: ProductType;
|
||||
productSpecId: string;
|
||||
@ -396,7 +396,7 @@ declare namespace API {
|
||||
}
|
||||
|
||||
interface PostGiveVip {
|
||||
imOpenId: string;
|
||||
userId: string;
|
||||
userPhone?: string;
|
||||
productType?: ProductType;
|
||||
productSpecId?: string;
|
||||
|
||||
Reference in New Issue
Block a user