getReplaceBranchList
简要描述:
- getReplaceBranchList
请求URL:
http://localhost:10078/dangfei-develop/miniprogram/activity/getReplaceBranchList
请求方式:
- POST
请求实体:GetReplaceBranchListDTO 请求body:
{
"activityId" : "string",
"organizationName" : "string",
"personalNo" : "string"
}
响应实体:CommonResponse«GetBranchListVo» 响应示例
{
"data" : {
"duesTitle" : "string",
"month" : "string",
"year" : "string",
"partyName" : "string",
"branches" : [ {
"proNo" : "string",
"total" : 0,
"organizationName" : "string",
"children" : [ {
"children" : [ "ITreeNode" ],
"hasChildren" : true,
"id" : "string",
"parentId" : "string"
} ],
"hasChildren" : true,
"isReplace" : 0,
"id" : "string",
"isParty" : 0,
"percent" : 0.0,
"parentId" : "string"
} ],
"payContent" : "string",
"duesType" : 0,
"ratedType" : 0,
"noPayContent" : "string"
},
"errorMessage" : "string",
"errorCode" : 0
}
数据模型
<a name="GetReplaceBranchListDTO"></a>GetReplaceBranchListDTO
参数名 | 必选 | 类型 | 说明 | 示例 |
---|---|---|---|---|
activityId | false | string | - | - |
organizationName | false | string | - | - |
personalNo | false | string | - | - |
<a name="GetBranchListVo"></a>GetBranchListVo
参数名 | 必选 | 类型 | 说明 | 示例 |
---|---|---|---|---|
branches | false | List<GetBranchStatListVo> | - | - |
duesTitle | false | string | - | - |
duesType | false | integer | - | - |
month | false | string | - | - |
noPayContent | false | string | - | - |
partyName | false | string | - | - |
payContent | false | string | - | - |
ratedType | false | integer | - | - |
year | false | string | - | - |
<a name="GetBranchStatListVo"></a>GetBranchStatListVo
参数名 | 必选 | 类型 | 说明 | 示例 |
---|---|---|---|---|
children | false | List<ITreeNode> | - | - |
hasChildren | false | boolean | - | - |
id | false | string | - | - |
isParty | false | integer | - | - |
isReplace | false | integer | - | - |
organizationName | false | string | - | - |
parentId | false | string | - | - |
percent | false | number | - | - |
proNo | false | string | - | - |
total | false | integer | - | - |
<a name="ITreeNode"></a>ITreeNode
参数名 | 必选 | 类型 | 说明 | 示例 |
---|---|---|---|---|
children | false | List<ITreeNode> | - | - |
hasChildren | false | boolean | - | - |
id | false | string | - | - |
parentId | false | string | - | - |
<a name="CommonResponse«GetBranchListVo»"></a>CommonResponse«GetBranchListVo»
参数名 | 必选 | 类型 | 说明 | 示例 |
---|---|---|---|---|
data | false | GetBranchListVo | - | - |
errorCode | false | integer | - | - |
errorMessage | false | string | - | - |