We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61f9ff8 commit f4d5d7eCopy full SHA for f4d5d7e
README.md
@@ -22,7 +22,7 @@
22
<dependency>
23
<groupId>com.getui.push</groupId>
24
<artifactId>restful-sdk</artifactId>
25
- <version>you can find the version number in Maven</version>
+ <version>1.0.0.1</version>
26
</dependency>
27
```
28
@@ -199,4 +199,4 @@ public class TestUserApi {
199
3. 参数,使用`com.getui.push.v2.sdk.anno.param`包下的参数注解`GtPathParam`/`GtHeaderParam`/`GtQueryParam`/`GtBodyParam`标记参数类型,分别表示HTTP请求中的四种参数: 路径参数/header参数/query参数/body参数
200
201
## 其他链接
202
-[个推开发者平台](https://docs.getui.com/)
+[个推开发者平台](https://docs.getui.com/)
0 commit comments