通用列表设置行高
- 设置列表的每行显示高度
请求URL
http://192.168.2.107:8080/ops/script/CustomColumn
请求方式
- POST
参数示例
{
"list_id":"列表名称" ,
"type":"setRowHeight",
"row_height":"123"
}
参数
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
list_id | 是 | string | 用户名 |
type | 是 | string | 固定值:setRowHeight |
row_height | 是 | string | 行高度 |
返回示例
{
"errorCode": 0,
"message": "success",
"responseBody": {
"result": "保存成功"
},
"time": 1640066680465
}
返回参数说明
参数名 | 类型 | 说明 |
---|---|---|
result | String | 成功提醒 |
备注
- 更多返回错误代码请看首页的错误代码描述