yuemian 2024-09-04 11:07:18 +08:00
parent bd2026a49f
commit 70bb1a2823
1 changed files with 1 additions and 0 deletions

View File

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