Description
- Description of the list widget
Interface version
Version number |
Writer |
Date |
Description |
1.0 |
Qin Zhitian |
June 29, 2021 |
initial release |
IP address
http:
API list
Name |
Description |
set |
set attributes |
get |
get attributes |
1. set
Description of request parameters
Parameter Name |
Type |
Description |
attr |
string |
attribute |
attr.action |
string |
action:data-‘add btn’; |
attr.text1 |
string |
parameter: list item |
Call example
{
"wid": "s1",
"cmd" : "set",
"attr": {
"action": "data",
"text1": "btn"
}
}
Note: add a list item with text content of "btn" to the list;
Return example
{
"code": 0
}
Description of return parameters
Parameter Name |
Type |
Description |
result |
string |
result information |
result.code |
int |
error code |
Error Code
2. get
Description of request parameters
Parameter Name |
Type |
Description |
Call example
{
"wid": "s1",
"cmd" : "get"
}
Return example
{
"btn_num": 1,
"code": 0
}
Description of return parameters
Parameter Name |
Type |
Description |
result |
string |
result information |
result.code |
int |
error code |
result.btn_num |
int |
the number of buttons in a list |
Error Code
文档更新时间: 2021-08-19 14:37 作者:plj