张旭锋 5 giorni fa
parent
commit
557b66c560

+ 0 - 2
src/main/resources/application-dev.yml

@@ -113,8 +113,6 @@ dromara:
 #短信
 sms:
   is-print: false
-  restricted: true
-  minute-max: 3 #每分钟最多发3次
   http-log: true
   # 标注从yml读取配置
   config-type: yaml

+ 0 - 2
src/main/resources/application-prod.yml

@@ -108,8 +108,6 @@ dromara:
 #短信
 sms:
   is-print: false
-  restricted: true
-  minute-max: 3 #每分钟最多发3次
   http-log: false
   # 标注从yml读取配置
   config-type: yaml

+ 0 - 2
src/main/resources/application-test.yml

@@ -112,8 +112,6 @@ dromara:
 #短信
 sms:
   is-print: false
-  restricted: true
-  minute-max: 3 #每分钟最多发3次
   http-log: true
   # 标注从yml读取配置
   config-type: yaml