通用http发送方法增加参数 contentType 编码类型
This commit is contained in:
@ -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";
|
||||
|
||||
|
||||
/**
|
||||
* 注册
|
||||
*/
|
||||
|
Reference in New Issue
Block a user