无关风月
19 小时以前 5dc40fcd64b0513150f1d8335ab849e6d8cdc28e
cloud-server-account/src/main/java/com/dsh/account/service/impl/RechargeRecordsServiceImpl.java
@@ -28,6 +28,7 @@
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;
@@ -334,10 +335,13 @@
                "/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;
    }