feat:
This commit is contained in:
@ -107,3 +107,20 @@ export interface GetOrderInfoRequest {
|
||||
payOrderNo: string;
|
||||
userId: string;
|
||||
}
|
||||
|
||||
export interface ProductSpecResult {
|
||||
productId: string;
|
||||
productSpecId: string;
|
||||
productType: ProductType;
|
||||
productName: string;
|
||||
title: string;
|
||||
priceText: string;
|
||||
payPrice: number; // 分
|
||||
showPrice: number;
|
||||
originalPrice: number;
|
||||
badge: string;
|
||||
contentSingle: string;
|
||||
contentsJson: string;
|
||||
sort: number;
|
||||
createTime: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user