💥 feat(模块): 赠送会员

This commit is contained in:
chashaobao
2025-12-30 20:08:13 +08:00
parent 31cb15235a
commit 3f5da6f457
2 changed files with 4 additions and 4 deletions

View File

@ -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;