hc-sdk-aliyunsms SDK模块配置文件类
Example:
# ========================= Haichuang Setting =========================
haichuang:
sdk:
aliyunsms:
# AccessKeyId
access-key-id: xxx
# AccessKeySecret
access-key-secret: xxx
# 短信签名
default-sign-name: xxx
# 默认短信模板ID, 可为空
default-template-code: xxx
aliyunsms 第三方操作核心接口, 项目中所有 aliyunsms 的操作均使用此接口
该类已默认注入到 spring 中, 默认实现为 DefaultAliYunSmsServiceImpl, 如需自定义实现请实现该接口并手动注入该接口AliYunSmsService 默认实现Copyright © 2021 HaiChuang Inc.. All rights reserved.