...
|
...
|
@@ -194,7 +194,6 @@ module.exports = class extends global.yoho.BaseModel { |
|
|
data: _.assign({
|
|
|
method: 'app.search.getTerms'
|
|
|
}, params),
|
|
|
api: global.yoho.API,
|
|
|
param: {cache: true}
|
|
|
}).then((result) => {
|
|
|
if (result && result.code === 200) {
|
...
|
...
|
|