fix(route): 哔嘀影视种子文件地址 (#7495)
This commit is contained in:
parent
e5d872e584
commit
b3ff9a7fbb
|
|
@ -8,7 +8,7 @@ module.exports = async (ctx) => {
|
|||
const year = ctx.params.year || 'all';
|
||||
const order = ctx.params.order || '0';
|
||||
|
||||
const rootUrl = 'https://bde4.cc';
|
||||
const rootUrl = 'https://bde4.icu';
|
||||
const currentUrl = `${rootUrl}/s/${caty}?${type === 'all' ? '' : '&type=' + type}${area === 'all' ? '' : '&area=' + area}${year === 'all' ? '' : '&year=' + year}&order=${order}`;
|
||||
const response = await got({
|
||||
method: 'get',
|
||||
|
|
|
|||
Loading…
Reference in New Issue