{
"startDate": "2025-0-",
"list": [
{
"channelNumber": "QDGL24012510444VR55",
"investAmount": "50001",
"followerCount": 501,
"exposureCount": 5001,
"clickCount": 5001,
"interactCount": 71
},
{
"channelNumber": "QDGL2507011740MPPPS",
"investAmount": "80000",
"followerCount": 800,
"exposureCount": 8000,
"clickCount": 8000,
"interactCount": 80
},
{
"channelNumber": "QDGL2507011735ZAGKO",
"investAmount": "90002",
"followerCount": 902,
"exposureCount": 9002,
"clickCount": 9002,
"interactCount": 92
}
]
}curl --location --request POST 'https://crm-dev.e-lansen.com/api/market/marketCount/insertBatch' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"startDate": "2025-0-",
"list": [
{
"channelNumber": "QDGL24012510444VR55",
"investAmount": "50001",
"followerCount": 501,
"exposureCount": 5001,
"clickCount": 5001,
"interactCount": 71
},
{
"channelNumber": "QDGL2507011740MPPPS",
"investAmount": "80000",
"followerCount": 800,
"exposureCount": 8000,
"clickCount": 8000,
"interactCount": 80
},
{
"channelNumber": "QDGL2507011735ZAGKO",
"investAmount": "90002",
"followerCount": 902,
"exposureCount": 9002,
"clickCount": 9002,
"interactCount": 92
}
]
}'{
"data": null,
"code": 0,
"msg": "string",
"desc": null
}