Authorization: Bearer ********************
{
"accesstype": "1",
"cdma": "1",
"network": "GSM",
"bts": "13824,1,16689,1674783,575440,-52,0",
"positionTime": "1732526063000",
"traceId": "{% mock 'uuid' %}",
"ticket": "TK_eq6NYmag9X"
}
curl --location --request POST '/location/iot' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"accesstype": "1",
"cdma": "1",
"network": "GSM",
"bts": "13824,1,16689,1674783,575440,-52,0",
"positionTime": "1732526063000",
"traceId": "{% mock '\''uuid'\'' %}",
"ticket": "TK_eq6NYmag9X"
}'
{
"address": "上海市 浦东新区 规划一支路 靠近陆家嘴软件园",
"city": "上海市",
"cityId": "021",
"weather": {
"high": 11,
"low": 4,
"now": 10,
"myTextCode": "103"
}
}