doctor-mini/mock/search/getSearchPopular.js
2025-06-23 23:56:31 +08:00

16 lines
512 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export default {
path: '/api/searchPopular',
code: 200,
message: '请求成功',
data: {
popularWords: [
'考研和靠边同时上岸应该怎么选?有哪些参考建议',
'日常饮食中,如何选择优质蛋白',
'你有没有网购维权成功的经历?求分享经验',
'夏季带孩子旅游,你的必备物品有哪些',
'在海外越卖越贵,中国汽车做对了什么',
'当HR问你离职原因怎么回答最能被接受',
],
},
};