缴费项目党委统计列表信息查询
简要描述:
- 缴费项目党委统计列表信息查询
请求URL:
http://localhost:10078/dangfei-develop/miniprogram/activity/getAllPartyStatList
请求方式:
- GET
请求参数:
参数名 | 必选 | 类型 | 说明 | 示例 |
---|---|---|---|---|
duesTitle | true | string | 活动标题 | - |
organizationName | false | string | 组织名称 | - |
status | true | integer | 活动状态 | - |
响应实体:CommonResponse«GetPartyListVo» 响应示例
{
"data" : {
"duesTitle" : "string",
"month" : "string",
"year" : "string",
"parties" : [ {
"organizationId" : "string",
"activityId" : "string",
"total" : 0,
"organizationName" : "string",
"percent" : 0.0
} ],
"credentialsType" : 0,
"payContent" : "string",
"noPayContent" : "string"
},
"errorMessage" : "string",
"errorCode" : 0
}
数据模型
<a name="GetPartyListVo"></a>GetPartyListVo
参数名 | 必选 | 类型 | 说明 | 示例 |
---|---|---|---|---|
credentialsType | false | integer | - | - |
duesTitle | false | string | - | - |
month | false | string | - | - |
noPayContent | false | string | - | - |
parties | false | List<GetPartyStatListVo> | - | - |
payContent | false | string | - | - |
year | false | string | - | - |
<a name="GetPartyStatListVo"></a>GetPartyStatListVo
参数名 | 必选 | 类型 | 说明 | 示例 |
---|---|---|---|---|
activityId | false | string | - | - |
organizationId | false | string | - | - |
organizationName | false | string | - | - |
percent | false | number | - | - |
total | false | integer | - | - |
<a name="CommonResponse«GetPartyListVo»"></a>CommonResponse«GetPartyListVo»
参数名 | 必选 | 类型 | 说明 | 示例 |
---|---|---|---|---|
data | false | GetPartyListVo | - | - |
errorCode | false | integer | - | - |
errorMessage | false | string | - | - |