智能水电查询接口
POST
/smartWaterAndElectricityService/SWAEServlet请求参数
Query 参数
param
string
必需
json格式,account为学号
示例值:
{"cmd":"getbindroom","account":"{{student_id}}"}
customercode
integer
学校代码
示例值:
759
method
string
获取绑定房间
示例值:
getbindroom
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code_
integer
必需
sign
string
必需
result_
string
必需
body
string
必需
message_
string
必需
示例
{
"code_": 0,
"sign": "EB29AE29889FC4FE",
"result_": "true",
"body": "{\"result\":\"0\",\"ver\":2,\"existflag\":\"2\",\"message\":\"操作成功\",\"roomlist\":[{\"roomfullname\":\"南珠校区_2#公寓_6层_24603\",\"detaillist\":[{\"use\":\"10066.2\",\"odd\":\"196.86\",\"businesstype\":\"0\",\"status\":\"1\"}],\"roomverify\":\"99-5--20-24603\"},{\"roomfullname\":\"南珠校区_2#空调_6层_29603\",\"detaillist\":[{\"use\":\"3363.5\",\"odd\":\"63.7\",\"businesstype\":\"0\",\"status\":\"1\"}],\"roomverify\":\"99-8--27-29603\"}]}",
"message_": "获取成功!"
}
最后修改时间: 8 个月前