多因素

This commit is contained in:
jlzhangyx5
2023-08-28 15:35:22 +08:00
parent 3d9f7fe9fa
commit 2c3164ae13
2 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,7 @@ public class BizShortMessageServiceImpl extends BaseServiceImpl<BizShortMessageM
@Autowired(required = false)
@Qualifier("cacheRedisTemplate")
private RedisTemplate<String, Object> redisTemplate;
@Value("${mconfig.privateKey}")
@Value("${message.privateKey}")
private String privateKey;
@Override
public Boolean authCodeSend(String mobile) {

View File

@ -202,6 +202,7 @@ message:
sendVerifycodeHttpUrl: http://10.124.150.230:8000/api/chinaUnicom/dataMidPlatform/authenticationCenter/messageSendVerifycode/v1
checkVerifycodeHttpUrl: http://10.124.150.230:8000/api/chinaUnicom/dataMidPlatform/authenticationCenter/messageCheckVerifycode/v1
callBackUrl: http://10.124.150.230:8000/api/chinaUnicom/manageCenter/eshop/mobilecheck/v1
privateKey: MHgCAQECIQCA7a1i8iMeG0QoNfLYkAaj3IugsHjBGwcQv9/PmXY+cKAKBggqgRzPVQGCLaFEA0IABDBEOwQYJia5S4b5vbWy8YEh1LebhTTB2s2XlQfpjAEP7o8yYgwXWW20sXR+DcOPLwE1qqj9wUWz4zeeiv1+mzk=
# 用户暴露给 prometheus 的健康数据
management:
endpoints: