curl --location --request GET 'http://localhost:8081/his/activityProjectDiscount/' \
--header 'Authorization: '
{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"activityId": 0,
"projectId": 0,
"projectName": "string",
"type": "string",
"projectType": "string",
"num": 0,
"prescriptionPrice": 0,
"originPrice": 0,
"unitPrice": 0,
"discountPrice": 0,
"name": "string"
}
}