| | |
| | | @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); |
| | | |
| | | /** |
| | | * 查询详情 |
| | |
| | | public R insertData(@RequestBody VolunteerCreditsExchangeVO item); |
| | | |
| | | /** |
| | | * 新增用户购买商家商品记录 |
| | | * @param |
| | | * @return |
| | | */ |
| | | @PostMapping("/order/insertMerchantData") |
| | | public R insertMerchantData(@RequestBody VolunteerCreditsExchangeVO item); |
| | | |
| | | /** |
| | | * 更新 |
| | | * @param item |
| | | * @return |