TASK:cloud;
This commit is contained in:
@@ -3949,8 +3949,8 @@ public class PythonService {
|
||||
// accessPythonPort,
|
||||
// userHolder.getId(),
|
||||
// category);
|
||||
String brandIdParam = (brandId != null) ? "brandId=" + brandId : "";
|
||||
String brandScaleParam = (brandScale != null) ? "&brandScale=" + String.format("%.2f", brandScale) : "";
|
||||
String brandIdParam = (brandId != null) ? "" + brandId : "-1";
|
||||
String brandScaleParam = (brandScale != null) ? String.format("%.2f", brandScale) : "0.00";
|
||||
|
||||
String url = String.format("%s:%s/api/recommend/%d/%s/1/%s/%s",
|
||||
"http://18.167.251.121",
|
||||
|
||||
Reference in New Issue
Block a user