diff --git a/lib/routes/mihoyo/bh2.js b/lib/routes/mihoyo/bh2.js index 6203ed458..2ec6e6883 100644 --- a/lib/routes/mihoyo/bh2.js +++ b/lib/routes/mihoyo/bh2.js @@ -1,7 +1,7 @@ const got = require('@/utils/got'); module.exports = async (ctx) => { - const url = 'http://www.mihoyo.com/news/getNotice'; + const url = 'https://www.mihoyo.com/news/getNotice'; let type = ctx.params.type; const typeArr = ['new', 'version', 'gach', 'event'];