新增 获取评价证书链接

This commit is contained in:
王思川 2022-01-13 14:20:03 +08:00
parent da082a1a40
commit 202452da1a
1 changed files with 1 additions and 1 deletions

View File

@ -34,5 +34,5 @@ def get_certification_route(**kwargs):
"""
tfse_file = TfseFile()
tfse_file.fid = request.args.get('file_id')
response = Response(tfse_file.get_general_report(), content_type='application/pdf')
response = Response(tfse_file.get_general_certification(), content_type='application/pdf')
return response