发布优惠券到积分商城(供下级领取)
POST
/user/vip/coupon_item最后修改时间: 1 个月前
请求参数
Body 参数application/json
available_days
integer
可用天数
base_limit
number
可选
>= 0
buy_limit
integer
购买次数限制
color
string
必需
count
integer
必需
end_date
integer
截止时间
first_send
boolean
可选
绑定微信后立即自动领取(设置后不可手动领取并且不会显示)
friendly_name
string
必需
name
string
上架商城时
>= 3 字符<= 20 字符
order
integer
排序
points
integer
可选
type
enum<string>
可选
枚举值:
discountnormal
usable_duration
enum<string>
可选
枚举值:
13612
usable_product
string
可选
rvh,rcs,rgs
usable_scenes
string
可选
create,renew,upgrade
value
integer
必需
>= 1
示例
{
"available_days": 0,
"base_limit": 0,
"buy_limit": 0,
"color": "string",
"count": 0,
"end_date": 0,
"first_send": true,
"friendly_name": "string",
"name": "string",
"order": 0,
"points": 0,
"type": "discount",
"usable_duration": "1",
"usable_product": "string",
"usable_scenes": "string",
"value": 1
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 1 个月前