简要描述:

  • 获取会员足迹列表

请求域名:

  • http://xx.com

请求URL:

GET/获取会员足迹列表:&route=member.member-favorite.index

返回参数:

参数名 是否必须 类型 说明
memberId int 会员ID
uniacid int 所属公众号ID
goods_id int 商品ID
created_at int 创建时间
updated_at int 修改时间
deleted_at int 移除使劲
has_goods 商品信息
id 商品ID
thumb 商品ID
price 现价
market_price 原价
vip_price 会员折扣之后的价格

|

返回示例:

正确时返回:

 {
    "result": 1,
	"msg": " ",
    "data": [{
	}]
  }

错误时返回:

  {
    "result": 0,
    "msg":"错误提示",
    "data":{}
  }

备注:

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