|
@@ -179,7 +179,7 @@ public class ProductServiceImpl implements ProductService {
|
|
|
|
|
|
@Override
|
|
|
public JSONArray getBaikeTypeJson(Integer commodityType) {
|
|
|
- String dataUrl = coreServer + "/commodity/baike/type?commodityType=" + commodityType;
|
|
|
+ String dataUrl = coreServer + "/commodity/baike/page?commodityType=" + commodityType;
|
|
|
try {
|
|
|
String classifyResult = RequestUtil.sendGet(dataUrl);
|
|
|
log.debug(classifyResult);
|