forked from JointCloud/pcm-openstack
fix:删除网络id接口代码
This commit is contained in:
parent
6ab82f8b32
commit
9b3b4c36a0
|
|
@ -50,5 +50,6 @@ func (l *DeleteNetworkLogic) DeleteNetwork(in *openstack.DeleteNetworkReq) (*ope
|
|||
resp.Code = 400
|
||||
resp.Msg = "Failure"
|
||||
}
|
||||
//删除网络id
|
||||
return &resp, nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue