This commit is contained in:
parent
e42a17f6c9
commit
8aa605ff87
@ -281,10 +281,11 @@ func (c *Controller) crawlUpdateBags() {
|
|||||||
Exclude: true,
|
Exclude: true,
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
link, _ := url.JoinPath(c.client.BaseUrl(), item.Url)
|
||||||
pArticle = v2.ProviderArticle{
|
pArticle = v2.ProviderArticle{
|
||||||
Pid: article.Pid,
|
Pid: article.Pid,
|
||||||
Brand: article.Brand,
|
Brand: article.Brand,
|
||||||
Link: item.Url,
|
Link: link,
|
||||||
Image: article.Image,
|
Image: article.Image,
|
||||||
ProviderId: c.providerId,
|
ProviderId: c.providerId,
|
||||||
SkuID: article.Pid,
|
SkuID: article.Pid,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user