文档
测试

获取下一步审核数据

POST
/recordAuditFormalAction/getNextAuditProcess

请求参数

参数名
类型
描述
必填
recordId
int
2
必填

响应参数

参数名
类型
描述
必填
result
boolean
示例:true
必填
data
object
数据字典
必填
id
int
示例:3
必填
choosetype
int
示例:2
必填
approvetype
int
示例:2
必填
userList
array
数据列表
必填
userdeptname
object
示例:null
必填
usermobile
object
示例:null
必填
userid
string
示例:1
必填
userimgurl
object
示例:null
必填
username
string
示例:测试人员
必填
userdeptid
object
示例:null
必填

说明 / 示例

{ "result": true, "data": { "id": 3, "choosetype": 2, "approvetype": 2, "userList": [ { "userdeptname": null, "usermobile": null, "userid": "1", "userimgurl": null, "username": "测试人员", "userdeptid": null }, { "userdeptname": null, "usermobile": null, "userid": "2", "userimgurl": null, "username": "测试人员", "userdeptid": null }, { "userdeptname": null, "usermobile": null, "userid": "3", "userimgurl": null, "username": "测试人员", "userdeptid": null } ] } }