加载中…

确认收货

```javascript WXAPI.orderDelivery(token, orderId) ``` + token 当前用户登陆凭证 + orderId 订单id ```json { "code": 0, "msg": "success" } ```