| | |
| | | @RequestParam(value = "state",required = false) String state, |
| | | @RequestParam(value = "interspaceTime",required = false) String interspaceTime, |
| | | @RequestParam(value = "subscribeTimeFrame",required = false) String subscribeTimeFrame, |
| | | @RequestParam(value = "interspaceId",required = false) String interspaceId); |
| | | @RequestParam(value = "interspaceId",required = false) String interspaceId, |
| | | @RequestParam(value = "userId",required = false) String userId); |
| | | |
| | | /** |
| | | * 空间预约申请详情 |
| | |
| | | |
| | | |
| | | @GetMapping("/jinhuiShopping/shoppingGetDetails") |
| | | public R shoppingGetDetails(@RequestParam("id") String id); |
| | | public R shoppingGetDetails(@RequestParam("id") String id,@RequestParam("communityId") String communityId); |
| | | |
| | | /** |
| | | * 新增 |
| | |
| | | @RequestParam(value = "state", required = false) String state); |
| | | |
| | | /** |
| | | * 金汇大屏用 |
| | | * |
| | | * @param |
| | | * @return |
| | | */ |
| | | @GetMapping("/JinhuiCharity/getJinhuiCharityList") |
| | | public R getJinhuiCharityList(); |
| | | |
| | | /** |
| | | * 获取详情 |
| | | * @param id |
| | | * @return |