curl --location --request GET 'localhost:8077/prob/api/teachCourseUserSign/signDetailById?id=15' \
--header 'token: forever' \
--header 'Authorization: Bearer e04bc2ccd70847efbd8b3775fb951f4e' \
--header 'tenantId: {{tenantId}}'
{
"code": 0,
"errorCode": 0,
"message": "string",
"result": {
"approvalRejectReason": "string",
"approvalStatus": 0,
"approvalTime": null,
"approvalUserId": null,
"courseId": 0,
"createTime": "string",
"delFlag": 0,
"hospitalId": 0,
"id": 0,
"signReason": "string",
"signType": 0,
"updateTime": "string",
"userId": 0
},
"success": true
}