mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-14 04:22:08 +08:00
Merge branch 'main' of https://github.com/dromara/MaxKey
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user