- Since:
- 2022/07/24
Methods
(inner) get /product_syndrometype_un_delete(productSyndrometypeId, timestamp, sign)
Parameters:
Name | Type | Description |
---|---|---|
productSyndrometypeId |
String(24) | 药品ID |
timestamp |
String(10) | 时间戳,值为秒值,长度10位,时间戳有效期:±10分钟 |
sign |
String(64) | 签名 |
Properties:
Name | Type | Description |
---|---|---|
success |
Boolean | true为删除成功,否则失败 |
Throws:
400 缺少productSyndrometypeId
400 恢复失败
400 恢复失败
Examples
请求示例:/product_syndrometype_un_delete?productSyndrometypeId=5e1b2e4d7662335a3cbed0fe&sign=725085C8A709A4F16183B26FBB9E67A156A2F3D82D47CE00A067902EA006FA15×tamp=1570428513
返回示例:
{
success: true
}