[TOC]
* * * * *
### WeEngine Android、IOS Creditshop api
#### 积分商品列表
~~~[api]
POST:https://127.0.0.1/app/index.php?i=4&c=entry&m=ewei_shopv2&do=mobile&r=apply.creditshop.getlist
string:merchid=0#商户ID
string:cate=默认值#分类ID
string:page=1#页数
<<<
success
{
"status": 1,
"result": {
"list": [
{
"id": "", //商品ID
"title": "", //商品名
"thumb": "", //商品缩略图
"subtitle": "", //副标题
"type": "0", //是否开启抽奖 1 是 0 否
"price": "", //商品价格
"credit": "", //兑换所需积分
"money": , //兑换所需金额
"goodstype": "0", //商品类型 0 商品 1 优惠券 2 余额 3 红包
"acttype": 1
}
],
"pagesize": 10,
"total": "1",
}
}
~~~