- j8
- j4
- 数据管理
- 组织管理
- c2
- j2
- j6
- j7
- c4
- c5
- j1
- c6
- c1
- j3
- 缓存管理
- 报表配置
- 系统管理
- 商户管理
- c7
- j5
- c3
- 未命名接口GET
修改条件
PUT
/j3-report/report-component/condition/modify
报表组件
请求参数
Body 参数application/json
componentId
string
序号
示例值:
102023070480690000
conditionId
string
条件唯一标识符
示例值:
102021111302592100
holdpace
string
提示文本
示例值:
请输入开始时间YYYY-MM-DD格式
name
string
条件名称
示例值:
开始时间
param
string
参数值
示例值:
startTime
remark
string
描述信息
示例值:
用于筛选特定用户的数据
seq
integer <int32>
排序字段
示例值:
1
type
enum<string>
类型
枚举值:
textdate
示例值:
date
示例
{
"componentId": 102023070480690000,
"conditionId": 102021111302592100,
"holdpace": "请输入开始时间YYYY-MM-DD格式",
"name": "开始时间",
"param": "startTime",
"remark": "用于筛选特定用户的数据",
"seq": 1,
"type": "text"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
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"
}'
返回响应
🟢200成功
*/*
Body
code
integer <int32>
状态码
示例值:
10000
data
string
数据对象
message
string
提示消息
示例值:
提示消息内容
示例
{
"code": 10000,
"data": "string",
"message": "提示消息内容"
}
🟢201成功
🟠401没有权限
🟠403禁止访问
🟠404记录不存在
修改于 2025-06-12 11:15:28