🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## 查询任务列表 **author**: 孙飞 **接口地址**:`/mtcge/card/applicationcon/queryNeedTaskList` **请求方式**:`GET` **请求数据类型**:`application/x-www-form-urlencoded` **响应数据类型**:`*/*` **接口描述**:<p>查询任务列表</p> **请求参数**: **请求参数**: 暂无 **响应状态**: | 状态码 | 说明 | schema | | -------- | -------- | ----- | |200|OK|接口返回对象«HashMap«string,List«Map«string,object»»»»| |401|Unauthorized|| |403|Forbidden|| |404|Not Found|| **响应参数**: | 参数名称 | 参数说明 | 类型 | schema | | -------- | -------- | ----- |----- | |code|返回代码|integer(int32)|integer(int32)| |message|返回处理消息|string|| |result|返回数据对象|Map«string,object»|Map«string,object»| |&emsp;&emsp;additionalProperty1||Map«string,object»|Map«string,object»| |success|成功标志|boolean|| |timestamp|时间戳|integer(int64)|integer(int64)| **响应示例**: ```javascript { "code": 0, "message": "", "result": { "additionalProperties1": {} }, "success": true, "timestamp": 0 } ![](https://img.kancloud.cn/6b/8d/6b8df27fbc0e7fa5bc52f09d614f1d2e_284x170.png) ```