Appearance
10.4 消息删除(已作废)
接口说明:
Method | URL | ContentType |
---|---|---|
DELETE | /api/restful/message/{id}/ | application/json |
URL参数说明:
参数 | 是否必须 | 描述 |
---|---|---|
id | 必须 | 消息id |
type | 必须 | 202:商品价格变更203:商品库存变更204:商品上下架变更205:A添加、R删除、M更新商品池内商品 302:订单状态303:退换货状态变化304:退换货申请状态变化701:结算单开票801:拆单消息 |
返回结果说明:
参数 | 描述 | 参数说明 |
---|---|---|
result | null | null |
请求参数示例:
/api/restful/message/7526/302
返回数据示例:
json
{
"result": null,
"success": true,
"errormsg": "",
"errorcode": "0",
"requestId": "db38301a65884e7a83b630a98e6bb49e"
}