Methods
(inner) get /treatmentplan_template_undelete(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_undelete?templateId=617f939587cc726f80d59af6&sign=29B95FBA8B10FEDFDCD4C9BC172F31AFA687DFA6B9241E69F3E59E873B6CF924×tamp=1570428513
返回示例:
{
"success": true
}