Skip to content

Commit

Permalink
fix(wechat-public-account-push): update API URL for holiday text-to-s…
Browse files Browse the repository at this point in the history
…peech service
  • Loading branch information
wangxinleo committed Dec 23, 2024
1 parent d31c02b commit 081c85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ export const getHolidaytts = async () => {
return null
}

const url = 'https://wangxinleo.cn/api/wx-push/holiday/getHolidaytts'
const url = 'https://api.wangxinleo.cn/api/wx-push/holiday/getHolidaytts'
const res = await axios.get(url).catch((err) => err)
let data = DEFAULT_OUTPUT.holidaytts

Expand Down

0 comments on commit 081c85d

Please sign in to comment.