mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-22 09:10:25 +08:00
[节点]可以设置节点区域
This commit is contained in:
@@ -44,6 +44,7 @@ func (this *CreateBatchAction) RunGet(params struct {
|
||||
func (this *CreateBatchAction) RunPost(params struct {
|
||||
ClusterId int64
|
||||
GroupId int64
|
||||
RegionId int64
|
||||
IpList string
|
||||
|
||||
Must *actions.Must
|
||||
@@ -79,6 +80,7 @@ func (this *CreateBatchAction) RunPost(params struct {
|
||||
Name: ip,
|
||||
ClusterId: params.ClusterId,
|
||||
GroupId: params.GroupId,
|
||||
RegionId: params.RegionId,
|
||||
Login: nil,
|
||||
})
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user