fix: laosiji https error (#2014)

This commit is contained in:
凉凉 2019-04-30 00:19:24 +08:00 committed by DIYgod
parent 488a166246
commit e5bcec55e4
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ const parseDate = require('../../utils/date');
module.exports = async (ctx) => {
const response = await axios({
method: 'post',
url: 'http://www.laosiji.com/api/topic/feed/list',
url: 'https://www.laosiji.com/api/topic/feed/list',
});
const data = response.data.body.sns.list;