优化:商品及订单优惠价格;支付说明;
This commit is contained in:
8
types/order.d.ts
vendored
8
types/order.d.ts
vendored
@@ -13,6 +13,14 @@ export interface IGoods {
|
||||
delFlag?: number // 删除标记 -1-已下架
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取优惠价格参数
|
||||
**/
|
||||
export interface IGoodsDiscountParams {
|
||||
productId: number
|
||||
quantity: number
|
||||
}
|
||||
|
||||
/**
|
||||
* 订单接口
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user