更新时间:2024-01-12 02:43:54下载pdf
本文介绍消耗积分的 API。
为用户在指定店铺消耗积分。
POST: /v1.0/cloud/ecm/store/point/spend
body
说明
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
mall_code | String | true | 商城 code | |
shop_code | String | true | 店铺 code | |
user_id | String | true | 用户 ID,即 UID | |
point_num | Integer | true | 积分数量 |
参数名 | 类型 | 说明 |
---|---|---|
tid | String | 链路 ID |
success | Boolean | 操作是否成功 |
t | Long | 时间戳 |
POST: /v1.0/cloud/ecm/store/point/spend
{
"mall_code": "8h*****",
"shop_code": "Pd*****",
"user_id": "sh*****",
"point_num": 10
}
{
"tid": "c4*****",
"t": 1703732219617,
"success": true
}
参考 错误码。
错误码 | 错误信息 | 说明 |
---|---|---|
21000000 | unknown error | 未知错误 |
21000001 | user not found | 用户不存在 |
21000002 | mall not exist | 商城不存在 |
21000003 | shop not exist | 店铺不存在 |
21000004 | app not found | App 不存在 |
21000005 | invalid param | 入参不合法 |
21000006 | insufficient points | 可用积分不足 |
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈