fix: FF14官网API接口更新 (#5787)

This commit is contained in:
15x15G 2020-10-05 22:00:19 +08:00 committed by GitHub
parent db6d024d12
commit eb753a5232
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ module.exports = async (ctx) => {
const response = await got({
method: 'get',
url: `http://api.act.sdo.com/UnionNews/List?gameCode=ma&category=${type_number[type]}&pageIndex=0&pageSize=50`,
url: `http://api.act.sdo.com/UnionNews/List?gameCode=ff&category=${type_number[type]}&pageIndex=0&pageSize=50`,
headers: {
Referer: referer,
},