yanghui
2022-10-20 bddad8b22f9b505274a8c2904d9d81efda89f497
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java
@@ -10540,5 +10540,11 @@
    R streetList();
    @PostMapping("/sanshuo/expert/importExpert")
    R importExpert(MultipartFile file);
    R importExpert(@RequestBody MultipartFile file);
    @GetMapping("/sanshuo/comEvent/communityList")
    R westList();
    @GetMapping("/sanshuo/expert/backstageList2")
    R expertBackStageList(@RequestParam(value = "level",required = false)Integer level);
}