Commit 6cd4cb0f by jinxin

企业微信回调自动微信退款

parent 65240fb9
......@@ -291,10 +291,7 @@ public class LicenceOrderApiServiceImpl implements LicenceOrderApiService {
licenceOrderService.updateLicenceOrderType(order.getOrderId(), 6, order.getEnterpriseId(), order.getWxEnterpriseId(), "系统", 0);
//记录退款时间
licenceOrderService.saveCallBackTime(order.getOrderId(), 3, date);
//微信退款,在线支付需要调用微信退款接口
if (order.getPayType() == 1){
wxRefund(order.getOrderId());
}
wxRefund(order.getOrderId());
} else if (orderStatus == 2) {
licenceOrderService.updateLicenceOrderType(order.getOrderId(), 5, order.getEnterpriseId(), order.getWxEnterpriseId(), "系统", 0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment