mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
5.0
This commit is contained in:
@@ -78,7 +78,7 @@ public class GetStoryRequest extends BaseRequest<GetStoryResponse> {
|
||||
## 使用方式
|
||||
|
||||
```java
|
||||
String url = "http://localhost:8081";
|
||||
String url = "http://localhost:8081/api";
|
||||
String appId = "2019032617262200001";
|
||||
String privateKey = "你的私钥";
|
||||
|
||||
@@ -136,4 +136,4 @@ public void testLazy() {
|
||||
System.out.println(response);
|
||||
}
|
||||
}
|
||||
```
|
||||
```
|
||||
|
Reference in New Issue
Block a user