Commit 58086984 by HlQ

[fix] 错别字修改

1 parent 1845ba96
......@@ -24,7 +24,7 @@ public class RestClientConfig {
@Bean(name = "oDingRestClient")
public RestClient getODingRestClient() {
// disable url encoding
// 在对 + 号进行处理时,默认对该字符不出力
// 在对 + 号进行处理时,默认对该字符不处理
var uriBuilderFactory = new DefaultUriBuilderFactory("https://oapi.dingtalk.com");
uriBuilderFactory.setEncodingMode(DefaultUriBuilderFactory.EncodingMode.NONE);
return RestClient.builder()
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!