ChenJiaHe
2021-04-20 38fc97caaa5097b5a260a57d4d1156df260cb04c
永久小程序码
2个文件已修改
6 ■■■■■ 已修改文件
src/main/java/com/hx/corp/util/WxCorpPayUtil.java 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/hx/mp/util/MPWeixinBaseUtil.java 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/hx/corp/util/WxCorpPayUtil.java
@@ -81,7 +81,6 @@
        try {
            CloseableHttpResponse response = HttpUtil.Post(CORP_PAY_URL, xmlInfo, true, certPath, corpPayRequest.getMchid());
            String transfersXml = EntityUtils.toString(response.getEntity(), "utf-8");
            System.out.println("渠道端企业付款:" + transfersXml);
           //Map<String, String> transferMap = HttpXmlUtils.parseRefundXml(transfersXml);
src/main/java/com/hx/mp/util/MPWeixinBaseUtil.java
@@ -37,7 +37,7 @@
    //生成小程序二维码地址(方形)
    public static final String MAKE_TWOCODE_SQUARE_URL = "https://api.weixin.qq.com/cgi-bin/wxaapp/createwxaqrcode?access_token=";
    //生成小程序二维码地址(圆形)
    public static final String MAKE_TWOCODE_ROUND_URL = "https://api.weixin.qq.com/wxa/getwxacode?access_token=";
    public static final String MAKE_TWOCODE_ROUND_URL = "https://api.weixin.qq.com/wxa/getwxacode?access_token={0}";
    //生成无限二维码
    public static final String URL_UNLIMIT_SQUARE = "https://api.weixin.qq.com/wxa/getwxacodeunlimit?access_token={0}";
    //////////////////////////////////////////////////
@@ -169,12 +169,11 @@
        //创建临时文件
        File file = File.createTempFile("temp", ".jpg");
        try {
            //生成发送数据
            JSONObject obj = new JSONObject();
            obj.put("width", width);
            obj.put("page", page);
            obj.put("path", page);
            obj.put("auto_color", autoColor);
            obj.put("line_color", lineColor);
            obj.put("is_hyaline", isHyaline);