curl --location --request GET 'https://www.bmtcloud.com.cn/api/device/v1/test/result?device_id=TOPH618240406149&biz_type=1&real_biz_type' \
--header 'ak;' \
--header 'timestamp;' \
--header 'sign;'
{
"code": 0,
"message": "string",
"current_time": 0,
"event_id": "string",
"data": {
"result": [
{
"avgTestBandwidth": 0
}
]
}
}