mitao
2024-06-17 0b9f2eeb5e2ff7995f39d217e90a6c64e37366d4
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")