| 程序包 | 说明 |
|---|---|
| pro.haichuang.framework.sdk.aliyunsms.util |
阿里云短信核心工具包
|
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
AliYunSmsUtils.send(String accessKeyId,
String accessKeySecret,
String signName,
String templateCode,
String phoneNumbers,
com.alibaba.fastjson.JSONObject templateParam)
发送短信验证码
|
static boolean |
AliYunSmsUtils.sendBatch(String accessKeyId,
String accessKeySecret,
List<String> signNames,
String templateCode,
List<String> phones,
com.alibaba.fastjson.JSONArray templateParam)
批量发送短信验证码
|
Copyright © 2021 HaiChuang Inc.. All rights reserved.