public class TencentSmsSender extends Object implements SmsSender
TencentSmsSender(TencentSmsProperties tencentSmsProperties)
void
sendSms(String phone, String templateCode, Map<String,Object> params)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TencentSmsSender(TencentSmsProperties tencentSmsProperties)
public void sendSms(String phone, String templateCode, Map<String,Object> params)
SmsSender
如果是腾讯云,params要用LinkedHashMap,保证顺序
sendSms
phone
templateCode
params
Copyright © 2020. All rights reserved.