debug秘钥
This commit is contained in:
parent
49baa39cd1
commit
b3eb9b8313
|
@ -214,7 +214,7 @@ public class AccessServiceImpl implements AccessService
|
||||||
String secret = SecurityUtils.genSecret(64);
|
String secret = SecurityUtils.genSecret(64);
|
||||||
Access access = new Access();
|
Access access = new Access();
|
||||||
access.setAccessId(accessId);
|
access.setAccessId(accessId);
|
||||||
access.setAccessSecret(secret);
|
access.setAccessSecret(SecurityUtils.encryptPassword(secret));
|
||||||
|
|
||||||
int update = accessMapper.updateAccess(access);
|
int update = accessMapper.updateAccess(access);
|
||||||
ServiceUtil.assertion(update != 1, "重置秘钥失败");
|
ServiceUtil.assertion(update != 1, "重置秘钥失败");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user