查询可用优惠券
POST
/webtenant/system/tenant/order/usableCoupon请求参数
Body 参数application/json
id
integer <int32>
可选
课程/电子书/资料id
platform
string
可选
平台 (PC,H5,小程序 )
productType
integer <int32>
可选
商品类型(1 课程;2 电子书;3 资料)
studentId
integer <int64>
学员id
示例
{
"id": 0,
"platform": "string",
"productType": 0,
"studentId": 0
}
示例代码
返回响应
OK(200)
Created(201)
Unauthorized(401)
Forbidden(403)
Not Found(404)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
额外字段
object
可选
示例
{
"property1": {},
"property2": {}
}
最后修改时间: 11 小时前