| | |
| | | * @param grantIntegral |
| | | * @return |
| | | */ |
| | | @PostMapping("/grantIntegral") |
| | | @PostMapping("/VolunteerActivitiesPeople/grantIntegral") |
| | | public R grantIntegral(@RequestBody GrantIntegral grantIntegral); |
| | | |
| | | /************************************************************************************************************** |
| | |
| | | @RequestParam(value = "userName", required = false) String userName, |
| | | @RequestParam(value = "communityId", required = false) String communityId, |
| | | @RequestParam(value = "userId", required = false) String userId, |
| | | @RequestParam(value = "orderType", required = true) String orderType); |
| | | @RequestParam(value = "orderType", required = false) String orderType); |
| | | |
| | | /** |
| | | * 查询详情 |
| | |
| | | */ |
| | | @PostMapping("/VolunteerIntegralMerchant/order/insertData") |
| | | public R insertData(@RequestBody VolunteerCreditsExchangeVO item); |
| | | |
| | | /** |
| | | * 新增用户购买商家商品记录 |
| | | * @param |
| | | * @return |
| | | */ |
| | | @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); |
| | | |
| | | } |