1
This commit is contained in:
@@ -1163,8 +1163,11 @@ private void handleUserInteraction(String fromWxid, String message) {
|
|||||||
goodsReq.setSceneId(1);
|
goodsReq.setSceneId(1);
|
||||||
request.setGoodsReqDTO(goodsReq);
|
request.setGoodsReqDTO(goodsReq);
|
||||||
request.setVersion("1.0");
|
request.setVersion("1.0");
|
||||||
|
logger.debug("getUnionOpenGoodsQueryRequest 查询商品信息请求:{}", JSON.toJSONString(request));
|
||||||
|
|
||||||
return client.execute(request);
|
UnionOpenGoodsQueryResponse execute = client.execute(request);
|
||||||
|
logger.debug("getUnionOpenGoodsQueryRequest 查询商品信息响应:{}", JSON.toJSONString(execute));
|
||||||
|
return execute;
|
||||||
}
|
}
|
||||||
|
|
||||||
public GoodsQueryResult queryProductInfoByUJDUrl(String uJDUrl) throws Exception {
|
public GoodsQueryResult queryProductInfoByUJDUrl(String uJDUrl) throws Exception {
|
||||||
|
|||||||
Reference in New Issue
Block a user