迁移至 病案修改 接口实现功能
- Since:
- Author:
-
Methods
(inner) get /medicalrecord_save_pdf(medicalrecordId, url, timestamp, sign)
Parameters:
Name |
Type |
Description |
medicalrecordId |
String(24)
|
病案ID |
url |
String(500)
|
pdf文件地址 |
timestamp |
String(10)
|
时间戳,值为秒值,长度10位,时间戳有效期:±10分钟 |
sign |
String(64)
|
签名 |
Properties:
Name |
Type |
Description |
success |
Boolean
|
true为成功 |
Examples
请求示例:/medicalrecord_save_pdf?medicalrecordId=5e2e5d786fcd3751d8941ba2&url=http://acuherb-cloud-pdf.oss-cn-zhangjiakou.aliyuncs.com/162305327994980.pdf&sign=143C90B22D698234BAA7691B0020D5D6D4737106A57E72EEED098E9193075C69×tamp=1570428513
返回示例:
{
"success": true
}