| | |
| | | @GetMapping("/api/client/paUser/clientGetUserAll") |
| | | ReturnBO paclientGetUser(@RequestParam("userId") String userId); |
| | | |
| | | |
| | | /** |
| | | * pc端提交案件后-获取相关当事人用户编号 |
| | | * @url {ctx}/api/weChat/paUser/bindGetUserId |
| | |
| | | @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); |
| | | |
| | | } |