简要描述
请求URL
http://192.168.2.107:8080/ops/script/saveItReceptionStyle
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
boardJson |
是 |
string |
样式 |
boardJson.w |
是 |
int |
宽度 |
boardJson.h |
是 |
int |
高度 |
boardJson.title |
是 |
string |
标题 |
参数示例
{"boardJson":[{"w":100,"h":80,"title":"待办"},{"w":150,"h":80,"title":"值班"}]}
返回示例
{
"errorCode": 0,
"message": "success",
"responseBody": {
"result": "成功"
},
"time": 1651734672710
}