## EtongApi_10006_获取体检报告
+++
post:域名/appendGetReport
*string:appKey=etong2016#API接口登录帐号
*string:sign=1k9gb7a1i0t21nmf5hiaae6al0#API接口请求签名
*string:timeStamp=20160121133920#API接口请求时间 ( 格式:yyyyMMddHHmmss )
*string:serviceNumber=接口返回的预约单#接口返回的预约单号
<<<
#请求成功
{
"status": 200,
"message": "成功",
"result": {
"PDFBase64String":"…………………."
}
}
<<<
#请求失败
{
"status": 400,
"message": "错误详细信息",
"result":null
}
+++