文档
测试

查询我的审批

GET
proposal/mjproposal/getWaitList

接口描述

这边是查询需要当前账户审核的列表

响应参数

参数名
类型
描述
必填
msg
string
示例:查询成功
必填
code
int
示例:0
必填
page
object
数据字典
必填
totalCount
int
示例:1
必填
pageSize
int
示例:10
必填
totalPage
int
示例:1
必填
currPage
int
示例:1
必填
list
array
数据列表
必填
proposalId
string
示例:1514243425531203584
必填
title
string
示例:1
必填
isOpen
string
示例:是
必填
proposalMethod
string
示例:联名提案
必填
writer
string
示例:李凡
必填
undertaker
string
示例:福建农林大学
必填
backgroundProblemAnalysis
string
示例:问题1111111
必填
suggestions
string
示例:暂无意见
必填
recommendation
string
示例:推荐理由
必填
createTime
string
示例:2022-04-13
必填
updateTime
string
示例:2022-04-13
必填
status
string
示例:待审核
必填
userId
string
示例:364
必填

说明 / 示例

{ "msg": "查询成功", "code": 0, "page": { "totalCount": 1, "pageSize": 10, "totalPage": 1, "currPage": 1, "list": [ { "proposalId": "1514243425531203584", "title": "1", "isOpen": "是", "proposalMethod": "联名提案", "writer": "李凡", "undertaker": "福建农林大学", "backgroundProblemAnalysis": "问题1111111", "suggestions": "暂无意见", "recommendation": "推荐理由", "createTime": "2022-04-13", "updateTime": "2022-04-13", "status": "待审核", "userId": "364" } ] } }