Skip to content

Commit 081c85d

Browse files
committed
fix(wechat-public-account-push): update API URL for holiday text-to-speech service
1 parent d31c02b commit 081c85d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ export const getHolidaytts = async () => {
226226
return null
227227
}
228228

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

0 commit comments

Comments
 (0)