| | |
| | | * @throws PDDGoodsException |
| | | * @throws PDDAuthException |
| | | */ |
| | | public PDDConvertLinkResultVO convertGoods(Long goodsId, SystemEnum system, String customParams, SystemPIDInfo.PidType pidType) throws PDDGoodsException, PDDAuthException { |
| | | public PDDConvertLinkResultVO convertGoods(String goodsId, SystemEnum system, String customParams, SystemPIDInfo.PidType pidType) throws PDDGoodsException, PDDAuthException { |
| | | |
| | | String pid = pidManager.getPidCache(system, Constant.SOURCE_TYPE_PDD, pidType); |
| | | PDDGoodsDetail goods = pinDuoDuoCacheUtil.getGoodsInfo(goodsId); |