简要描述:

  • 兑换中心列表接口

请求域名:

  • http://.yunzshop.com

请求URL:

GET: route=coupon.exchange-center.index

参数:

参数名 是否必须 类型 说明
platform_id int 默认是0,返回的data.navigation中id的值

返回示例:

正确时返回:


{
   result: 1,
   msg: "ok",
   data: {
     list: {
        17: {
            total: 1,
            id: 15,
            coupon_id: 17,
            used: 0,
            use_time: 0,
            get_time: "2017-08-30 13:25:19",
            time_start: "2019-08-23",
            time_end: "2019-08-30",
            belongs_to_coupon: {
                id: 17,
                name: "23423432",
                coupon_method: 1,
                deduct: "23423.00",
                discount: "0.00",
                enough: 0,
                use_type: 8,
                goods_ids: [
                    "8367"
                ],
               goods_names: [
               " 玩儿"
               ],
               time_limit: 1,
               time_days: 234,
               time_start: "2019-08-23 00:00:00",
               time_end: "2019-08-30 00:00:00",
               total: 23432,
               money: "0.00",
               credit: 0,
               plugin_id: 33
           },
           hotel_id: 3
         }
  },
  navigation: {
    0: {
       id: 0,
       name: "商城"
    },
    1: {
       id: 32,
       name: "门店"
    },
    2: {
      id: 33,
      name: "酒店"
  }
 }
 }
 }

错误时返回:


返回参数data.list说明:

参数名 类型 说明
total int 优惠券总数
coupon_id int 优惠券ID
get_time char 获取时间
hotel_id int 酒店ID(访问酒店时返回酒店ID)
store_id int 门店ID(访问门店时返回门店ID)

返回参数data.list.belongs_to_coupon说明:

参数名 类型 说明
name string 优惠券名称
coupon_method int 优惠方式(1,立减,2,打折)
deduct decimal 立减多少
discount decimal 多少折
enough int 订单使用多少钱使用
goods_ids array 商品ID集合
goods_name array 商品名称集合

返回参数data.navigation 说明:

参数名 类型 说明
id int 平台ID
name string 平台名称

备注:

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