Module: 医生修改密码^2021/7/1

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

Methods

(inner) get /doctor_modify_password(timestamp, sign, doctorId, password)

Parameters:
Name Type Description
timestamp String(10) 时间戳,值为秒值,长度10位,时间戳有效期:±10分钟
sign String(64) 签名
doctorId String(24) 医生Id
password String(64) 密码
Properties:
Name Type Description
success Boolean 成功标志,true为成功
Throws:
400 缺少doctorId
400 缺少password
Examples
请求示例:/doctor_modify_password?sign=29B95FBA8B10FEDFDCD4C9BC172F31AFA687DFA6B9241E69F3E59E873B6CF924&timestamp=1570428513&doctorId=5e1b32e6a8bead28981cfefe&password=123465
返回示例:
  {
    "success": true
  }