| | |
| | | String code = vipPayment.getCode(); |
| | | String amount = vipPayment.getAmount().toString(); |
| | | ResultUtil alipay = payMoneyUtil.alipay |
| | | (smid, "购买年度会员", "购买年度会员", |
| | | (smid, "购买会员", "购买会员", |
| | | vipPayment.getAppUserId() + "", |
| | | code, vipPayment.getAmount().toString(), |
| | | "/base/appUser/addVipPaymentAliCallback"); |
| | |
| | | |
| | | if (StringUtils.hasLength(couponJson)) { |
| | | grantCoupon.setCouponJson(couponJson); |
| | | grantCoupon.setUserId(vipPayment1.getAppUserId()); |
| | | grantCoupon.setVipPaymentId(vipPayment1.getId()); |
| | | } |
| | | grantCoupon.setUserId(vipPayment1.getAppUserId()); |
| | | grantCoupon.setVipPaymentId(vipPayment1.getId()); |
| | | String ticketJson = vipPayment1.getTicketJson(); |
| | | if (StringUtils.hasLength(ticketJson)) { |
| | | grantCoupon.setTicketJson(ticketJson); |
| | | } |
| | | // 远程调用 给用户送优惠券和门票 |
| | | userConponClient.granCoupon(grantCoupon); |
| | | userConponClient.grantCoupon(grantCoupon); |
| | | |
| | | // 注册会员送券 先判断是否有注册送券类型的优惠券 判断优惠券状态 审核是否通过 是否删除 是否在有效期内 是否领取数量达上限 |
| | | List<Long> longs = userConponClient.queryCouponByUser(appUser.getId()); |