This commit is contained in:
Looly 2021-06-02 15:37:05 +08:00
parent 37f106dbf2
commit 68f73c9e64
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
### 🐣新特性
* 【core 】 CharSequenceUtil增加join重载issue#I3TFJ5@Gitee
* 【http 】 HttpRequest增加form方法重载pr#337@Gitee
### 🐞Bug修复
* 【core 】 修复FileUtil.normalize去掉末尾空格问题issue#1603@Github

View File

@ -556,6 +556,7 @@ public class HttpRequest extends HttpBase<HttpRequest> {
*
* @param formMapStr 表单内容
* @return this
* @since 5.6.7
*/
public HttpRequest formStr(Map<String, String> formMapStr) {
if (MapUtil.isNotEmpty(formMapStr)) {