From 67a72c5d38bfea074bdfe312b07d0463ebe2ed7e Mon Sep 17 00:00:00 2001 From: liujie <1793218484@qq.com> Date: 星期三, 17 九月 2025 14:23:30 +0800 Subject: [PATCH] 限制年龄 --- cloud-server-other/src/main/java/com/dsh/other/controller/GameController.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cloud-server-other/src/main/java/com/dsh/other/controller/GameController.java b/cloud-server-other/src/main/java/com/dsh/other/controller/GameController.java index 83c0f5a..720cc2b 100644 --- a/cloud-server-other/src/main/java/com/dsh/other/controller/GameController.java +++ b/cloud-server-other/src/main/java/com/dsh/other/controller/GameController.java @@ -397,7 +397,7 @@ map.put("space_id", spaceId + ""); map.put("red_sutu_id", game.getRed()); map.put("blue_sutu_id", game.getBlue()); - map.put("api_url", "http://221.182.45.100:56666/communityWorldCup/base/worldCup/endWorldCupCallback"); + map.put("api_url", "https://online.daowepark.com:443/communityWorldCup/base/worldCup/endWorldCupCallback"); map.put("custom", "{\"gameType\": 2}"); String s = HttpRequestUtil.postRequest("https://port.daowepark.com/v7/user_api/general/quickStart", map); -- Gitblit v1.7.1