liujc 1 год назад
Родитель
Сommit
72b5464645

+ 1 - 1
cooleshow-user/user-student/src/main/java/com/yonge/cooleshow/student/controller/UserOrderController.java

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