wuxw
2023-11-03 db8f5a7f6d75a222098727e24445892888836999
优化房屋费用报表
1个文件已修改
2 ■■■ 已修改文件
service-acct/src/main/java/com/java110/acct/cmd/payment/NativeQrcodePaymentCmd.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
service-acct/src/main/java/com/java110/acct/cmd/payment/NativeQrcodePaymentCmd.java
@@ -92,7 +92,7 @@
        CommonCache.setValue("nativeQrcodePayment_" + token, reqJson.toJSONString(), CommonCache.PAY_DEFAULT_EXPIRE_TIME);
        JSONObject result = new JSONObject();
        result.put("codeUrl", UrlCache.getOwnerUrl() + "/#/pages/fee/qrCodeCashier?qrToken=" + token);
        ResponseEntity<String> responseEntity = new ResponseEntity(reqJson.toJSONString(), HttpStatus.OK);
        ResponseEntity<String> responseEntity = new ResponseEntity(result.toJSONString(), HttpStatus.OK);
        logger.debug("调用支付厂家返回,{}", responseEntity);
        context.setResponseEntity(responseEntity);