Skip to content

Commit

Permalink
fix(route): 「全国今日生猪价格」 接口地址变更 (#15957)
Browse files Browse the repository at this point in the history
* fix(route): 「全国今日生猪价格」 接口地址变更

* fix(route): 「全国今日生猪价格」 接口地址变更
  • Loading branch information
ueiu committed Jul 16, 2024
1 parent 6a5dcf5 commit 31ac6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes/zhuwang/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const route: Route = {
};

async function handler() {
const baseUrl = 'https://zhujia.zhuwang.cc/';
const baseUrl = 'https://zhujia.zhuwang.com.cn/';
const now = new Date();
const date = `${now.getFullYear()}-${now.getMonth() + 1}-${now.getDate()}`;
const response = await got(`${baseUrl}/api/chartData`, {
Expand Down

0 comments on commit 31ac6c7

Please sign in to comment.