定向发放详情
接口地址:/coupon/dddetail
请求方式 get
参数:
id 定向发放的id
返回格式:
{
"code":1,
"data":{
"id": "1 ##定向发放id",
"act_id": "1 ##活动id",
"act_title": "活动标题",
"success_cnt": "100 ##发放成功人数",
"fail_cnt": "0 ##发放失败人数",
"total": "100 ##总人数",
"fail_list": [
{
"phone": "13588358790",
"num": "1 ##应发份数",
"failed_cnt": "0 ##发放失败份数"
},
{
"phone": "17767157886",
"num": "2 ##份数",
"failed_cnt": "1 ##发放失败份数"
}
]
},
"msg":"success"
}Last updated
Was this helpful?