[
{
"goalYear": "2024",
"goalMonth":1,
"industryNumber":"SJ22071315099LZM9",
"salesVolume":111
},
{
"goalYear": "2024",
"goalMonth":2,
"industryNumber":"SJ22071315099LZM9",
"salesVolume":333
}
]curl --location --request POST 'https://crm-dev.e-lansen.com/api/sales/tobIndustryGoal/insertBatch?goalType=2' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"goalYear": "2024",
"goalMonth":1,
"industryNumber":"SJ22071315099LZM9",
"salesVolume":111
},
{
"goalYear": "2024",
"goalMonth":2,
"industryNumber":"SJ22071315099LZM9",
"salesVolume":333
}
]'{
"data": null,
"code": 0,
"msg": "string",
"desc": null
}