[TOC]
* * * * *
### WeEngine Android、IOS Commission api
#### 領券中心
* 右上角標簽名 tagtitle settitlecolor = 1 時標簽顏色=titlecolor
* 卡券左側 title3 title2
* 卡券右側 couponname title5 t>0 顯示 剩余 last 張 title4(有效期)
* 領取按鈕 isdisa=1已發完 否則 立即領取
~~~[api]
POST:https://127.0.0.1/app/index.php?i=4&c=entry&m=ewei_shopv2&do=mobile&r=apply.sale
*string:openid=默認值#openid
string:page=1#頁數
string:catid=默認值#分類ID
<<<
success
{
"status": 1,
"result": {
"category": [
{
"id": "6", //分類ID
"uniacid": "4",
"name": "111",//分類名
"displayorder": "0",
"status": "1",
"merchid": "0"
}
],
"list": [
{
"id": "10",
"timelimit": "0",
"coupontype": "0",
"timedays": "0",
"timestart": "1509897600",
"timeend": "1510588799",
"couponname": "測試",
"enough": "0.00",
"backtype": "0",
"deduct": "1.00",
"discount": "0.00",
"backmoney": "",
"backcredit": "",
"backredpack": "",
"bgcolor": "",
"thumb": "https://127.0.0.1/attachment/images/4/2017/11/FlHp20jT90mcxHh6h694t59tv9h57P.png",
"credit": "0",
"money": "0.00",
"getmax": "0",
"merchid": "0",
"t": "100",
"tagtitle": "代金券", //右上角標簽名
"settitlecolor": "0",
"titlecolor": "#000000",
"free": false,
"past": false,
"merchname": "",
"total": 90,
"getstatus": 3,
"gettypestr": "領取",
"timestr": "0",
"css": "deduct",
"backstr": "立減",
"backpre": true,
"_backmoney": "1.00",
"cangetmax": -1,
"canget": true,
"contype": 2,
"last": 90,
"lastratio": 90,
"color": "orange ",
"title2": "無金額門檻",
"title3": "¥</span>1",
"title4": "永久有效",
"title5": "消費任意金額立減1"
},
],
"pagesize": 10,
"total": 4,
}
}
<<<
error
{
"status": 0,
"result": {
"message": "錯誤信息"
}
}
~~~