{
"pageSize":10,
"pageNo":1,
"ids":["47efb02063ba11ec92e400163e106b20","00371019631e11ec8b6f00163e106b20"]
}
curl --location --request POST '/api/v3/customer-relation/company-marketing-content-detail-list' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageSize":10,
"pageNo":1,
"ids":["47efb02063ba11ec92e400163e106b20","00371019631e11ec8b6f00163e106b20"]
}'
{
"code": 0,
"message": "success",
"data": {
"pageSize": 10,
"pageNo": 1,
"totalCount": 6,
"result": [
{
"userId": 412017185103936,
"name": "聂志伟",
"departmentName": "探马企服",
"share": 1,
"uv": 0,
"newContact": 0,
"contentId": "00371019631e11ec8b6f00163e106b20"
},
{
"userId": 442147873206336,
"name": "周建凯",
"departmentName": "探马企服",
"share": 1,
"uv": 0,
"newContact": 0,
"contentId": "47efb02063ba11ec92e400163e106b20"
},
{
"userId": 391697253216320,
"name": "赵丽华",
"departmentName": "ricky部门",
"share": 1,
"uv": 0,
"newContact": 0,
"contentId": "00371019631e11ec8b6f00163e106b20"
},
{
"userId": 412017185103936,
"name": "聂志伟",
"departmentName": "探马企服",
"share": 2,
"uv": 0,
"newContact": 0,
"contentId": "47efb02063ba11ec92e400163e106b20"
},
{
"userId": 391697253216320,
"name": "赵丽华",
"departmentName": "ricky部门",
"share": 2,
"uv": 0,
"newContact": 0,
"contentId": "47efb02063ba11ec92e400163e106b20"
},
{
"userId": 406568125728832,
"name": "张丹露",
"departmentName": "孙新艳专用",
"share": 2,
"uv": 0,
"newContact": 0,
"contentId": "00371019631e11ec8b6f00163e106b20"
}
],
"currentPage": 1,
"totalPage": 1
}
}