Skip to content
On this page

6.7 订单确认收货

接口说明:

MethodURLContentType
POST/api/restful/order/receiveConfirmapplication/json

请求入参说明:

类型说明是否必须描述
order_id必须订单号
receive_time必须确认收货时间
remark非必须备注

请求参数示例:

json
{
  "order_id": "XXXX",
  "receive_time": "2020-04-29 13:50:55",
  "remark": "备注信息"
}

返回数据示例:

json
{
  "result": "",
  "success": true,
  "errormsg": "",
  "errorcode": "0",
  "requestId": "7ee1b064-4cf0-4c22-b38c-12c0508cf649"
}