完善推理模块的主体功能

This commit is contained in:
2025-03-04 17:22:50 +08:00
parent fa6c344e84
commit 5f4ed473d7
4 changed files with 25 additions and 3 deletions

View File

@ -5,7 +5,7 @@ from jwt import PyJWTError
from app.common import reponse_code as rc
from app.common import jwt_check as jc
green = ['/login', '/view_img', 'view_thumb']
green = ['/login', '/view_img', 'view_thumb', 'view_detect_img', 'view_detect_thumb', 'view_log_img']
def check_green(s: str):