Authorization: Bearer ********************
{
"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/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"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": false
}