支付路径问题

This commit is contained in:
2025-02-15 09:56:18 +08:00
parent d5977bcd17
commit 4189c991a1
2 changed files with 17 additions and 11 deletions

View File

@@ -20,7 +20,7 @@ import org.springframework.web.bind.annotation.RestController;
* @description
*/
@RestController
@RequestMapping("/admin/pay")
@RequestMapping("/pay")
public class PayController {
@Resource
private PayService payService;