Module: 患者删除^2021/7/2

Since:
  • 2021/7/2
Author:
  • zz

Methods

(inner) get /patients_delete(patientsId, timestamp, sign)

Parameters:
Name Type Description
patientsId String(24) 患者ID
timestamp String(10) 时间戳,值为秒值,长度10位,时间戳有效期:±10分钟
sign String(64) 签名
Properties:
Name Type Description
success Boolean true为删除成功,否则失败
Throws:
400 缺少patientsId
400 删除失败
Examples
请求示例:/patients_delete?patientsId=5e1b2e4d7662335a3cbed0fe&sign=725085C8A709A4F16183B26FBB9E67A156A2F3D82D47CE00A067902EA006FA15&timestamp=1570428513
返回示例:
  { 
      success: true 
  }