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