官网接口 - coupons-management/doc GitHub Wiki
path: website/getStoreDetail
method: GET
param: {"siteId":1,"storeId":1,"couponType":""}
参数说明: siteId 官网Id storeId 商家Id
返回json:
{
"couponList": [
{
"code": "",
"couponType": "DEAL",
"description": "",
"id": 267,
"link": "https://www.offers.com/exit/outbound/offer_id/4796636/ld/offerstrip/c/null/a/null/vb/1634337683949356900/",
"storeLogo": "https://sgi.offerscdn.net/i/zdcs-merchants/03UJfCtn1wYDp6i4tScCVoD.h90.w170.flpad.v39.bffffff.png",
"storeName": "NoiseBot",
"title": "Annual Subscription Now: $348"
}
],
"description": "Make a statement to amuse and impress with NoiseBot apparel.",
"logo": "https://sgi.offerscdn.net/i/zdcs-merchants/03UJfCtn1wYDp6i4tScCVoD.h90.w170.flpad.v39.bffffff.png",
"name": "NoiseBot",
"website": "www.offers.com"
}
path: website/getCouponsByCategory
method: GET
param: {"siteId":1,"id":1,"couponType":""}
参数说明:siteId 官网ID id 分类Id
返回json:
{
"code": "",
"couponType": "DEAL",
"description": "",
"id": 267,
"link": "https://www.offers.com/exit/outbound/offer_id/4796636/ld/offerstrip/c/null/a/null/vb/1634337683949356900/",
"storeLogo": "https://sgi.offerscdn.net/i/zdcs-merchants/03UJfCtn1wYDp6i4tScCVoD.h90.w170.flpad.v39.bffffff.png",
"storeName": "NoiseBot",
"title": "Annual Subscription Now: $348"
}
path: website/getCategoryChild
method: GET
param: {siteId "id":1}
参数说明: id 分类Id
返回json:
{"code":0,"data":[{"createTime":1558754552000,"createUser":null,"id":6,"level":2,"name":"上衣1","outSiteId":1,"pid":1,"updateTime":1559060543000,"updateUser":null},{"createTime":1558754638000,"createUser":null,"id":7,"level":2,"name":"裤子","outSiteId":1,"pid":1,"updateTime":1558754638000,"updateUser":null},{"createTime":1558957899000,"createUser":null,"id":32,"level":2,"name":"TEST2_1","outSiteId":1,"pid":1,"updateTime":1558957899000,"updateUser":null}],"message":"请求成功","success":true}
path: website/visitStore
method: POST
param: {"id":1}
参数说明: id 商家id
path: website/clickCoupon
method: POST
param: {"id":1}
参数说明: id 优惠券id