列表自定义
- 用来设置列表的列宽和显示顺序还有排序功能
请求URL
http://192.168.2.107:8080/ops/script/CustomColumn
请求方式
- POST
参数示例
{
"list_id":"列表名称" ,
"type":"setCustomColumnJson",
"custom_column_json":[{"xx":"xxx"}]
}
参数
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
list_id | 是 | string | 用户名 |
type | 是 | string | 固定值:setCustomColumnJson |
custom_column_json | 是 | jsonArray | 自定义列数组 |
返回示例
{
"errorCode": 0,
"message": "success",
"responseBody": {
"result": "保存成功"
},
"time": 1640067671064
}
返回参数说明
参数名 | 类型 | 说明 |
---|---|---|
result | String | 提示 |