yanghui
2022-10-20 8a7e0adf1e55d32e655ed560211270d75cce8b9d
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);
}