|
|
|
@@ -57,7 +57,6 @@ public class TtGoodLifeSaasGoodsServiceImpl implements TtGoodLifeSaasGoodsServic |
|
|
|
String param = "category_id=" + category_id |
|
|
|
+ "&product_type=" + product_type; |
|
|
|
String result = this.service.execute(getExecutor, apiUrl, param); |
|
|
|
|
|
|
|
return GSON.fromJson(result, GoodsTemplateGet.class); |
|
|
|
} |
|
|
|
|
|
|
|
|