Showing
1 changed file
with
1 additions
and
1 deletions
@@ -241,7 +241,7 @@ module.exports = class extends global.yoho.BaseModel { | @@ -241,7 +241,7 @@ module.exports = class extends global.yoho.BaseModel { | ||
241 | getLikeAsync(skn, limit) { | 241 | getLikeAsync(skn, limit) { |
242 | return this.get({ | 242 | return this.get({ |
243 | data: { | 243 | data: { |
244 | - method: 'app.search.findLike', | 244 | + method: 'web.search.findLike', |
245 | limit: limit || 10, | 245 | limit: limit || 10, |
246 | product_skn: skn | 246 | product_skn: skn |
247 | }, params: { | 247 | }, params: { |
-
Please register or login to post a comment