{
"month": "string",
"targetShop": 0,
"targetAmt": 0
}
curl --location --request POST '/company/targetByYyjd/addCompanyTarget' \
--header 'Content-Type: application/json' \
--data-raw '{
"month": "string",
"targetShop": 0,
"targetAmt": 0
}'
{
"code": 0,
"message": "",
"data": null
}