fix: FF14官网API接口更新 (#5787)
This commit is contained in:
parent
db6d024d12
commit
eb753a5232
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue