Authorization: ********************{
"orderNo": [
"afgd4444"
],
"list": [
{
"mapid": 99,
"count": 1
}
]
}curl --location '/api/v1/dialIp/change' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"orderNo": [
"afgd4444"
],
"list": [
{
"mapid": 99,
"count": 1
}
]
}'{
"code": 200,
"data": [],
"msg": "切换成功"
}