修改小程序支付回调payType
This commit is contained in:
@@ -1094,7 +1094,6 @@ public class PayService {
|
||||
}else if("wechat".equalsIgnoreCase(payType)){
|
||||
orderInfo.setPayType("wx_lite");
|
||||
}
|
||||
orderInfo.setPayType(payType);
|
||||
orderInfo.setPayOrderNo(payOrderNO);
|
||||
orderInfo.setPayAmount(orderInfo.getOrderAmount());
|
||||
orderInfo.setPaidTime(System.currentTimeMillis());
|
||||
|
||||
Reference in New Issue
Block a user