From 3727469752a977dde6327e2c48d761b20b565d3d Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期五, 15 七月 2022 09:19:21 +0800 Subject: [PATCH] 商品ID字符串化 --- fanli/src/main/java/com/yeshi/fanli/service/manger/goods/tb/TBConvertLinkManager.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/manger/goods/tb/TBConvertLinkManager.java b/fanli/src/main/java/com/yeshi/fanli/service/manger/goods/tb/TBConvertLinkManager.java index 25bf355..9703a50 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/manger/goods/tb/TBConvertLinkManager.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/manger/goods/tb/TBConvertLinkManager.java @@ -56,7 +56,7 @@ * @throws TaoBaoAuthException * @throws TaoBaoConvertLinkException */ - public TaoBaoLink convertGoods(Long auctionId, Long uid, SystemEnum system, SystemPIDInfo.PidType pidType) throws TaobaoGoodsDownException, TaoBaoAuthException, TaoBaoConvertLinkException { + public TaoBaoLink convertGoods(String auctionId, Long uid, SystemEnum system, SystemPIDInfo.PidType pidType) throws TaobaoGoodsDownException, TaoBaoAuthException, TaoBaoConvertLinkException { //楠岃瘉鍟嗗搧鏄惁鍦ㄧ嚎 TaoBaoGoodsBrief goods = null; @@ -126,7 +126,7 @@ } - public TaoBaoLink convertGoods(Long auctionId, String specialId, String relationId, SystemEnum system, SystemPIDInfo.PidType pidType) throws TaoBaoConvertLinkException { + public TaoBaoLink convertGoods(String auctionId, String specialId, String relationId, SystemEnum system, SystemPIDInfo.PidType pidType) throws TaoBaoConvertLinkException { String pid = pidManager.getPidCache(system, Constant.SOURCE_TYPE_TAOBAO, pidType); TaoKeAppInfo app = new TaoKeAppInfo(); app.setAppKey(TaoBaoConstant.TAOBAO_AUTH_APPKEY); -- Gitblit v1.8.0