Appearance
功能概述
土地服务商流程列表
接口访问
接口地址
land/service/process/list
请求方式 Method
GET
Header - Authorization Type : Bearer Token
| 属性 | 类型 | 长度 | 必填 | 默认值 | 说明 | 访问版本 |
|---|---|---|---|---|---|---|
| token | string | 32 | true | 用户身份标识令牌 | - |
请求参数
| 属性 | 类型 | 长度 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|---|
| bpmID | int | 11 | true | 流程编号 |
返回值
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| id | int | true | 服务流程ID |
| companyName | string | true | 服务商名称 |
| businessName | string | true | 服务业务名称 |
| demand | string | true | 需求 |
| paymentPrice | int | true | 支付金额 |
| paymentFee | int | true | 平台服务费 |
| feeRate | int | true | 平台服务费率 |
| delayNum | int | true | 延迟数 |
| confirmTime | string | true | 确认时间 |
| isService | bool | true | 是否是服务商 true-是 false-否 |
| isCustomer | bool | true | 是否是用户 true-是 false-否 |
| operationFlow | int | true | 业务流程 1. 选择服务商 2. 确认服务商 3. 签署合同 4. 共管金额 5. 服务商进行生产 6. 服务商完成 7. 客户确认 8. 支付佣金 9. 结案 -1. 取消合作(未支付佣金) -2. 取消合作(退款) -3. 取消合作(协商佣金) -4. 取消合作(违约无需退款) |
| createTime | string | true | 共管时间 |
| work | array | true | 工作内容数组 |
work
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| id | int | true | 工作ID |
| content | string | true | 工作内容 |
| remark | string | true | 备注 |
| createTime | string | true | 创建时间 |
| isMe | int | true | 是否本人 |
| files | array | true | 工作文件集合 |
| users | array | true | 用户集合 |
users
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| id | int | true | 用户ID |
| nickname | string | true | 昵称 |
| mobile | string | true | 联系方式 |
| headImgUrl | string | true | 头像 |
files
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| id | int | true | 附件ID |
| materialType | int | true | 附件类型 1.文件 2.图片 3.视频 |
| materialName | string | true | 附件名称 |
| materialFileName | string | true | 附件文件名 |
| materialUrl | string | true | 附件URL |
| materialFileFormat | string | true | 附件文件格式 |
| materialFileSize | int | true | 附件文件大小 |
| materialRemarks | string | true | 附件备注 |
返回示例
{
"response": {
"id": 1,
"companyName": "字竞未来(海南)网络科技有限公司",
"businessName": "测试测试13",
"paymentPrice": 80002,
"feeRate": "6.72",
"createTime": "2025-03-22 17:16:47",
"work": [
{
"id": 1,
"content": "222",
"remark": "333",
"createTime": "2025-04-01 17:48:43",
"files": [
{
"id": 1,
"bpm_service_id": 1,
"work_id": 1,
"materialType": 1,
"materialName": "文件",
"materialFileName": "文件",
"materialUrl": "https://file.pushhaa.com/images/WechatIMG11236.jpg",
"materialFileFormat": "",
"materialFileSize": 0,
"materialRemarks": ""
},
{
"id": 2,
"bpm_service_id": 1,
"work_id": 1,
"materialType": 2,
"materialName": "文件2",
"materialFileName": "文件2",
"materialUrl": "https://file.pushhaa.com/images/WechatIMG11236.jpg",
"materialFileFormat": "",
"materialFileSize": 0,
"materialRemarks": ""
},
{
"id": 3,
"bpm_service_id": 1,
"work_id": 1,
"materialType": 2,
"materialName": "滴滴滴",
"materialFileName": "滴滴滴",
"materialUrl": "https://file.pushhaa.com/images/WechatIMG11237.jpg",
"materialFileFormat": "",
"materialFileSize": 0,
"materialRemarks": ""
},
{
"id": 4,
"bpm_service_id": 1,
"work_id": 1,
"materialType": 3,
"materialName": "丢丢丢",
"materialFileName": "丢丢丢",
"materialUrl": "https://file.pushhaa.com/images/11238_1740112772.mp4",
"materialFileFormat": "",
"materialFileSize": 0,
"materialRemarks": ""
}
],
"users": {
"id": 7,
"nickname": "王杰",
"mobile": "18918134549",
"headImgUrl": "https://file.yeexiang.com/5001b4a7b16ce0033b7c2faca4264ea0.jpg"
},
"isMe": false
}
],
"paymentFee": 5376.1344
},
"requestId": "d6ea9e2f-fc1a-47f8-aa3f-5ae19b3c03fc"
}