文档
测试

查询订单可用优惠券

POST
/order/app/order/discount

请求参数

参数名
类型
描述
必填
goods
数组
必填
goodsMoney
必填
goodsNumber
必填
goodsId
必填

响应参数

参数名
类型
描述
必填
id
long
可以使用的优惠券id
必填
discountName
string
优惠券名称
必填
discountTotalPrice
double
满减金额
必填
discountPrice
double
面额
必填
discountType
int
1指定商品 2订单满减
必填
discountGoodId
long
商品id
必填
status
int
0 未使用 1已使用 2已过期
必填