xiaoyong931011
2022-09-24 777d32df7c722eec53b8efd5863a64ee12e8a67e
src/main/java/cc/mrbird/febs/pay/controller/XcxPayController.java
@@ -179,14 +179,14 @@
    }
    public static void main(String[] args) {
        String attach="{'rechargeNo':CZ_2022083117160259880,'memberId':47}";
        JSONObject jsonObject = JSONUtil.parseObj(attach);
        String rechargeNo = (String) jsonObject.get("rechargeNo");
        Long memberId = Long.parseLong(jsonObject.get("memberId").toString());
        System.out.println(memberId);
        System.out.println(rechargeNo);
    }
//    public static void main(String[] args) {
//        String attach="{'rechargeNo':CZ_2022083117160259880,'memberId':47}";
//        JSONObject jsonObject = JSONUtil.parseObj(attach);
//        String rechargeNo = (String) jsonObject.get("rechargeNo");
//        Long memberId = Long.parseLong(jsonObject.get("memberId").toString());
//        System.out.println(memberId);
//        System.out.println(rechargeNo);
//    }
    /**
     * 微信支付回调接口
     */
@@ -274,7 +274,7 @@
//            resXml = AppConstance.RESULT_XML_FAIL.replace(ERRORMSG, "支付回调签名错误");
        } finally {
            // 通知线程消息
            PayThreadPool.notifyThread(Integer.valueOf(orderId), threadResult);
//            PayThreadPool.notifyThread(Integer.valueOf(orderId), threadResult);
            sendResultBack(response, resXml);
        }
        return;