[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",
}
}
~~~