md
This commit is contained in:
parent
482a991d9b
commit
4aa19cf802
@ -42,16 +42,15 @@ public class AliyunSMSService {
|
||||
* @return Client
|
||||
* @throws Exception
|
||||
*/
|
||||
public static Client createClient(String accessKeyId, String accessKeySecret) throws Exception {
|
||||
// public static Client createClient(String accessKeyId, String accessKeySecret) throws Exception {
|
||||
// com.aliyun.teaopenapi.models.Config config = new com.aliyun.teaopenapi.models.Config()
|
||||
// .setAccessKeyId(accessKeyId)
|
||||
// .setAccessKeySecret(accessKeySecret);
|
||||
// // 访问的域名
|
||||
// config.endpoint = "dysmsapi.aliyuncs.com";
|
||||
// return new Client(config);
|
||||
|
||||
return null;
|
||||
}
|
||||
// return null;
|
||||
// }
|
||||
|
||||
public static int innerSendMessage(String accessKeyId,String accessKeySecret,String signName,String templateCode, String phone, String tplParam) throws EmisBizError {
|
||||
// try {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user