CCRCOPENAUTH: ********************{
"page": 1,
"size": 10,
"functionName": "string",
"moduleName": "string",
"bizName": "string"
}curl --location --request POST 'https://open.lcchunyi.com/v1test/ccrc/coupon/coupon/page' \
--header 'tenantId;' \
--header 'CCRCOPENAUTH: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"size": 10,
"functionName": "string",
"moduleName": "string",
"bizName": "string"
}'{
"code": "string",
"message": "string",
"data": {
"total": 0,
"pages": 0,
"num": 0,
"data": [
{
"id": 0,
"name": "string",
"code": "string",
"couponType": "string",
"detail": "string",
"bizCode": "string",
"bizName": "string",
"moduleName": "string",
"functionName": "string",
"tenantId": 0,
"status": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
],
"classifyFields": [
"string"
]
},
"success": true
}