简要描述:

  • 优惠卷分享页

请求域名:

  • http://test.yunzshop.com

请求URL:

GET/&route=coupon.share-coupon.share

参数:

参数名 是否必须 类型 说明
order_ids string 订单ids

返回示例:

正确时返回:

{
    result: 1, 
    msg: "share", 
    data: {
        set: {
            share_open: "1", 
            share_limit: "1", 
            receive_limit: "1", 
            banner: "http://localhost/attachment/images/6/2018/04/yCfnKfcWicKXATi5fKI0watW8K0tz0.jpg", 
            share_title: "32", 
            share_desc: "232"
        }, 
        share_limit: 1, 
        coupon_num: 7
    }
}

错误时返回:

{
    result: 0, 
    msg: "无分享优惠卷", 
    data: [ ]
}

返回参数说明:

参数名 类型 说明
coupon_num int 分享优惠卷数量
share_title string 分享标题
share_desc string 描述
banner string 图片

备注:

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