feat:
This commit is contained in:
@ -8,13 +8,18 @@ export interface DeclarationTypeResult {
|
||||
}
|
||||
|
||||
export interface ProductInfo {
|
||||
productCode: ProductType;
|
||||
productId: ProductType;
|
||||
// productCode: ProductType;
|
||||
// productId: ProductType;
|
||||
|
||||
balance: number;
|
||||
created: number;
|
||||
updated: number;
|
||||
isPaidVip?: boolean;
|
||||
// 报单类型信息,只有 use 接口返回值才有
|
||||
plaidBalance: number;
|
||||
freeBalance: number;
|
||||
content: string;
|
||||
created: string;
|
||||
updated: string;
|
||||
isPaidVip: boolean;
|
||||
isCreateResume: boolean;
|
||||
allowBuyProduct: boolean;
|
||||
declarationTypeResult?: DeclarationTypeResult;
|
||||
}
|
||||
|
||||
@ -110,11 +115,12 @@ export interface GetOrderInfoRequest {
|
||||
|
||||
export interface ProductSpecResult {
|
||||
productId: string;
|
||||
productSpecId: string;
|
||||
productSpecId: ProductSpecId;
|
||||
productType: ProductType;
|
||||
productName: string;
|
||||
title: string;
|
||||
priceText: string;
|
||||
expire: number;
|
||||
payPrice: number; // 分
|
||||
showPrice: number;
|
||||
originalPrice: number;
|
||||
|
||||
Reference in New Issue
Block a user