CCRCOPENAUTH: ********************{
"bizCode": "string",
"coupons": [
{
"name": "string",
"code": "string",
"couponType": "string",
"detail": "string",
"bizName": "string",
"moduleName": "string",
"functionName": "string"
}
]
}curl --location --request POST 'https://open.lcchunyi.com/v1test/ccrc/coupon/coupon/add' \
--header 'tenantId;' \
--header 'CCRCOPENAUTH: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"bizCode": "string",
"coupons": [
{
"name": "string",
"code": "string",
"couponType": "string",
"detail": "string",
"bizName": "string",
"moduleName": "string",
"functionName": "string"
}
]
}'{
"code": "string",
"message": "string",
"data": [
0
],
"success": true
}