| | |
| | | |
| | | |
| | | @DeleteMapping("/VolunteerMerchant/delete") |
| | | public R deleteVolunteerMerchant(@RequestParam("pageNum") String id); |
| | | public R deleteVolunteerMerchant(@RequestParam("id") String id); |
| | | |
| | | @GetMapping("/VolunteerMerchant/getUser") |
| | | public R volunteerMerchantGetUser(@RequestParam("communityId") String communityId, |
| | |
| | | @RequestParam(value = "userPhone", required = false)String userPhone); |
| | | |
| | | |
| | | @GetMapping("/getById") |
| | | @GetMapping("/VolunteerMerchant/getById") |
| | | public R volunteerMerchantGetById(@RequestParam("id") String id); |
| | | |
| | | } |