#### 增加設備日志
~~~[api]
post:http://libraryapp.xd.cuci.cc/data/api.data/log
*string:code=123456#設備編號
*string:title=日志標題#日志標題
*string:content=日志內容#日志內容
*string:datetime=2019-01-02 12:12:12#日志時間
<<<
success
{
"code": 1,
"info": "日志寫入成功!",
"data": []
}
<<<
error
~~~