|
|
@@ -78,15 +78,6 @@ public class PaymentController {
|
|
|
return R.success("操作成功");
|
|
|
}
|
|
|
|
|
|
- @GetMapping("test")
|
|
|
- @ApiOperation("test")
|
|
|
- public R test(){
|
|
|
- PaymentCache.putSuccessParams("123456", SuccessParams.builder()
|
|
|
- .orderType(OrderType.USER_PAY.name()).build());
|
|
|
- SuccessParams successParams = PaymentCache.getSuccessParams("123456");
|
|
|
- System.out.println(successParams);
|
|
|
- return R.data(successParams);
|
|
|
- }
|
|
|
|
|
|
private Payment pluginBuild(String paymentType){
|
|
|
return paymentBuilder.fetchPaymentPlugin(
|