请求方式 POST 请求路径 api/Coupon/SearchMeetLimitCouponList
查找订单商品满足限制条件的优惠券
URI 参数说明
None.
Json字符串 参数说明:Body Data
FromCouponParam
字段 | 说明 | 类型 | 备注说明 |
---|---|---|---|
OrderType |
订单类型 默认0普通订单 1拼团订单 2期货订单 3特价 |
integer |
None. |
detail | Collection of FromCouponParamChildren |
None. |
请求格式:application/json, text/json
application/json
Sample:
{ "OrderType": 1, "detail": [ { "Id": 1, "BuyCount": 2, "IsStandard": 3, "TotalWeight": 4.0, "ActivityType": 5, "ActivityId": 6, "SupplierId": 7 }, { "Id": 1, "BuyCount": 2, "IsStandard": 3, "TotalWeight": 4.0, "ActivityType": 5, "ActivityId": 6, "SupplierId": 7 } ] }
得到响应信息说明
查找订单商品满足限制条件的优惠券
ResponsePageData字段 | 说明 | 类型 | 备注说明 |
---|---|---|---|
code |
状态码 默认0 成功 |
integer |
None. |
msg |
消息 |
string |
None. |
count |
总条数 |
integer |
None. |
data |
数据 |
Object |
None. |
响应格式
application/json, text/json
Sample:
{ "code": 1, "msg": "sample string 2", "count": 3, "data": {} }