diff --git a/core/src/main/java/io/github/minecraftchampions/dodoopenjava/api/v2/IntegralApi.java b/core/src/main/java/io/github/minecraftchampions/dodoopenjava/api/v2/IntegralApi.java index 76026aac..14e54477 100644 --- a/core/src/main/java/io/github/minecraftchampions/dodoopenjava/api/v2/IntegralApi.java +++ b/core/src/main/java/io/github/minecraftchampions/dodoopenjava/api/v2/IntegralApi.java @@ -73,7 +73,7 @@ public static JSONObject setIntegralEdit(String Authorization, String islandSour String url = "https://botopen.imdodo.com/api/v2/integral/edit"; String param = "{\n" + " \"islandSourceId\": \"" + islandSourceId + "\",\n" + - " \"dodoSourceId\": \"" + dodoSourceId + "\"\n" + + " \"dodoSourceId\": \"" + dodoSourceId + "\",\n" + " \"operateType\": " + operateType + ",\n" + " \"integral\": " + integral + "}"; diff --git a/pom.xml b/pom.xml index b5722d39..bf72602b 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ UTF-8 UTF-8 UTF-8 - 2.5.8 + 2.5.9 io.github.minecraftchampions.dodoopenjava @@ -265,7 +265,7 @@ com.squareup.okhttp3 mockwebserver - 5.0.0-alpha.11 + 4.8.0 compile