mitao
2024-05-31 5740c7c1f04e4ebe8925d2c8e490bc235ba1c453
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")