mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-25 01:29:47 +08:00
update
This commit is contained in:
@@ -1098,7 +1098,7 @@ public class AdapayService {
|
|||||||
Map<String, Object> map = PaymentConfirm.queryList(param, config.getWechatAppId());
|
Map<String, Object> map = PaymentConfirm.queryList(param, config.getWechatAppId());
|
||||||
response = JSON.parseObject(JSON.toJSONString(map), QueryPaymentConfirmDetailResponse.class);
|
response = JSON.parseObject(JSON.toJSONString(map), QueryPaymentConfirmDetailResponse.class);
|
||||||
// log.info("queryPaymentConfirmDetailResponse:{}", JSON.toJSONString(queryPaymentConfirmDetailResponse));
|
// log.info("queryPaymentConfirmDetailResponse:{}", JSON.toJSONString(queryPaymentConfirmDetailResponse));
|
||||||
redisCache.setCacheObject(redisKey, JSON.toJSONString(response), CacheConstants.cache_expire_time_10d);
|
redisCache.setCacheObject(redisKey, JSON.toJSONString(response), CacheConstants.cache_expire_time_12h);
|
||||||
} catch (BaseAdaPayException e) {
|
} catch (BaseAdaPayException e) {
|
||||||
log.error("查询支付确认对象列表error", e);
|
log.error("查询支付确认对象列表error", e);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user