| | |
| | | * @param grantIntegral |
| | | * @return |
| | | */ |
| | | @PostMapping("/grantIntegral") |
| | | @PostMapping("/VolunteerActivitiesPeople/grantIntegral") |
| | | public R grantIntegral(@RequestBody GrantIntegral grantIntegral); |
| | | |
| | | /************************************************************************************************************** |
| | |
| | | * @param |
| | | * @return |
| | | */ |
| | | @PostMapping("/order/insertMerchantData") |
| | | @PostMapping("/VolunteerIntegralMerchant/order/insertMerchantData") |
| | | public R insertMerchantData(@RequestBody VolunteerCreditsExchangeVO item); |
| | | |
| | | /** |
| | |
| | | @GetMapping("/VolunteerMerchant/getById") |
| | | public R volunteerMerchantGetById(@RequestParam("id") String id); |
| | | |
| | | /** |
| | | * 是否是商家 |
| | | * @param userId |
| | | * @return |
| | | */ |
| | | @GetMapping("/VolunteerMerchant/isMerchant") |
| | | public R isMerchant(@RequestParam("userId") String userId); |
| | | |
| | | |
| | | /** |
| | | * 社区取消订单 |
| | | * @param id |
| | | * @return |
| | | */ |
| | | @GetMapping("/VolunteerIntegralMerchant/order/communityCancellation") |
| | | public R communityCancellation(@RequestParam("id") String id); |
| | | |
| | | } |