From 9480112365bc8d897773bb03aed28208c60973cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=80=9D=E5=B7=9D?= Date: Fri, 3 Dec 2021 10:05:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E9=AA=8C=E8=AF=81?= =?UTF-8?q?=E5=90=8E=E4=BC=81=E4=B8=9A=E5=90=8D=E7=A7=B0=E7=BC=BA=E5=A4=B1?= =?UTF-8?q?=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- user/scripts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/scripts.py b/user/scripts.py index d107f97..26193d5 100644 --- a/user/scripts.py +++ b/user/scripts.py @@ -396,7 +396,7 @@ def tyc_company_verify(cid): res = json.loads(requests.get(url, headers=headers).text) try: if res['result']['result'] == 1: - update_user_info_by_cid(cid, {"已认证": "是"}) + update_user_info_by_cid(cid, {"企业名称": name, "已认证": "是"}) return '认证成功' else: return '认证失败'