| | |
| | | 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); |
| | | result.put("codeUrl", UrlCache.getOwnerUrl() + "/#/pages/fee/qrCodeCashier"); |
| | | result.put("codeUrl", "https://ccloud.fuioupay.com/decca/native?token=20250812201258114913"); |
| | | // result.put("codeUrl", UrlCache.getOwnerUrl() + "/#/pages/fee/qrCodeCashier"); |
| | | |
| | | ResponseEntity<String> responseEntity = ResultVo.createResponseEntity(result); |
| | | |