TASK:cloud;

This commit is contained in:
shahaibo
2025-06-10 15:05:41 +08:00
parent 391208f8bd
commit 09e24ab062

View File

@@ -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",