| | |
| | | R userAgreement(@RequestParam("type") int type); |
| | | |
| | | /** |
| | | * uu洗车登录 |
| | | * @param uuLoginVO |
| | | * @return |
| | | */ |
| | | @PostMapping("uuLogin") |
| | | R uuLogin(@RequestBody UuLoginVO uuLoginVO); |
| | | |
| | | /** |
| | | * 意见反馈 |
| | | * |
| | | * @param sysUserFeedbackDTO |
| | |
| | | @PostMapping("updateuserispartymember") |
| | | R updateUserIsPartymember(@RequestParam("idCard") String idCard); |
| | | |
| | | /** |
| | | * 修改党员状态 |
| | | * @param phone |
| | | * @return |
| | | */ |
| | | @PostMapping("updateuserispartymemberByPhone") |
| | | R updateUserIsPartymemberByPhone(@RequestParam("phone") String phone); |
| | | /** |
| | | * 修改用户的为非党员状态 |
| | | * |
| | |
| | | */ |
| | | @PostMapping("/update/user/party/status") |
| | | R updateUserPartyStatus(@RequestParam("userId") Long userId); |
| | | |
| | | @GetMapping("/indexData") |
| | | R newIndexData(@RequestParam(value = "type",required = false) Integer type, |
| | | @RequestParam(value = "type",required = false) Long streetId); |
| | | } |