Commit 022e0404 authored by terrfly's avatar terrfly
Browse files

解决异步通知编码问题;

parent a6d55b19
......@@ -23,7 +23,7 @@ import java.util.UUID;
/*
* String 工具类
*
*
* @author terrfly
* @site https://www.jeepay.vip
* @date 2021/6/8 16:58
......@@ -51,7 +51,7 @@ public class StringKit {
}
});
return result.toURI().toString();
return result.build();
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment