引入基础库依赖

This commit is contained in:
2024-05-24 12:44:08 +08:00
parent 0ab6c379aa
commit a968d31e33
3 changed files with 64 additions and 1 deletions

View File

@ -1,3 +1,13 @@
# httpclient
http请求库
## 库作用
- 对第三方接口发起请求
## 依赖基础库
- [resty](https://github.com/go-resty/resty)
## 配置说明
## 使用方式