iida
parent
70bb1a2823
commit
c0c01303f4
|
@ -92,7 +92,7 @@ public class TianyiPhysicalProvider extends TianyiProvider {
|
||||||
if (model.getCycleCount() != null) {
|
if (model.getCycleCount() != null) {
|
||||||
jsonObject.put("cycleCount", model.getCycleCount());
|
jsonObject.put("cycleCount", model.getCycleCount());
|
||||||
}
|
}
|
||||||
jsonObject.put("cycleType", model.getName());
|
jsonObject.put("cycleType", model.getCycleType());
|
||||||
jsonObject.put("orderCount", model.getOrderCount());
|
jsonObject.put("orderCount", model.getOrderCount());
|
||||||
Result result = doPost(apiUrl, jsonObject);
|
Result result = doPost(apiUrl, jsonObject);
|
||||||
log.info("物理机创建结果:" + JSON.toJSONString(result));
|
log.info("物理机创建结果:" + JSON.toJSONString(result));
|
||||||
|
|
Loading…
Reference in New Issue