拥有此API的权限集 |
---|
营销码券管理-码券操作 |
curl --location --request POST 'https://api.xiaoe-tech.com/xe.coupon.use/2.0.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token" : "xe_xxxxx",
"cu_Id": "xx"
}'
{
"code": 0,
"data": null,
"msg": ""
}