简要描述:

  • 会员等级商品接口

请求域名:

  • http://xx.com

请求URL:

GET/获取会员等级商品列表:&route=member.member-level.getLevelsGoods

参数:

参数名 是否必须 类型 说明
id int 等级id

返回示例:

正确时返回:

{
result: 1,
msg: "ok",
data: [{
        id: 4,
        title: "植物精华面膜(买一送二)",
        price: "398.00",
        thumb: "http://huimai1.oss-cn-shenzhen.aliyuncs.com/images/1/2018/08/dfR58K75IiZ5HQDb9yQzF98qc808sH.jpg"
    }, {
        id: 11,
        title: "测试商品",
        price: "99.00",
        thumb: "http://huimai1.oss-cn-shenzhen.aliyuncs.com/images/1/2018/10/R8ZHwyxiHajQzZAeh900Z9CCqGIHna.jpg"
    }, {
        id: 15,
        title: "【妍姿肌密】多肽修护面膜",
        price: "1.00",
        thumb: "http://huimai1.oss-cn-shenzhen.aliyuncs.com/images/2/2019/03/y7pdOPuPdLfYTDzYUrErJ7iDjjPa7U.jpg"
    }, {
        id: 49,
        title: "邮费补拍【3月8日购买99元小安瓶赠送380元医用面膜1盒,运费自理】",
        price: "10.00",
        thumb: "http://huimai1.oss-cn-shenzhen.aliyuncs.com/images/2/2019/03/xzF0MMFM56IYij1IJ5f1fI6xcI4JI1.jpg"
    }]
}

错误时返回:

返回参数说明:

参数名 类型 说明
id int 商品id
title string 商品名称
thumb string 商品图片
price string 商品价格

备注:

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