patient-mini/mock/search/getSearchHistory.js
码农搬砖工 9018a4f868 xxx
2025-04-23 18:23:41 +08:00

9 lines
209 B
JavaScript

export default {
path: '/api/searchHistory',
code: 200,
message: '请求成功',
data: {
historyWords: ['AI绘画', 'Stable Diffusion', '版权素材', '星空', 'illustration', '原创'],
},
};