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 '认证失败'