Pu Zhibing
2024-10-25 70082014b9b5c62f2edee1301343b3e54cfdc72e
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/feignClient/TEvaluationTagClient.java
@@ -26,7 +26,7 @@
    * @return
    */
   @PostMapping("/t-evaluation-tag/getTagList")
   R<List<TEvaluationTagVO>> getTagList(Integer type);
   R<List<TEvaluationTagVO>> getTagList(@RequestParam("type") Integer type);
   /**
    * 获取标签列表
    * @return