{
"platformCode": "dbOs",
"clientId": "4C:91:7A:41:27:25",
"strategyList": [
{
"id": 430,
"filter": false,
"pageable": true,
"pageIndex": 4,
"pageSize": 10
}
],
"filterContentIds": []
}
curl --location --request POST 'http://testack.dangbei.net/algorithm-center/inferApi/infer' \
--header 'Content-Type: application/json' \
--data-raw '{
"platformCode": "dbOs",
"clientId": "4C:91:7A:41:27:25",
"strategyList": [
{
"id": 430,
"filter": false,
"pageable": true,
"pageIndex": 4,
"pageSize": 10
}
],
"filterContentIds": []
}'
{
"success": true,
"errCode": null,
"errMessage": null,
"requestId": "23a85e39-ff00-4093-a543-8ec419e110e7",
"data": {
"platformCode": "sonyOs",
"clientId": "003ca82a6aa6ea552eb08cb8f9925ee8",
"strategyList": [
{
"id": 1,
"contentIdList": [
"137649",
"1336804",
"1862496",
"3617634",
"2512358",
"493223",
"3720290",
"3182022",
"491558",
"2142034"
],
"filter": false,
"pageable": true,
"pageIndex": 1,
"pageSize": 10,
"total": 1000,
"strategyInfoJson": "{\"source\":\"algo\",\"strategyType\":2,\"strategyId\":1,\"algoModel\":0,\"contentRuleId\":1,\"pluginIds\":\"1\"}"
}
]
}
}