历下区项目

历下区街道分中心各业务


党员类型

<p>[TOC]</p> <h1>- com_wxjc_党建引领_查询_党员类型</h1> <ul> <li> <p>无</p> <p>请求URL</p> </li> <li> <p><code>http://localhost:10013/partyType/list</code></p> <p>请求方式</p> </li> <li> <p>get</p> <p>请求Query参数</p> </li> </ul> <table> <thead> <tr> <th>参数名</th> <th>示例值</th> <th>必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>pageNumber</td> <td>1</td> <td>是</td> <td>string</td> <td>无</td> </tr> <tr> <td>pageSize</td> <td>10</td> <td>是</td> <td>string</td> <td>无</td> </tr> </tbody> </table> <p>成功返回示例</p> <p><code>{ "code": "0000", "message": null, "data": { "records": [ { "id": 18, "num": "12", "communitynum": "33", "twonewnum": "33", "organnum": "33", "villagenum": "33", "status": "1", "creationtime": "2022-07-20T09:50:24", "code": null }, { "id": 16, "num": "55", "communitynum": "4", "twonewnum": "44", "organnum": "44", "villagenum": "44", "status": "1", "creationtime": "2021-04-15T14:50:58", "code": "undefined,370102" } ], "total": 2, "size": 10, "current": 1, "orders": [], "optimizeCountSql": true, "searchCount": true, "countId": null, "maxLimit": null, "pages": 1 } }</code></p> <p>成功返回示例的参数说明</p> <table> <thead> <tr> <th>参数名</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>records.id</td> <td>string</td> <td>无</td> </tr> <tr> <td>records.num</td> <td>string</td> <td>党员总数</td> </tr> <tr> <td>records.communitynum</td> <td>string</td> <td>社区党员人数</td> </tr> <tr> <td>records.twonewnum</td> <td>string</td> <td>两新党员人数</td> </tr> <tr> <td>records.organnum</td> <td>string</td> <td>机关党员人数</td> </tr> <tr> <td>records.villagenum</td> <td>string</td> <td>村党员人数</td> </tr> <tr> <td>records.status</td> <td>string</td> <td>1 启用 0 否</td> </tr> <tr> <td>records.creationtime</td> <td>string</td> <td>创建时间</td> </tr> <tr> <td>records.code</td> <td>object</td> <td>无</td> </tr> </tbody> </table> <h1>com_wxjc_党建引领_新增_党员类型</h1> <p>请求URL</p> <ul> <li> <p><code>http://localhost:10013/partyType/save</code></p> <p>请求方式</p> </li> <li> <p>post</p> <p>请求Body参数</p> </li> </ul> <table> <thead> <tr> <th>参数名</th> <th>示例值</th> <th>必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>num</td> <td>1</td> <td>否</td> <td>string</td> <td>党员总数</td> </tr> <tr> <td>communitynum</td> <td>2</td> <td>否</td> <td>string</td> <td>社区党员人数</td> </tr> <tr> <td>twonewnum</td> <td>3</td> <td>否</td> <td>string</td> <td>两新党员人数</td> </tr> <tr> <td>organnum</td> <td>4</td> <td>否</td> <td>string</td> <td>机关党员人数</td> </tr> <tr> <td>villagenum</td> <td>5</td> <td>否</td> <td>string</td> <td>村党员人数</td> </tr> </tbody> </table> <h1>com_wxjc_党建引领_删除_党员类型</h1> <p>请求URL</p> <ul> <li><code>http://localhost:10013/partyType/delete</code> 请求方式 post 请求Body参数</li> </ul> <table> <thead> <tr> <th>参数名</th> <th>示例值</th> <th>必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> </tbody> </table> <p>id 19 是 string 无</p>

页面列表

ITEM_HTML