Skip to content

Commit d63fb91

Browse files
committed
feat(tools\custom-utils-jdk21): HttpUtil 的使用
1 parent 12e793f commit d63fb91

20 files changed

Lines changed: 3225 additions & 0 deletions

tools/custom-utils-jdk21/README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,3 +396,33 @@ JDK 原生注解工具类,提供注解判断、查找、属性读取、元注
396396

397397

398398

399+
## DingTalkRobotUtil
400+
401+
钉钉自定义机器人消息发送工具类
402+
403+
使用方法(Test包):io.github.atengk.oa
404+
405+
406+
407+
## WeComRobotUtil
408+
409+
企业微信群机器人消息发送工具类
410+
411+
使用方法(Test包):io.github.atengk.oa
412+
413+
414+
415+
## FeishuRobotUtil
416+
417+
飞书自定义机器人消息发送工具类
418+
419+
使用方法(Test包):io.github.atengk.oa
420+
421+
422+
423+
## HttpUtil
424+
425+
基于 JDK 21 HttpClient 的 HTTP 请求、下载、上传综合工具类
426+
427+
使用方法(Test包):io.github.atengk.http
428+

0 commit comments

Comments
 (0)