Authorization: Bearer ********************
{
"pageNo": 0,
"pageSize": 0,
"params": {
"id": 0,
"type": "string",
"formType": [
"string"
],
"code": "string",
"name": "string",
"value": "string",
"imageUrl": "string",
"description": "string",
"parentId": 0,
"defaultFlag": 0,
"ordNum": 0,
"status": 0,
"createTime": "string",
"creator": "string",
"modifyTime": "string",
"modifier": "string",
"parentType": "string",
"customerNo": 0,
"enterpriseId": 0
}
}
curl --location --request POST '/api/cps/app/component/customer/page' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": 0,
"pageSize": 0,
"params": {
"id": 0,
"type": "string",
"formType": [
"string"
],
"code": "string",
"name": "string",
"value": "string",
"imageUrl": "string",
"description": "string",
"parentId": 0,
"defaultFlag": 0,
"ordNum": 0,
"status": 0,
"createTime": "string",
"creator": "string",
"modifyTime": "string",
"modifier": "string",
"parentType": "string",
"customerNo": 0,
"enterpriseId": 0
}
}'
{
"success": false,
"errCode": "",
"errMsg": "",
"traceId": "",
"data": {
"records": [
{
"id": 0,
"type": "",
"code": "",
"name": "",
"value": "",
"description": "",
"parentId": 0,
"defaultFlag": 0,
"ordNum": 0,
"status": 0,
"createTime": "",
"creator": "",
"modifyTime": "",
"modifier": "",
"parentType": "",
"customerNo": 0
}
],
"total": 0,
"current": 0,
"size": 0
}
}