更新:我的订单兼容多种商品订单(电子书、课程、vip)显示
This commit is contained in:
@@ -68,23 +68,6 @@ export interface IVipInfo {
|
||||
[key: string]: any
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单接口
|
||||
*/
|
||||
export interface IOrder {
|
||||
id: number
|
||||
orderSn: string
|
||||
bookEntity: {
|
||||
id: number
|
||||
name: string
|
||||
images: string
|
||||
}
|
||||
orderMoney: number
|
||||
paymentMethod: string // '4'-虚拟货币, '5'-真实货币
|
||||
createTime: string
|
||||
[key: string]: any
|
||||
}
|
||||
|
||||
/**
|
||||
* VIP套餐接口
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user