~~~[api]
get:historyCurrent (设备历史数据)
*string:dev_id=默认值#设备id
*string:dev_type=默认值#设备类型
<<<
success
{
'schema':'historyCurrent',
'code':1,
'msg':'success',
'data':'返回的数据'
}
<<<
error
{
'schema':'historyCurrent',
'code':0,
'msg':'error',
'data':'返回的数据'
}
~~~