xuhy
2024-10-31 83af5899ccff5c1cf2af88ac38c9b70cb2d89b5f
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/feignClient/IntegralRuleClient.java
@@ -19,6 +19,6 @@
    * 获取积分设置
    * @return
    */
   @PostMapping("/integral/getSet")
   @GetMapping("/integral/getSet")
   R<TIntegralRule> getSet();
}