iida
yuemian 2024-09-04 13:34:43 +08:00
parent f8e69117fa
commit e373e7f55f
1 changed files with 1 additions and 1 deletions

View File

@ -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);