拥有此API的权限集 |
---|
营销码券管理-码券操作 |
curl --location --request POST 'https://api.xiaoe-tech.com/xe.redeem_code.exchange/1.0.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token": "xe_xxxxx",
"user_id":"u_61d551c5833c4_lz6qvqBRMK",
"code":"QU7wAa9P"
}'
{
"code": 0,
"msg": "商品兑换成功",
"data": null
}