ruoyi-modules/ruoyi-order/src/main/java/com/ruoyi/order/controller/inner/PayController.java
@@ -18,12 +18,11 @@ * @date 2024/5/29 */ @RestController @RequestMapping("/inner/pay") @RequestMapping("/pay") @RequiredArgsConstructor public class PayController { private final IPaylogService paylogService; private final PaylogServiceImpl paylogServiceImpl; @InnerAuth @PostMapping("/refund-batch")