获取所有积分折扣系数规则
请求地址(POST)
https://openapi.1card1.cn/BusinessApi/Get_AllPointAndDiscount?openId=[OpenId]&signature=[Signature]×tamp=[TimeStamp]
字段 | 说明 |
---|---|
OpenId | 登陆开放平台生成的OpenId |
Signature | 签名=md5(OpenId+Secret+Timestamp+data),格式:32位md5大写加密 |
TimeStamp | 发起请求的时间戳,查看标准timestamp |
请求说明
data={"userAccount":"10000","pageIndex":0,"pageSize":10,"chainStoreName":"总店", "title":"八折", "barCode":"", "memberGroupName":"金卡"}
字段 | 是否必须 | 说明 |
---|---|---|
userAccount | 是 | 工号 |
pageIndex | 是 | 页码 |
pageSize | 是 | 页大小 |
chainStoreName | 否 | 店面名称 (完全匹配此店面名称,查询适用于此店面的规则) |
title | 否 | 积分折扣规则标题(模糊匹配此标题的规则) |
barCode | 否 | 商品编码 (完全匹配此商品编码,查询适用于此商品编码的规则) |
memberGroupName | 否 | 会员级别名称 (完全匹配此会员级别名称,查询适用于此会员级别的规则) |
返回说明
成功时返回:
{ "status":0, "total":2, "data":[ { "Guid": "9f5fdb0b-9196-11e9-b12b-20040fec85e4", "Title": "新店7折", "DiscountRate": 0.7000, "PointRate": 1.0000, "Meno": "", "ChainStoreDesc": "凤城一路店", "MemberGroupDesc": "所有(散客和会员)", "DateTimeRuleDesc": "不限", "GoodsItemDesc": "不限", "BusinessTypeDesc": "所有业务", "MemberBirthdayCycleDesc": "非生日时段" }, { "Guid": "911f81a3-9196-11e9-b12b-20040fec85e4", "Title": "金卡八折", "DiscountRate": 0.8000, "PointRate": 1.0000, "Meno": "", "ChainStoreDesc": "华远君城店", "MemberGroupDesc": "金卡", "DateTimeRuleDesc": "不限", "GoodsItemDesc": "不限", "BusinessTypeDesc": "所有业务", "MemberBirthdayCycleDesc": "非生日时段" } ] }
字段 | 是否必须 | 说明 |
---|---|---|
Guid | 是 | 规则唯一标识 |
Title | 是 | 标题 |
DiscountRate | 是 | 折扣系数 |
PointRate | 是 | 积分系数 |
ChainStoreDesc | 是 | 适用店面 |
MemberGroupDesc | 是 | 适用级别 |
DateTimeRuleDesc | 是 | 适用时间 |
GoodsItemDesc | 是 | 适用商品 |
BusinessTypeDesc | 是 | 适用业务 |
MemberBirthdayCycleDesc | 是 | 适用生日 |
Meno | 是 | 备注 |
失败时返回:
{"status":-1,"message":"查询失败及原因"}
字段 | 是否必须 | 说明 |
---|---|---|
status | 是 | 状态(0,成功;-1,失败) |
message | 是 | 查询失败及原因 |