We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d31c02b commit 081c85dCopy full SHA for 081c85d
src/services/index.js
@@ -226,7 +226,7 @@ export const getHolidaytts = async () => {
226
return null
227
}
228
229
- const url = 'https://wangxinleo.cn/api/wx-push/holiday/getHolidaytts'
+ const url = 'https://api.wangxinleo.cn/api/wx-push/holiday/getHolidaytts'
230
const res = await axios.get(url).catch((err) => err)
231
let data = DEFAULT_OUTPUT.holidaytts
232
0 commit comments