Skip to content

Commit

Permalink
🔖 RELEASE 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MisakaTAT committed Aug 23, 2022
1 parent c704109 commit ffdf663
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.mikuac</groupId>
<artifactId>shiro</artifactId>
<version>1.3.2</version>
<version>1.3.3</version>
<name>Shiro</name>
<url>https://mikuac.com</url>
<description>基于OneBot协议的QQ机器人快速开发框架</description>
Expand Down
7 changes: 5 additions & 2 deletions src/main/java/com/mikuac/shiro/common/utils/NetUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@
public class NetUtils {

/**
* @param url request url
* @return resp
* get request
*
* @param url url
* @param charsetName charset
* @return {@link String}
*/
public static String get(String url, String charsetName) {
val result = new StringBuilder();
Expand Down

0 comments on commit ffdf663

Please sign in to comment.