| | |
| | | @PostMapping("/api/wechat/paUser/bindGetUserId") |
| | | ReturnBO bindGetUserId(@RequestBody WechatBindCaseDTO wechatBindCaseDTO); |
| | | |
| | | /** |
| | | * 根据id查询组织信息 |
| | | * @url {ctx}/api/client/ctUnit/getById |
| | | * @param unitId 组织编号 |
| | | * @return Object |
| | | */ |
| | | @GetMapping("/api/client/ctUnit/getUnitById") |
| | | ReturnBO getUnitById(@RequestParam("unitId") String unitId); |
| | | |
| | | /** |
| | | * 获取上级综治中心 |
| | | * @url {ctx}/api/client/ctUnit/getParentZzzxUnit |
| | | * @param unitId 组织编号 |
| | | * @return Object |
| | | */ |
| | | @GetMapping("/api/client/ctUnit/getParentZzzxUnit") |
| | | ReturnBO getParentZzzxUnit(@RequestParam(value = "unitId") String unitId); |
| | | |
| | | } |