mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-06 17:08:29 +08:00
修复 编辑应用 生成应用密钥无法自动回填
This commit is contained in:
parent
9f8b5b9d1b
commit
ef2b40cdb6
@ -190,7 +190,7 @@ public class ApplicationsController extends BaseAppContorller {
|
||||
secret=StringGenerator.generateKey("");
|
||||
}
|
||||
|
||||
return new Message<>(Message.SUCCESS,secret);
|
||||
return new Message<>(Message.SUCCESS,null,secret);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user