张旭锋 1 هفته پیش
والد
کامیت
557b66c560
3فایلهای تغییر یافته به همراه0 افزوده شده و 6 حذف شده
  1. 0 2
      src/main/resources/application-dev.yml
  2. 0 2
      src/main/resources/application-prod.yml
  3. 0 2
      src/main/resources/application-test.yml

+ 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