文档
测试
POST
http://8.140.31.188:8082/wisdom/camera

请求头

参数名
类型
描述
必填
Content-Type
string
示例:application/json;charset=UTF-8
可选

请求参数

参数名
类型
描述
必填
longitude
string
示例:113.96242(经度)
必填
latitude
string
示例:30.926556(纬度)
必填
locationZ
string
示例:-70000(高度)
必填
armLength
string
示例:500000( 距离中心点长度)
必填
pitch
string
示例:-45 (角度)
必填
yaw
string
示例:0( 偏航)
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:SUCCESS
必填
data
string
示例:发送成功
必填

说明 / 示例

请求模板{ "longitude":"113.96242" , "latitude":"30.926556" , "locationZ":"-70000" , "armLength":"500000" , "pitch":"-45" , "yaw":"0" } 响应模板 { "code": 200, "msg": "SUCCESS", "data": "发送成功" }