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