|
@@ -362,7 +362,7 @@ public class UserOrderController extends BaseController {
|
|
UserPaymentOrderWrapper.OrderPayTypeResp orderPayTypeResp = userPaymentCoreService.orderPayType(payTypeReq);
|
|
UserPaymentOrderWrapper.OrderPayTypeResp orderPayTypeResp = userPaymentCoreService.orderPayType(payTypeReq);
|
|
|
|
|
|
// todo 测试固定v2
|
|
// todo 测试固定v2
|
|
- orderPayTypeResp.setPaymentVersion(EPaymentVersion.V2);
|
|
|
|
|
|
+// orderPayTypeResp.setPaymentVersion(EPaymentVersion.V2);
|
|
return HttpResponseResult.succeed(orderPayTypeResp);
|
|
return HttpResponseResult.succeed(orderPayTypeResp);
|
|
}
|
|
}
|
|
|
|
|