Module: 中药配方模板删除^2021/11/1

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

Methods

(inner) get /treatmentplan_template_delete(timestamp, sign, templateId)

Parameters:
Name Type Description
timestamp String(10) 时间戳,值为秒值,长度10位,时间戳有效期:±10分钟
sign String(64) 签名
templateId String(24) 中药配方模板ID
Properties:
Name Type Description
success Boolean true为成功,否则失败
Throws:
400 缺少templateId
Examples
请求示例:/treatmentplan_template_delete?templateId=617f939587cc726f80d59af6&sign=29B95FBA8B10FEDFDCD4C9BC172F31AFA687DFA6B9241E69F3E59E873B6CF924&timestamp=1570428513
返回示例:
{
  "success": true
}