From ba107f77c0bbac85182e306b7d4273bcf5182cbd Mon Sep 17 00:00:00 2001 From: DIYgod Date: Wed, 5 Jun 2019 11:03:19 +0800 Subject: [PATCH] fix: mihoyo https, close #2321 --- lib/routes/mihoyo/bh2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'];