重复设置时,查询将仅返回当前审核中的讲解卡。
注意:只返回页面PATH + 指定Query参数全匹配的讲解卡配置。
curl --location --request POST 'http://dev-cn.your-api-server.com/api/card/get' \
--header 'X-Token: xxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{"url":"pages/good/detail?good_id=aaabbb"}'
{
"audit_opinion": "",
"card_type": 1,
"status": 2,
"value": {
"btn": {
"btn_type": 100
},
"image_id": "123456",
"title": {
"main_title": "商品A"
}
}
}