This commit is contained in:
六如
2024-09-14 10:33:43 +08:00
parent 95072a02f6
commit a14ac9e3c9
237 changed files with 1078 additions and 694 deletions

View File

@@ -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);
}
}
```
```