获取当前公司未被选过的任务列表
[TOC]
简要描述
- 获取当前公司未被选过的任务列表
请求URL
http://localhost:8188/cloudrender/task/getNotChosenTaskList
请求方式
- GET
返回示例
{
"code": 10000,
"state": true,
"data": [
{
"name": "qqq",
"taskId": "3"
},
{
"name": "xxx",
"taskId": "4"
}
],
"message": "获取所有未被选过的任务列表成功",
"total": null
}
返回参数说明
参数名 | 类型 | 说明 |
---|---|---|
data | List<JsonObject> | 获取当前公司未被选过的任务列表 |
备注
- 更多返回错误代码请看首页的错误代码描述