| | |
| | | * |
| | | * @return |
| | | */ |
| | | @PostMapping("timedtaskactmicrowishall") |
| | | @PostMapping("timedtaskactmicrowish") |
| | | R timedTaskActMicroWishAll(); |
| | | |
| | | /** |
| | |
| | | * @return 返回结果 |
| | | */ |
| | | @GetMapping("/convenient/business/get") |
| | | R getComCvtBusiness(@RequestParam("id") Long id); |
| | | R getComCvtBusiness(@RequestParam("id") Long id, @RequestParam("cityCode") String cityCode); |
| | | |
| | | /** |
| | | * 删除便民服务商家信息 |
| | |
| | | * 邻里圈评论回复_基本详情 |
| | | * @param id 参数 |
| | | */ |
| | | @PostMapping("/neighbor/detailNeighborCommentReply") |
| | | @GetMapping("/neighbor/detailNeighborCommentReply") |
| | | R detailNeighborCommentReply(@RequestParam("id") Long id); |
| | | |
| | | /** |