拥有此API的权限集 |
---|
营销码券管理-码券操作 |
curl --location --request POST 'https://api.xiaoe-tech.com/xe.promo_code.edit_batch_info/1.0.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_id": "dss",
"batch_id": "dss",
"note": "22",
"end_at": "2021-12-18 00: 00: 00",
"bind_res_type": "1",
"can_share": "0",
"remark": "33",
"resource": [{
"resource_id": "i_6184ed0a60b2c37884d5181d",
"resource_type": "1"
}],
"information_data": {
"form_name": "",
"in_id": ""
}
}'
{
"code": 0,
"msg": "OK",
"data": null
}