颜色,rgb 值,r << 16 + g << 8 + b
{
"name": "string",
"style": "string",
"color": 0,
"lineWidth": 0,
"desc": "string",
"coords": [
{
"lng": 0,
"lat": 0
}
]
}
curl --location --request PUT 'https://192.168.88.32:9781/bvcsp/v1/maplabel/line/' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"style": "string",
"color": 0,
"lineWidth": 0,
"desc": "string",
"coords": [
{
"lng": 0,
"lat": 0
}
]
}'
颜色,rgb 值,r << 16 + g << 8 + b
{
"code": 0,
"msg": "string",
"data": {
"id": "string",
"name": "string",
"style": "string",
"color": 0,
"lineWidth": 0,
"desc": "string",
"coords": [
{
"id": 0,
"prePointId": 0,
"lng": 0,
"lat": 0
}
],
"creator": "string",
"creatorName": "string"
}
}