## EtongApi_10005_检测体检报告是否已经生成
+++
post:域名/appendIsCreateReport
*string:appKey=etong2016#API接口登录帐号
*string:sign=1k9gb7a1i0t21nmf5hiaae6al0#API接口请求签名
*string:timeStamp=20160121133920#API接口请求时间 ( 格式:yyyyMMddHHmmss )
*string:serviceNumber=接口返回的预约单#接口返回的预约单号
<<<
#请求成功
{
"status": 200,
"message": "成功",
"result": {
"isCreateReport": false
}
}
<<<
#请求失败
{
"status": 400,
"message": "错误详细信息",
"result": null
}
+++