io.github.silencelwy.smsapi.client.HttpCharacterEncoding Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jf-sms-send-sdk Show documentation
Show all versions of jf-sms-send-sdk Show documentation
a tool about send short message
package io.github.silencelwy.smsapi.client;
public class HttpCharacterEncoding {
public static final String DEFAULT_ENCODING = "UTF8";
public static final String ENCODE_UTF8 = "UTF8";
public static final String ENCODE_GBK = "GBK";
public HttpCharacterEncoding() {
}
}