完成client的构建

This commit is contained in:
2024-05-31 18:00:24 +08:00
parent 2be9c90b79
commit a0adefcc0c
7 changed files with 77 additions and 10 deletions

View File

@ -10,4 +10,8 @@
## 配置说明
## 默认配置
- AllowGetMethodPayload : 允许GET请求带Body, 默认值 **`true`** , 如需关闭, 可通过 HttpClient.GetRestyClient().SetAllowGetMethodPayload(false) 关闭
## 使用方式