Module: 医生修改认证信息^2021/7/1

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

Methods

(inner) post /doctor_modify_certification(timestamp, sign, doctorId, JSON)

Parameters:
Name Type Description
timestamp String(10) 时间戳,值为秒值,长度10位,时间戳有效期:±10分钟
sign String(64) 签名
doctorId String(24) 医生Id
JSON JSON body参数
Properties
Name Type Attributes Description
expire Date <optional>
会员有效期
medicalrecordLimit Number <optional>
病案上限
certification Number <optional>
资料是否审核 0:未审核,1:资料已提交,2:审核中,3:已审核
giftMedicalrecordLimit Object <optional>
赠送病案数政策
Properties
Name Type Attributes Description
doctorInfo Boolean <optional>
是否完善医生信息
doctorCertification Boolean <optional>
医生信息是否审核通过
wxMp Boolean <optional>
关注公众号
share Array.<String> <optional>
分享的微信好友
Properties
Name Type Attributes Description
wxOpenId String(128) <optional>
微信好友的openid
Properties:
Name Type Description
success Boolean 成功标志,true为成功
Throws:
400 缺少doctorId
400 缺少body
Examples
请求示例:/doctor_modify_certification?sign=29B95FBA8B10FEDFDCD4C9BC172F31AFA687DFA6B9241E69F3E59E873B6CF924&timestamp=1570428513&doctorId=5e1b32e6a8bead28981cfefe
请求JSON参数:
  {
      "medicalrecordLimit": 100
  }
返回示例:
  {
    "success": true
  }