From 2a5be32fcf7f870d73c715e93af7f086ea16d3af Mon Sep 17 00:00:00 2001 From: "peng.peng" Date: Fri, 30 Jun 2023 15:30:26 +0800 Subject: [PATCH] =?UTF-8?q?(*)=E9=A1=B9=E7=9B=AE=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/app/lib/controllers/homepage/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/app/lib/controllers/homepage/index.js b/api/app/lib/controllers/homepage/index.js index 91cb542..df7d694 100644 --- a/api/app/lib/controllers/homepage/index.js +++ b/api/app/lib/controllers/homepage/index.js @@ -213,7 +213,7 @@ function getAccessData(opts) { return async function (ctx, next) { const models = ctx.fs.dc.models; try { - const projects = '1,2,3,4,5,6,7,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38' + const projects = '2,35,37,45,70,111,170,187,210,275,276,279' const url = 'https://statistics.anxinyun.cn/statistic?projects=' + projects let res = await request.get(url) ctx.status = 200;