iida
parent
f8e69117fa
commit
e373e7f55f
|
@ -80,7 +80,7 @@ public class TianyiFlavorProvider extends TianyiServerProvider {
|
|||
try {
|
||||
String apiUrl = "/v4/ebm/device-type-list";
|
||||
JSONObject body = new JSONObject();
|
||||
body.put("regionID", this.getRegionId());
|
||||
body.put("regionID", regionId);
|
||||
body.put("azName", azName);
|
||||
|
||||
Result result = doGet(apiUrl, null, body);
|
||||
|
|
Loading…
Reference in New Issue