Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
mcchampions committed Aug 21, 2023
1 parent c67f86a commit 033e08d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 +
"}";
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
<revision>2.5.8</revision>
<revision>2.5.9</revision>
</properties>

<groupId>io.github.minecraftchampions.dodoopenjava</groupId>
Expand Down Expand Up @@ -265,7 +265,7 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>mockwebserver</artifactId>
<version>5.0.0-alpha.11</version>
<version>4.8.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 033e08d

Please sign in to comment.