fix: sms4j 3.0.3 => 3.0.4
修复发送容联云短信错误
This commit is contained in:
parent
926526ce9f
commit
23558d4562
@ -99,6 +99,7 @@ justauth:
|
||||
sms:
|
||||
# 从 YAML 读取配置
|
||||
config-type: yaml
|
||||
is-print: false
|
||||
blends:
|
||||
cloopen:
|
||||
# 短信厂商
|
||||
|
@ -101,6 +101,7 @@ justauth:
|
||||
sms:
|
||||
# 从 YAML 读取配置
|
||||
config-type: yaml
|
||||
is-print: false
|
||||
blends:
|
||||
cloopen:
|
||||
# 短信厂商
|
||||
|
2
pom.xml
2
pom.xml
@ -52,7 +52,7 @@ limitations under the License.
|
||||
<p6spy.version>3.9.1</p6spy.version>
|
||||
|
||||
<!-- ### 工具库相关 ### -->
|
||||
<sms4j.version>3.0.3</sms4j.version>
|
||||
<sms4j.version>3.0.4</sms4j.version>
|
||||
<justauth.version>1.16.5</justauth.version>
|
||||
<easyexcel.version>3.3.2</easyexcel.version>
|
||||
<ip2region.version>3.1.5.1</ip2region.version>
|
||||
|
Loading…
Reference in New Issue
Block a user