Access-Id: ********************Access-Secret: ********************{
"username": "123456",
"password": "123456",
"device_ids": [
"xxxxxxxx",
"xxxxxxxxx"
]
}curl --location --request GET 'http://10.10.0.26:8080/api/board/bind_device' \
--header 'Access-Id: <api-key>' \
--header 'Access-Secret: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "123456",
"password": "123456",
"device_ids": [
"xxxxxxxx",
"xxxxxxxxx"
]
}'{
"code": 400,
"msg": "帐号不存在",
"time": 1767088906367,
"data": null
}