From 60f3d43c7f7adfc9089474c83c3d06d8574a5d65 Mon Sep 17 00:00:00 2001 From: dxmpalb <46418049+dxmpalb@users.noreply.github.com> Date: Mon, 10 Jun 2019 11:58:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=93=A6=E6=96=AFauthor=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E6=9B=B4=E6=94=B9=20(#2358)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/routes/tencent/wechat/wasi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/routes/tencent/wechat/wasi.js b/lib/routes/tencent/wechat/wasi.js index 4abeb6a9e..34a351a3e 100644 --- a/lib/routes/tencent/wechat/wasi.js +++ b/lib/routes/tencent/wechat/wasi.js @@ -3,7 +3,7 @@ const cheerio = require('cheerio'); module.exports = async (ctx) => { const { id } = ctx.params; - const url = `https://wx.qnmlgb.tech/authors/${id}`; + const url = `https://qnmlgb.tech/authors/${id}`; const response = await got({ method: 'get',