From ccfe324e387c91a6d7592b4776915915bb7f1e25 Mon Sep 17 00:00:00 2001 From: nili Date: Sun, 30 Jun 2024 15:56:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=8B=E7=9B=9F=E7=9A=84=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=8A=A0=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../group/game/service/matrix/MatrixAppConfigService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game-service/src/main/java/awesome/group/game/service/matrix/MatrixAppConfigService.java b/game-service/src/main/java/awesome/group/game/service/matrix/MatrixAppConfigService.java index 7771e63..f3e2405 100644 --- a/game-service/src/main/java/awesome/group/game/service/matrix/MatrixAppConfigService.java +++ b/game-service/src/main/java/awesome/group/game/service/matrix/MatrixAppConfigService.java @@ -29,7 +29,7 @@ public class MatrixAppConfigService { if (StringUtils.hasText(app.getUmeng())) { return gson.fromJson(app.getUmeng(), UmengConfigBo.class); } - return null; + return new UmengConfigBo(); } public AliPayConfigBo getAliPayConfig(String appCode) {