POST/wapapi/order/orderTakeDelivery

参数:

参数名 是否必须 类型 说明
order_id int 订单id

返回示例:

正确时返回:

{
    "code": 1,
    "message":"收货成功"
}