疯狂的狮子li
2020-05-27 35e940f0b5ff8cb9fa2bbd045f671ec81e8532cb
ruoyi/src/main/java/com/ruoyi/common/constant/Constants.java
@@ -13,7 +13,22 @@
     * UTF-8 字符集
     */
    public static final String UTF8 = "UTF-8";
    /**
     * GBK 字符集
     */
    public static final String GBK = "GBK";
    /**
     * http请求
     */
    public static final String HTTP = "http://";
    /**
     * https请求
     */
    public static final String HTTPS = "https://";
    /**
     * 通用成功标识
     */