|
|
|
@@ -3666,8 +3666,8 @@ type InstanceCenterList struct { |
|
|
|
} |
|
|
|
|
|
|
|
type InstanceCenterReq struct { |
|
|
|
InstanceType int32 `json:"instance_type"` |
|
|
|
InstanceClass string `json:"instance_class"` |
|
|
|
InstanceType int32 `form:"instance_type"` |
|
|
|
InstanceClass string `form:"instance_class,optional"` |
|
|
|
} |
|
|
|
|
|
|
|
type InstanceCenterResp struct { |
|
|
|
|