log
parent
bd2026a49f
commit
70bb1a2823
|
@ -64,6 +64,7 @@ public class TianyiPhysicalProvider extends TianyiProvider {
|
|||
}
|
||||
|
||||
public GeneralResult create(PhysicalServerModel model) {
|
||||
log.info("物理机创建参数:" + JSON.toJSONString(model));
|
||||
try {
|
||||
String apiUrl = "/v4/ebm/create";
|
||||
JSONObject jsonObject = new JSONObject();
|
||||
|
|
Loading…
Reference in New Issue