|
|
@ -38,7 +38,7 @@ import java.util.Map; |
|
|
|
@RequestMapping("/api/payment") |
|
|
|
public class PaymentController extends BaseController { |
|
|
|
|
|
|
|
@Resource |
|
|
|
@Resource(name = "unifiedPaymentServiceImpl") |
|
|
|
private PaymentService paymentService; |
|
|
|
|
|
|
|
@Operation(summary = "创建支付订单", description = "支持微信、支付宝、银联等多种支付方式") |
|
|
|