类 EmayBuilder
java.lang.Object
org.dromara.sms4j.emay.util.EmayBuilder
- 版本:
- 1.0
- 作者:
- Richard
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明buildRequestBody(String appId, String secretKey, String phone, String message) getParamsMap(String appId, String secretKey, String phone, String message) static StringlistToString(List<String> list)
-
构造器详细资料
-
EmayBuilder
public EmayBuilder()
-
-
方法详细资料
-
buildRequestBody
public static Map<String,Object> buildRequestBody(String appId, String secretKey, String phone, String message) throws org.dromara.sms4j.comm.exception.SmsBlendException - 抛出:
org.dromara.sms4j.comm.exception.SmsBlendException
-
buildRequestBody
public static Map<String,Object> buildRequestBody(String appId, String secretKey, String phone, String message, String customSmsId) throws org.dromara.sms4j.comm.exception.SmsBlendException - 参数:
appId- 用户Appid(必填)secretKey- 加密keyphone-message-customSmsId- 自定义消息ID(选填) 最长64位- 返回:
- 抛出:
org.dromara.sms4j.comm.exception.SmsBlendException
-
getParamsMap
-
listToString
-