This commit is contained in:
Lemon
2023-09-13 15:23:15 +08:00

View File

@@ -150,7 +150,7 @@ public class PayController extends BaseController {
redisCache.unLock(lockKey);
}
}
logger.info("wechatpay支付订单 result:{}", JSONObject.toJSONString(response));
logger.info("支付订单接口 result:{}", JSONObject.toJSONString(response));
return response;
}