拥有此API的权限集 |
---|
营销码券管理-码券操作 |
curl --location --request POST 'https://api.xiaoe-tech.com/xe.promo_code.add_codestore/1.0.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token": "xe_xxxxx",
"batch_id": "pc_itn79780_8HqGbhBPRkovBjwQuNXm2q",
"add_num": 1
}'
{
"code": 0,
"msg": "成功添加1库存",
"data": null
}