接口调用说明

调用方式说明  

我方作为HTTP服务端,客户方作为HTTP的客户端,

所有非登录接口都需要获取通过登录接口获取token,token获取后可保留30分钟。

如果超时,请重新获取


接口数据说明  

协议:http

BODY格式:form-urlencoded


接口调用地址

http://47.99.245.203:6744/


接口调用返回错误提示

status:101,describe:"用户名错误!"
status:102,describe:"密码错误!"
status:103,describe:"当前设备型号,没有此ID的配置!"
status:104,describe:"设备ID不能为空!"
status:105,describe:"设备类型不能为空!"
status:106,describe:"当前设备已经初始化!"
status:107,describe:"设备初始化失败!"
status:108,describe:"设备绑定失败!"
status:109,describe:"配置推送接口失败!"
status:110,describe:"基础绑定用户创建失败!"
status:111,describe:"当前设备未初始化!"
status:112,describe:"当前设备未设置推送!"
status:113,describe:"添加推送设备失败!"
status:114,describe:"移除推送设备失败!"
status:115,describe:"用户无权限!"  
status:116,describe:"当前设备不属于本机构!"       
status:117,describe:"设备安装失败!"         
status:118,describe:"设备卸载失败!"
status:119,describe:"设备解绑失败!"
status:120,describe:"当前设备已被绑定!"
status:121,describe:"当前设备未被安装!"


{
"status": 101,
"describe": "用户名错误!",
"time": 1593765806268,
"signature": null,
"data": null,
"timeString": "2020-07-03 16:43:26"
}