| | |
| | | import com.dsh.account.model.vo.userBenefitDetail.RechargesDetail; |
| | | import com.dsh.account.service.RechargeRecordsService; |
| | | import com.dsh.account.util.*; |
| | | import com.dsh.account.util.wx.WxV3PayConfig; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.data.domain.Page; |
| | | import org.springframework.data.domain.PageImpl; |
| | |
| | | "/base/recharge/alipayRechargeCallback"); |
| | | return alipay; |
| | | } |
| | | |
| | | private ResultUtil WeChatPayment(String code, BigDecimal amount) throws Exception { |
| | | // |
| | | ResultUtil weixinpay = payMoneyUtil.weixinpay("玩湃币充值", "", code, amount.toString(), |
| | | "/base/recharge/wechatRechargeCallback", "APP", ""); |
| | | // ResultUtil weixinpay = payMoneyUtil.weixinpayV3(WxV3PayConfig.smidVx,"玩湃币充值", code, |
| | | // "/base/recharge/wechatRechargeCallback1", |
| | | // Long.valueOf(amount.toString())); |
| | | return weixinpay; |
| | | |
| | | } |