|
|
@@ -396,7 +396,7 @@ public class ProductUtils {
|
|
|
HashMap<String, Object> map = new HashMap<>(2);
|
|
|
map.put("enUU", enUU);
|
|
|
map.put("code", URLEncoder.encode(code, HTTP.UTF_8));
|
|
|
- Response res = HttpUtil.sendGetRequest(PRODUCT_PUBLIC_SERVICE_URL + "/get/findByEnUUAndCode", map);
|
|
|
+ Response res = HttpUtil.sendGetRequest(PRODUCT_PUBLIC_SERVICE_URL + "/product/get/findByEnUUAndCode", map);
|
|
|
if (HttpStatus.OK.value() == res.getStatusCode()) {
|
|
|
return JSONObject.parseArray(res.getResponseText(), Product.class);
|
|
|
} else {
|