|
@@ -82,7 +82,7 @@ public class CdfHkProductApiController {
|
|
|
*/
|
|
|
List<SkuListVo> skuList = cdfHKClient.getSkuList(productId, productSourceId);
|
|
|
for (SkuListVo o : skuList) {
|
|
|
- o.setUrl(o.getUrl() + "&spuId=" + productId +"&storeId="+productSource);
|
|
|
+ o.setUrl(o.getUrl() + "&spuId=" + productId +"&storeId="+productSourceId);
|
|
|
}
|
|
|
productById.setSkuList(skuList);
|
|
|
return ResultData.ok(productById);
|