Appearance
功能概述
土地服务流程确认时间延长
接口访问
接口地址
land/service/process/confirmEdit
请求方式 Method
POST
Header - Authorization Type : Bearer Token
| 属性 | 类型 | 长度 | 必填 | 默认值 | 说明 | 访问版本 |
|---|---|---|---|---|---|---|
| token | string | 32 | true | 用户身份标识令牌 | - |
请求参数
| 属性 | 类型 | 长度 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|---|
| bpmServiceID | int | 11 | true | 服务流程ID |
返回示例
{
"response": {
"Code": "200",
"Message": "Success"
},
"requestId": "97223860-17fd-4741-84c5-ed157de85cf3"
}