Skip to content

Commit 619a95a

Browse files
committed
fix: correctly pass requestBody parameters for POST requests (Issue #548)
1 parent e4b7167 commit 619a95a

File tree

3 files changed

+250
-81
lines changed

3 files changed

+250
-81
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# uapi-sdk-java
22

3-
![Banner](https://raw.githubusercontent.com/AxT-Team/uapi-sdk-java/main/banner.png)
3+
![Banner](https://raw.githubusercontent.com/uapis/uapi-sdk-java/main/banner.png)
44

55
[![Java](https://img.shields.io/badge/Java-17+-EA2D2F?style=flat-square&logo=openjdk&logoColor=white)](https://adoptium.net/)
66
[![Docs](https://img.shields.io/badge/Docs-uapis.cn-2EAE5D?style=flat-square)](https://uapis.cn/)

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>AxT-Team</groupId>
4+
<groupId>uapis</groupId>
55
<artifactId>uapi-sdk-java</artifactId>
6-
<version>0.1.3</version>
6+
<version>0.1.2</version>
77
<properties>
88
<maven.compiler.target>17</maven.compiler.target>
99
<maven.compiler.source>17</maven.compiler.source>

0 commit comments

Comments
 (0)