修复一个单词拼写错误

This commit is contained in:
刘祥超
2023-04-09 20:09:12 +08:00
parent 2ece764dcb
commit 4ae6523164

View File

@@ -387,7 +387,7 @@ func (this *CreateAction) RunPost(params struct {
AdminId: this.AdminId(),
Type: params.ServerType,
Name: params.Name,
ServerNamesJON: params.ServerNames,
ServerNamesJSON: params.ServerNames,
Description: params.Description,
NodeClusterId: clusterId,
IncludeNodesJSON: includeNodesJSON,