ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/feignClient/TechnicianClient.java
@@ -29,6 +29,6 @@ * @param ids * @return */ @PostMapping("/technician-subscribe/getTechnicianByIds") @PostMapping("/technician/getTechnicianByIds") R<List<Technician>> getTechnicianByIds(@RequestParam("ids") Collection<Integer> ids); }