| | |
| | | return communityService.WithdrawGetList(pageNum,pageSize,disposeType, merchantName,merchantId,communityId); |
| | | } |
| | | |
| | | |
| | | /*************************************************************************************************************** |
| | | * |
| | | * 路北社区系统配置 商家折扣 兑换地点信息 |
| | | * |
| | | ****************************************************************************************************************/ |
| | | |
| | | /** |
| | | * 详情 |
| | | * @param |
| | | * @return |
| | | */ |
| | | @GetMapping("/Community/Config/getData") |
| | | public R ConfiggetData(@RequestParam("communityId") String communityId) |
| | | { |
| | | return communityService.ConfiggetData(communityId); |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | } |