|
|
|
@ -113,9 +113,8 @@ public class AppEbLoginController { |
|
|
|
if (StringUtils.isNotBlank(order.getOutTradeNo())) { |
|
|
|
if (StringUtils.isNotBlank(order.getOutTradeNo())) { |
|
|
|
WxPayUtils.cloceOrderJSApiV3(order.getOutTradeNo()); |
|
|
|
WxPayUtils.cloceOrderJSApiV3(order.getOutTradeNo()); |
|
|
|
} |
|
|
|
} |
|
|
|
// Double totalPrice = order.getTotalPrice() * 100;
|
|
|
|
Double totalPrice = order.getTotalPrice() * 100; |
|
|
|
// int total = totalPrice.intValue();
|
|
|
|
int total = totalPrice.intValue(); |
|
|
|
int total = 1; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 生成随机订单号
|
|
|
|
// 生成随机订单号
|
|
|
|
String outTradeNo = WxPayUtils.generateNonceStr(); |
|
|
|
String outTradeNo = WxPayUtils.generateNonceStr(); |
|
|
|
|