简要描述:

  • 店员端根据会员卡二维码获取订单列表

请求URL:

POST/wapstore/addons/execute/addons/store/controller/wapstore/action/getOrderListByMembercardCode

参数:

参数名 是否必须 类型 说明
code string 会员卡二维码
page_index int 页码

返回示例:

正确时返回:

{
    参考:wapstore/addons/execute/addons/store/controller/wapstore/action/getOrderListByCode
}

错误时返回:

{
    "code": "-1",
    "message": "操作失败"
}