加密后

This commit is contained in:
2025-09-15 18:35:43 +08:00
parent 3cb83b292e
commit eac8d21c20
8 changed files with 62 additions and 35 deletions

View File

@ -1,7 +1,8 @@
import json
from functools import wraps
from encryption.encryption import aes_encrypt
from schema.response_schema import APIResponse
from utils.encrypt_utils import aes_encrypt
def encrypt_response(field: str = "data"):