新增一家测试企业

This commit is contained in:
王思川 2022-03-07 15:35:38 +08:00
parent 6300bcf095
commit 3cf76a16a8
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ def change_verified():
return {"info": res}, status return {"info": res}, status
@test_route.route('/new_company', methods=['GET']) @test_route.route('/new_company', methods=['POST'])
@verify_token @verify_token
def new_company_route(**kwargs): def new_company_route(**kwargs):
""" """