From 617a3e449ed76c15e050dd49b9f80903b7bce951 Mon Sep 17 00:00:00 2001 From: P3ngSaM <61768364+P3ngSaM@users.noreply.github.com> Date: Wed, 9 Mar 2022 09:50:37 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=A0=B9=E6=8D=AErid=E7=94=9F?= =?UTF-8?q?=E6=88=90=E4=BC=81=E4=B8=9A=E4=B8=BB=E9=A1=B5=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E4=BF=AE=E6=94=B9=E8=B0=83=E7=94=A8esg?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TestCenter/tc_impl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TestCenter/tc_impl.py b/TestCenter/tc_impl.py index 3434e87..344e0cb 100644 --- a/TestCenter/tc_impl.py +++ b/TestCenter/tc_impl.py @@ -264,7 +264,7 @@ def generate_rid_information_script(rid, types): # 打分模型 def general_model(): - url = "http://api.fecribd.com/esg_rating/rating/esg_model" + url = "http://api.fecribd.com/tfse_rating/esg/esg_model" token = "X0gSlC!YE8jmr2jJr&ilcjS83j!tsoh5" headers = {'token': token, "Content-Type": "application/json;charset=UTF-8"} data = json.dumps({"input_data": rating_inputs})