完善推理模块的主体功能

This commit is contained in:
2025-03-05 16:16:12 +08:00
parent 5f4ed473d7
commit 05e2e8a59a
3 changed files with 5 additions and 5 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', 'view_detect_img', 'view_detect_thumb', 'view_log_img']
green = ['login', 'view_img', 'view_thumb', 'view_detect_img', 'view_detect_thumb', 'view_log_img']
def check_green(s: str):