[
"string"
]
curl --location --request POST 'http://dev-cn.your-api-server.com/overall/getChooseApeList' \
--header 'Content-Type: application/json' \
--data-raw '[
"string"
]'
{
"code": 0,
"data": [
{
"address": "string",
"apeLatitude": 0,
"apeLongitude": 0,
"dataType": "string",
"deviceName": "string",
"deviceType": "string",
"deviceTypeName": "string",
"deviceid": "string",
"id": "string",
"netstatus": "string"
}
],
"msg": "string"
}