{
"startDate": "2025-01-01",
"list": [
{
"channelNumber": "QDGL24012510444VR55",
"productType":"花色",
"productName":"纯白",
"investAmount": "50001",
"browseCount": 511,
"likeCount": 51,
"shareCount": 13,
"collectCount": 71,
"commentCount":11,
"content":"朗生花色顶呱呱"
},
{
"channelNumber": "QDGL24012510444VR55",
"productType":"花色",
"productName":"纯黑",
"investAmount": "20001",
"browseCount": 111,
"likeCount": 31,
"shareCount": 23,
"collectCount": 11,
"commentCount":5,
"content":"朗生花色顶呱呱啊啊"
},
{
"channelNumber": "QDGL2507011740MPPPS",
"productType":"案例",
"productName":"西贝莜面村",
"investAmount": "20001",
"browseCount": 111,
"likeCount": 31,
"shareCount": 23,
"collectCount": 11,
"commentCount":5,
"content":"这个案例有点"
}
]
}curl --location 'https://crm-dev.e-lansen.com/api/market/marketPlatformCount/insertBatch' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"startDate": "2025-01-01",
"list": [
{
"channelNumber": "QDGL24012510444VR55",
"productType":"花色",
"productName":"纯白",
"investAmount": "50001",
"browseCount": 511,
"likeCount": 51,
"shareCount": 13,
"collectCount": 71,
"commentCount":11,
"content":"朗生花色顶呱呱"
},
{
"channelNumber": "QDGL24012510444VR55",
"productType":"花色",
"productName":"纯黑",
"investAmount": "20001",
"browseCount": 111,
"likeCount": 31,
"shareCount": 23,
"collectCount": 11,
"commentCount":5,
"content":"朗生花色顶呱呱啊啊"
},
{
"channelNumber": "QDGL2507011740MPPPS",
"productType":"案例",
"productName":"西贝莜面村",
"investAmount": "20001",
"browseCount": 111,
"likeCount": 31,
"shareCount": 23,
"collectCount": 11,
"commentCount":5,
"content":"这个案例有点"
}
]
}'{
"data": null,
"code": 0,
"msg": "string",
"desc": null
}