描述
接口版本
版本号 |
制定人 |
制定日期 |
版本描述 |
1.0 |
覃之添 |
2021-6-29 |
初始版本 |
ip地址
http:
API列表
##1、set
请求参数说明
参数名 |
类型 |
说明 |
attr |
string |
属性 |
attr.action |
string |
行为:data-‘设置显示日期’; |
attr.day |
int |
参数:日 |
attr.month |
int |
参数:月 |
attr.year |
int |
参数:年 |
调用示例
{
"wid": "s1",
"cmd" : "set",
"attr": {
"action": "data",
"day": 29,
"month": 6,
"year": 2021
}
}
注:设置calendar的日期为 2021-6-29;
{
"code": 0
}
返回参数说明
参数名 |
类型 |
说明 |
result |
string |
结果信息 |
result.code |
int |
错误码 |
错误码
##2、get
请求参数说明
调用示例
{
"wid": "s1",
"cmd" : "get"
}
返回示例
{
"month": 6,
"day": 29,
"year": 2021,
"code": 0
}
返回参数说明
参数名 |
类型 |
说明 |
result |
string |
结果信息 |
result.code |
int |
错误码 |
result.month |
int |
月 |
result.day |
int |
日 |
result.year |
int |
年 |
错误码
文档更新时间: 2021-12-23 16:02 作者:shuke