更新:我的订单兼容多种商品订单(电子书、课程、vip)显示

This commit is contained in:
2025-11-24 10:21:02 +08:00
parent ac60a863e3
commit b357225703
14 changed files with 307 additions and 165 deletions

View File

@@ -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套餐接口
*/