|
@@ -1,6 +1,6 @@
|
|
|
# dingtalk-api-starter
|
|
|
|
|
|
-钉钉各种API的封装
|
|
|
+钉钉各种API的封装,在使用中发现不太方便,所以还是使用工具类吧
|
|
|
|
|
|
## 使用方式
|
|
|
|
|
@@ -35,7 +35,7 @@ dingtalk:
|
|
|
|
|
|
```java
|
|
|
@Autowired
|
|
|
- private DingtalkService service;
|
|
|
+private DingtalkService service;
|
|
|
|
|
|
@Test
|
|
|
void test() throws InterruptedException {
|