通用http发送方法增加参数 contentType 编码类型

This commit is contained in:
RuoYi
2020-05-14 14:36:22 +08:00
parent 1af0fef99e
commit a8eeb652b2
3 changed files with 24 additions and 4 deletions

View File

@ -12,6 +12,11 @@ public class Constants
*/
public static final String UTF8 = "UTF-8";
/**
* GBK 字符集
*/
public static final String GBK = "GBK";
/**
* 通用成功标识
*/
@ -31,7 +36,7 @@ public class Constants
* 注销
*/
public static final String LOGOUT = "Logout";
/**
* 注册
*/