| | |
| | | import com.panzhihua.common.model.vos.community.reserve.ComActReserveDangerAreaVO; |
| | | import com.panzhihua.common.model.vos.shop.AddShopFlowerGoodsVO; |
| | | import com.panzhihua.common.utlis.StringUtils; |
| | | import com.panzhihua.service_community.entity.VolunteerCommunityConfigVO; |
| | | import io.swagger.annotations.ApiOperation; |
| | | import io.swagger.annotations.ApiParam; |
| | | import org.springframework.cloud.openfeign.FeignClient; |
| | |
| | | @GetMapping("/neighbor/getNeighborTopicByApp") |
| | | R getNeighborTopicByApp(@RequestParam("name") String name); |
| | | |
| | | @GetMapping("/neighbor/getNeighborTopicByAppNew") |
| | | R getNeighborTopicByAppNew(@RequestParam("name") String name); |
| | | /** |
| | | * 删除话题 |
| | | * @param id |
| | |
| | | |
| | | |
| | | |
| | | |
| | | @GetMapping("/integral/user/getIntegralUserRank") |
| | | public R getIntegralUserRank(@RequestParam("communityId") Long communityId, |
| | | @RequestParam("userId") Long userId); |
| | | |
| | | |
| | | |
| | | } |