文档
测试

自定义gis-基础数据-修改

POST
127.0.0.1:8900/api/controller/configGis/upadteConfigGisInfo

请求参数

参数名
类型
描述
必填
id
int
主键id(必填)
必填
companyId
int
公司id
必填
projectId
int
项目id
必填
dataType
int
数据类型id 1.二维影像;2.倾斜摄影
必填
url
string
所属文件夹
必填

响应参数

参数名
类型
描述
必填
res
string
0成功 1失败
必填
msg
string
示例:操作成功!
必填
data
object
示例:null
必填

说明 / 示例

{ "res": "0", "msg": "操作成功!", "data": null }