From b80f719ebdc139036fe05f508b23a0770ae67d14 Mon Sep 17 00:00:00 2001 From: P3ngSaM <61768364+P3ngSaM@users.noreply.github.com> Date: Mon, 25 Apr 2022 15:41:22 +0800 Subject: [PATCH] =?UTF-8?q?update=20testforadmin=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TestForAdmin/route.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TestForAdmin/route.py b/TestForAdmin/route.py index c26a897..71e4bb6 100644 --- a/TestForAdmin/route.py +++ b/TestForAdmin/route.py @@ -27,7 +27,7 @@ def company_verify_route(): @test_admin_route.route('/general_rating', methods=['POST']) @api_secret -def company_verify_route(): +def general_rating(): """评价打分""" try: project = request.json['评价项目']