简要描述:

提货卡-查询退款申请状态

请求域名:

  • https://dev4.yunzmall.com/

请求URL:

POST/plugin.picking-card.frontend.pickingCard.checkRefundStatus

参数:

参数名 类型 说明
order_id string 订单ID

返回示例:

{
    "result": 1,
    "msg": "等待审核中",
    "data": []
}

备注:

  • 更多返回错误代码请看首页的错误代码描述