Module: 药品恢复^2022/07/21

Since:
  • 2022/07/21
Author:
  • zz

Methods

(inner) get /product_un_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 恢复失败
Examples
请求示例:/product_un_delete?productId=5e1b2e4d7662335a3cbed0fe&sign=725085C8A709A4F16183B26FBB9E67A156A2F3D82D47CE00A067902EA006FA15&timestamp=1570428513
返回示例:
  { 
    success: true 
  }