类 NeteaseUtils
java.lang.Object
org.dromara.sms4j.netease.utils.NeteaseUtils
Created with IntelliJ IDEA.
- 作者:
- adam
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private static Stringstatic StringgenerateParamBody(Map<String, String> body) generateParamMap(NeteaseConfig neteaseConfig, List<String> phone, String message, String templateId) static StringgetCheckSum(String appSecret, String nonce, String curTime) 计算并获取CheckSumprivate static StringgetFormattedText(byte[] bytes) private static StringspecialUrlEncode(String value) url编码
-
字段详细资料
-
HEX_DIGITS
private static final char[] HEX_DIGITS
-
-
构造器详细资料
-
NeteaseUtils
public NeteaseUtils()
-
-
方法详细资料
-
getCheckSum
计算并获取CheckSum- 参数:
appSecret-nonce-curTime-- 返回:
-
encode
-
getFormattedText
-
specialUrlEncode
url编码 -
generateParamBody
-
generateParamMap
-