From ba63fb4214f956a9d93d78b56e6820dff4a12654 Mon Sep 17 00:00:00 2001 From: SU <158677070@qq.com> Date: Wed, 23 Apr 2025 17:13:47 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9B=86=E6=88=90=E6=A2=A6=E7=BD=91=E7=A7=91?= =?UTF-8?q?=E6=8A=80=E7=9F=AD=E4=BF=A1=E5=8F=91=E9=80=81=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=20-=20=E6=B5=8B=E8=AF=95=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/sms4j-spring-boot-example/src/main/resources/application.yml b/sms4j-spring-boot-example/src/main/resources/application.yml index 84556af2..95ee5a3a 100644 --- a/sms4j-spring-boot-example/src/main/resources/application.yml +++ b/sms4j-spring-boot-example/src/main/resources/application.yml @@ -169,6 +169,20 @@ sms: template-id: #(可选)模板编号(若配置此参数,则会默认使用该模板,以便提高服务方性能) sign-code: #(可选)短信前置签名编号(登陆平台-接口业务-我的签名查看) f: 1 #(可选)默认为1,提交时检测方式 + # 梦网 + montnets: + # 您的accessKey + access-key-id: 您的accessKey + # 您的accessKeySecret + access-key-secret: 您的accessKeySecret + # 服务地址 + url: 服务地址 http://ip:port + # 接口地址 + api: 接口地址 /sms/v2/std/send_template + # 默认模板id + templateId: 默认模板id + # 默认模板参数名 + templateParam: 默认模板参数名 sms-oa: config-type: yaml