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