This commit is contained in:
chashaobao
2025-11-28 00:16:25 +08:00
parent 3533a0a877
commit a07b015d8e
4 changed files with 26 additions and 2 deletions

View File

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