##識別機登錄接口
+++
post:/index.php/api/Hardware/loginMachine
*string:account='test01'#識別機賬號
*string:password='123456'#識別機密碼
<<<
success
{
"info": {
"id": "12",
"account": "test01", //賬號
"password": "d93a5def7511da3d0f2d171d9c344e91", //密碼
"uid": "15",
"mark": "奈落!", //備注
"is_login": "1", //已經登錄
"status": "1", //有效
"create_time": "1517886377",
"update_time": "1517887045"
},
"msg": "登錄成功",
"code": 1
}
<<<
error
錯誤狀態碼
400(賬號不能為空),401(密碼不能為空),402(該賬號不存在),403(該賬號已經登錄不能重復登錄)
{
"info": "",
"msg": "該賬號已經登錄不能重復登錄!",
"code": 404
}