|
|
|
@@ -238,6 +238,7 @@ public class ServiceServiceImpl implements ServiceService { |
|
|
|
paramMap.put("image", serviceVersion.getImage()); |
|
|
|
paramMap.put("model", JSONObject.parseObject(serviceVersion.getModel())); |
|
|
|
paramMap.put("service_type", service.getServiceType()); |
|
|
|
paramMap.put("deploy_type", serviceVersion.getDeployType()); |
|
|
|
String req = HttpUtils.sendPost(argoUrl + modelService + "/create", JSON.toJSONString(paramMap)); |
|
|
|
if (StringUtils.isNotEmpty(req)) { |
|
|
|
Map<String, Object> reqMap = JacksonUtil.parseJSONStr2Map(req); |
|
|
|
|