## 获取优惠信息
+++
POST:https://store.cuci.cc/store/api/coupon/get.html
*store_id=44#店铺ID
openid=ogcII0XJL6N_cyo0nSsp9iPG5jok#微信用户openid
<<<
获取成功
{
"code": "SUCCESS",
"msg": "获取优惠信息成功!",
"data": {
"full_pay": [
{
"discoun": "0.10",
"total": "1.00"
},
{
"discoun": "1.00",
"total": "10.00"
},
{
"discoun": "10.00",
"total": "100.00"
},
{
"discoun": "10.10",
"total": "101.00"
}
],
"first_pay_status": 1,
"full_pay_status": 1,
"first_pay": {
"total": "1.00",
"discoun": "10.00"
},
"is_first_pay": 0
},
"token": "54758c639f697cf3",
"dataType": "json"
}
<<<
获取失败
{
"code": "NOT_FOUND_STORE",
"msg": "获取店铺信息失败!",
"data": [],
"token": "54758c639f697cf3",
"dataType": "json"
}
<<<
授权失败
{
"code": "AUTH_TOKEN_FAILD",
"info": "应用授权失败,请进行接口授权操作!",
"data": []
}
+++