This commit is contained in:
aaron 2025-03-30 11:42:30 +08:00
parent 13eafc1772
commit f1871c74ea
2 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ from pydantic import BaseModel
from app.models.wecom_external_chat import WecomExternalChatDB, WecomExternalChatInfo, WecomExternalChatMemberDB, WecomExternalChatMemberInfo
router = APIRouter()
logging.basicConfig(level=logging.INFO)
logging.basicConfig(level=logging.DEBUG)
def decrypt_msg(msg_encrypt: str, signature: str, timestamp: str, nonce: str) -> typing.Optional[str]:

Binary file not shown.