xuhy
2025-02-27 e1054848e6ab5485f122f5d537bd665fdfea666d
ruoyi-common/src/main/java/com/ruoyi/common/utils/SmsUtil.java
@@ -25,6 +25,11 @@
    SmsProperties smsProperties;
    static SmsClient smsClient;
    public SmsProperties getPro() {
        return smsProperties;
    }
    public SmsClient createSmsClient(SmsProperties properties) {
        // 实例化一个认证对象,入参需要传入腾讯云账户 SecretId,SecretKey。
        // 为了保护密钥安全,建议将密钥设置在环境变量中或者配置文件中,请参考凭证管理 https://github.com/TencentCloud/tencentcloud-sdk-java?tab=readme-ov-file#%E5%87%AD%E8%AF%81%E7%AE%A1%E7%90%86。