加密后
This commit is contained in:
@ -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"):
|
||||
|
||||
Reference in New Issue
Block a user