Skip to content

功能概述

土地文件追加

接口访问

接口地址

land/project/process/append

请求方式 Method

POST

Header - Authorization Type : Bearer Token

属性类型长度必填默认值说明访问版本
tokenstring32true用户身份标识令牌-

请求参数

属性类型长度必填默认值说明
landIDint11true土地编号
uploadTypestring32true流程类型 files-文件 image-图片 video-视频
uploadContentarray256true流程信息

uploadContent

属性类型长度必填默认值说明
materialNamestring11true文件名(自定义)
materialFileNamestring256true文件名(系统文件名)
materialUrlstring32true文件地址
materialFileFormatstring256true文件类型
materialFileSizestring256true文件大小

返回示例

{
    "response": {
        "Code": "200",
        "Message": "Success"
    },
    "requestId": "97223860-17fd-4741-84c5-ed157de85cf3"
}

错误码

错误码错误描述解决思路
404Fail未知错误,请联系管理员
20001土地信息不存在土地信息不存在,编号错误