{
"id": 0,
"activityId": 0,
"projectId": 0,
"type": "string",
"projectType": "string",
"num": 0,
"unitPrice": 0,
"discountPrice": 0
}
curl --location --request POST 'http://localhost:8081/his/activityProjectDiscount' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"activityId": 0,
"projectId": 0,
"type": "string",
"projectType": "string",
"num": 0,
"unitPrice": 0,
"discountPrice": 0
}'
{
"code": 0,
"msg": "string",
"data": {}
}