File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/com/lark/project/core Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 56
56
< dependency>
57
57
< groupId> com.larksuite.project< /groupId>
58
58
< artifactId> oapi-sdk< /artifactId>
59
- < version> 1.0.17 < /version>
59
+ < version> 1.0.18 < /version>
60
60
< /dependency>
61
61
```
62
62
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.larksuite.project</groupId >
8
8
<artifactId >oapi-sdk</artifactId >
9
- <version >1.0.17 </version >
9
+ <version >1.0.18 </version >
10
10
<build >
11
11
<plugins >
12
12
<plugin >
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public interface Constants {
30
30
String HTTP_HEADER_ACCESS_TOKEN = "X-PLUGIN-TOKEN" ;
31
31
32
32
String HTTP_HEADER_IDEM_UUID = "X-IDEM-UUID" ;
33
- String VERSION = "1.0.17 " ;
33
+ String VERSION = "1.0.18 " ;
34
34
35
35
String BASE_URL = "https://project.feishu.cn" ;
36
36
You can’t perform that action at this time.
0 commit comments