Module: 医生数量^2025/04/11

Since:
  • 2025/04/11
Author:
  • zxf

Methods

(inner) get /doctor_count(timestamp, {String(64))

Parameters:
Name Type Description
timestamp String(10) 时间戳,值为秒值,长度10位,时间戳有效期:±10分钟
{String(64) sign - 签名
Properties:
Name Type Description
doctorCount String(10) 医生数量,不包含删除
Examples
请求示例:/doctor_count?sign=29B95FBA8B10FEDFDCD4C9BC172F31AFA687DFA6B9241E69F3E59E873B6CF924&timestamp=1570428513
返回示例:
  {
    "doctorCount": 1562
  }