{
"schemeId": 30822936,
"dataSource": [
{
"id": 36,
"children": [
{
"id": 1,
"label": "网站",
"value": "00101,00100,10101,10100,10104"
},
{
"id": 30,
"label": "今日头条",
"value": "00104"
}
],
"label": "网媒",
"type": 1,
"value": "00101,00100,10101,10100,10104,00104",
"weight": null,
"site": "1",
"channelGroup": "2,4",
"account": "3"
},
{
"id": 3,
"children": null,
"label": "微博",
"type": 0,
"value": "00301",
"weight": null,
"site": null,
"channelGroup": null,
"account": "3"
}
],
"realTime": 7,
"startPubTime": null,
"endPubTime": null,
"articleType": [
1,
2,
3
],
"size": 10
}
curl --location --request POST '/gateway/analysis/api/analyzeModule/hotTheme' \
--header 'appKey;' \
--header 'nonce: {{nonce}}' \
--header 'timestamp: {{timestamp}}' \
--header 'signature: {{signature}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"schemeId": 30822936,
"dataSource": [
{
"id": 36,
"children": [
{
"id": 1,
"label": "网站",
"value": "00101,00100,10101,10100,10104"
},
{
"id": 30,
"label": "今日头条",
"value": "00104"
}
],
"label": "网媒",
"type": 1,
"value": "00101,00100,10101,10100,10104,00104",
"weight": null,
"site": "1",
"channelGroup": "2,4",
"account": "3"
},
{
"id": 3,
"children": null,
"label": "微博",
"type": 0,
"value": "00301",
"weight": null,
"site": null,
"channelGroup": null,
"account": "3"
}
],
"realTime": 7,
"startPubTime": null,
"endPubTime": null,
"articleType": [
1,
2,
3
],
"size": 10
}'
{}