From 14c7b09358aa13e70ea9e51c4ea9903357bcad34 Mon Sep 17 00:00:00 2001 From: wanggeng <450292408@qq.com> Date: Thu, 10 Feb 2022 17:37:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=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-prod.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index b0cb877..e4a71fc 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -137,7 +137,7 @@ sms: default-sms: account: xd001382 password: xd001382136 - sign: 【日喀则文化馆】 + sign: 【市域社会治理】 template: verification-code: '{sign} 您的验证码为 {content}, 有效时间为120秒,若非本人操作,请忽略。' @@ -148,3 +148,9 @@ logging: level: root: error ink.wgink: debug + +params-config: + # 专管员角色ID + role-specialized-person: 6ac90f36-caa0-4273-9489-4d0197124c33 + # 网格员角色ID + role-grid-member: 90675eba-e63e-4819-b45d-2c99ab78a278 \ No newline at end of file