{
"componentId": 102023070480690000,
"conditionId": 102021111302592100,
"holdpace": "请输入开始时间YYYY-MM-DD格式",
"name": "开始时间",
"param": "startTime",
"remark": "用于筛选特定用户的数据",
"seq": 1,
"type": "text"
}
curl --location --request PUT '/j3-report/report-component/condition/modify' \
--header 'Content-Type: application/json' \
--data-raw '{
"componentId": 102023070480690000,
"conditionId": 102021111302592100,
"holdpace": "请输入开始时间YYYY-MM-DD格式",
"name": "开始时间",
"param": "startTime",
"remark": "用于筛选特定用户的数据",
"seq": 1,
"type": "text"
}'
{
"code": 10000,
"data": "string",
"message": "提示消息内容"
}