{
"wechat_live_id": 20000,
"wechat_live_title": "双11大回馈",
"act_range": 3,
"act_range_ext": [
1,
2,
3,
4,
5,
6
]
}
curl --location --request POST '/adminapi/promotion/wechat_live/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"wechat_live_id": 20000,
"wechat_live_title": "双11大回馈",
"act_range": 3,
"act_range_ext": [
1,
2,
3,
4,
5,
6
]
}'
{
"code": 0,
"msg": "ok",
"data": {
"errcode": 0,
"message": "直播更新成功"
}
}