mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-03-12 01:30:08 +08:00
通用http发送方法增加参数 contentType 编码类型
This commit is contained in:
@@ -13,7 +13,12 @@ public class Constants
|
||||
* UTF-8 字符集
|
||||
*/
|
||||
public static final String UTF8 = "UTF-8";
|
||||
|
||||
|
||||
/**
|
||||
* GBK 字符集
|
||||
*/
|
||||
public static final String GBK = "GBK";
|
||||
|
||||
/**
|
||||
* 通用成功标识
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user