@@ -258,6 +258,7 @@ public class FsUserVipOrderServiceImpl implements IFsUserVipOrderService
if (order.getPayMoney().compareTo(new BigDecimal(0)) <= 0) {
this.payConfirm(order.getOrderCode(),"","","",2,null,null);
+ handleVipPurchaseCallback(param.getUserId(),order.getPackageId(),order.getOrderId());
return R.ok().put("isPay",1);
}