{
"device_id": "633U5DMHS8HW"
}curl --location --request POST '/v2/device/online' \
--header 'X-Tg-App-Id: xxx' \
--header 'X-Tg-Platform: {{platform}}' \
--header 'X-Tg-Sdk-Version: 23910000' \
--header 'X-Tg-App-Store: {{appstore}}' \
--header 'X-Tg-App-Version: {{app_version}}' \
--header 'X-Tg-App-Pkgname: {{pkgname}}' \
--header 'X-Tg-Date: {{currentUTCTime}}' \
--header 'Accept-Language: zh-CN' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_id": "633U5DMHS8HW"
}'{
"code": 200,
"data": {
"1702D8OBYWWQ": {
"client_addr": "192.61.85.172:46929",
"dormant_status": {
"is_alive": true,
"last_heartbeat_data": "60,0",
"last_heartbeat_time": 1743246848,
"last_offline_time": 1743242733,
"sleep_login_time": 1743242733
},
"down_at": 1743242735,
"is_online": true,
"live_time": -1,
"register_status": {
"down_at": 1743242735,
"is_online": false,
"up_at": 1743242704
},
"up_at": 1743242733
}
},
"msg": "ok",
"ok": 1,
"requestid": "fe023cca-35a5-4c20-95c6-58ae3c4988d7",
"status": "ok"
}