{
"clientid":"123456",
"is_open": 1,
"config": {
"remoteid": "1234",
"name": "设备名称"
}
}curl --location --request POST '/cloud-files/bind-status' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientid":"123456",
"is_open": 1,
"config": {
"remoteid": "1234",
"name": "设备名称"
}
}'{
"id": 2,
"user_id": 16408538,
"clientid": "123456",
"create_time": {
"seconds": 1772248789,
"nanos": 892817300
},
"config": {
"remoteid": "1234",
"name": "设备名称"
},
"is_open": 1
}