{
"appKey":"111",
"operator":"admin",
"operatorOrgId":"",
"operatorOrgType":"",
"data":{
"bannerId": "276610749",
"couponId": "2761273312",
"picUrl": "www.xxxx.com",
"title": "卡券标题",
"appRedirectPath": ""
}
}
curl --location --request POST '/ypc/vientiane/baidu/alter/banner' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey":"111",
"operator":"admin",
"operatorOrgId":"",
"operatorOrgType":"",
"data":{
"bannerId": "276610749",
"couponId": "2761273312",
"picUrl": "www.xxxx.com",
"title": "卡券标题",
"appRedirectPath": ""
}
}'
{
"code": "200",
"message": null,
"data": null,
"success": true
}