java整合阿里雲簡訊服務

2021-08-21 02:15:14 字數 1004 閱讀 2358

一、 匯入兩個jar

二、

import com.aliyuncs.defaultacsclient;

import com.aliyuncs.iacsclient;

import com.aliyuncs.dysmsapi.model.v20170525.sendsmsrequest;

import com.aliyuncs.dysmsapi.model.v20170525.sendsmsresponse;

import com.aliyuncs.exceptions.clientexception;

import com.aliyuncs.profile.defaultprofile;

import com.aliyuncs.profile.iclientprofile;

import org.slf4j.logger;

import org.slf4j.logge***ctory;

public class aliyuntxsms ,您的驗證碼為$"時,此處的值為

request.settemplateparam(jsonstr);

//可選:outid為提供給業務方擴充套件字段,最終在簡訊回執訊息中將此值帶回給呼叫者

// request.setoutid("youroutid");

sendsmsresponse sendsmsresponse = client.getacsresponse(request);

if (sendsmsresponse.getcode() != null

&& sendsmsresponse.getcode().equals("ok")) else

string requestid = sendsmsresponse.getrequestid();

logger

.info("requestid:" + requestid);

} catch (clientexception e) }}

阿里雲簡訊服務

1 登入下面鏈結,或直接搜尋阿里雲簡訊服務,註冊賬號,使用支付寶 的也可以 2 然後需要實名驗證 3 充值,如果賬戶餘額為 0,將不能正常服務,當然也要看選擇的 型別 4 設定 accesskeyid 和 accesskeysecret,生成簽名 5 接著設定簡訊模板,要看清楚型別,有驗證碼和通知等...

CI使用阿里雲簡訊服務

以前的阿里大於被整合到阿里雲旗下,現在叫阿里與 雲通訊。現在將簡訊服務整合到ci框架中。在簡訊服務管理控制台申請簡訊簽名以及簡訊模板 新增成功後,我們需要用到的有簽名名稱和模板code 阿里雲access key config accesskeyid 你的阿里雲access key id confi...

阿里雲簡訊服務的使用

申請簡訊服務,領取免費簡訊,申請簽名和模板 白天 先獲取redis 的圖 驗證碼來 對 redis cli get redis connection img code redis img code redis cli.get image code uuid decode print redis im...