|
|
|
@ -82,11 +82,14 @@ public class GoodsServiceImpl implements GoodsService { |
|
|
|
hmap.put("entrust_token", sign); |
|
|
|
// get 方式获取
|
|
|
|
JSONObject jsonObject = RequestUtils.GetData(apiurl, hmap, true); |
|
|
|
// 产品详情地址
|
|
|
|
String gdurl = host + "/consign/exchange/v1/selectEntrustDetails"; |
|
|
|
return opGoodsInfo(jsonObject, host, hmap); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* 根据类型查找用户信息 |
|
|
|
* @param type |
|
|
|
* @return |
|
|
|
*/ |
|
|
|
@Override |
|
|
|
public List getMapDataByTyep(int type) { |
|
|
|
Map retmap = new HashMap(); |
|
|
|
@ -483,7 +486,7 @@ public class GoodsServiceImpl implements GoodsService { |
|
|
|
* 操作商品信息 |
|
|
|
* |
|
|
|
* @param jsonObject 待处理的json内容 |
|
|
|
* @param host 目标网址 |
|
|
|
* @param host 目标主机地址 |
|
|
|
* @param hmap 请求主机头集合 |
|
|
|
* @return |
|
|
|
*/ |
|
|
|
|