curl --location --request GET '/workflow/task/currentTaskAllUser/'
{
"code": 0,
"msg": "string",
"data": [
{
"userId": 0,
"deptId": 0,
"userName": "string",
"nickName": "string",
"userType": "string",
"email": "string",
"phonenumber": "string",
"sex": "string",
"status": "string",
"createTime": "2019-08-24T14:15:22Z"
}
]
}