[
{
"itemSeq": "7488",
"channelName": "测试渠道",
"itemName": "测试事项",
"channelCode": "1"
}
]
curl --location --request POST 'http://localhost:8080/ApprEvaluateInterface/api/channelEvaluate/channelsStatistics.v' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"itemSeq": "7488",
"channelName": "测试渠道",
"itemName": "测试事项",
"channelCode": "1"
}
]'
{"status":"200","desc":"处理成功","data":[{"channelCode":"1","channelName":"测试渠道","itemSeq":"7488","itemName":"测试事项","count":0,"percentage":0.0}]}