Authored by htoooth

fix

@@ -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: {