提交 7cbe3ee7 authored 作者: zhanglibo's avatar zhanglibo

日志

上级 8a1933a8
...@@ -59,7 +59,7 @@ func post(ctx context.Context, method string, RequestType string, req interface{ ...@@ -59,7 +59,7 @@ func post(ctx context.Context, method string, RequestType string, req interface{
} }
}() }()
res = resp.ReadAllString() res = resp.ReadAllString()
res, _ = gregex.ReplaceString(`\s`, "", res) res, _ = gregex.ReplaceString(`\r|\n`, "", res)
return return
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论