Skip to content

Commit f4d5d7e

Browse files
authored
Update README.md
[update] 更新最新SDK版本号
1 parent 61f9ff8 commit f4d5d7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>com.getui.push</groupId>
2424
<artifactId>restful-sdk</artifactId>
25-
<version>you can find the version number in Maven</version>
25+
<version>1.0.0.1</version>
2626
</dependency>
2727
```
2828

@@ -199,4 +199,4 @@ public class TestUserApi {
199199
3. 参数,使用`com.getui.push.v2.sdk.anno.param`包下的参数注解`GtPathParam`/`GtHeaderParam`/`GtQueryParam`/`GtBodyParam`标记参数类型,分别表示HTTP请求中的四种参数: 路径参数/header参数/query参数/body参数
200200

201201
## 其他链接
202-
[个推开发者平台](https://docs.getui.com/)
202+
[个推开发者平台](https://docs.getui.com/)

0 commit comments

Comments
 (0)