从服务商和品牌商处查询会员的个性化等级权益信息
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
site | String | 必须 | taobao |
|
账号类型 |
open_id | String | 必须 | 2342342 | 账号的openId | |
union_id | String | 可选 | 123123 | 账号的unionId | |
data | String | 必须 | {"externalId":""} | 查询参数 | |
page_num | String | 可选 | 0 |
|
第几页 |
page_size | String | 可选 | 10 |
|
每页数量 |
Authorization | String | 可选 | bearer d756377c-1bab-4923-918e-137fca09f222 | bearerToken |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
message | String | 账号不存在 | 异常消息 |
data | String | { "welcomeToGreenCoupon": 1, "birthdayCoupon": 1, "tastOfGoldCoupon": 1, "greenCoupon": 1, "welcomeToGoldCoupon" : 1, "anniversaryCoupon": 1, "starConvertCoupon": 1, "goldGiftCardCoupon": 1 } | 个性化权益数据 |
code | String | SUC | 接口返回码 |
success | Boolean | true | 查询是否成功 |
{"Authorization":"bearer d756377c-1bab-4923-918e-137fca09f222","site":"taobao","data":"{\"externalId\":\"\"}","open_id":"2342342","union_id":"123123","page_num":"0","page_size":"10"}
{ "message":"账号不存在", "data":"{ \t\"welcomeToGreenCoupon\": 1, \t\"birthdayCoupon\": 1, \t\"tastOfGoldCoupon\": 1, \t\"greenCoupon\": 1, \t\"welcomeToGoldCoupon\" : 1, \t\"anniversaryCoupon\": 1, \t\"starConvertCoupon\": 1, \t\"goldGiftCardCoupon\": 1 }", "code":"SUC", "success":true }
{"code":"sign-check-failure","success":"不等于true","message":"Illegal request"}
错误码 | 错误描述 | 解决方案 |
---|