This commit is contained in:
aaron 2025-03-30 11:39:03 +08:00
parent 0f00caf23a
commit d535eb5466
3 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,8 @@ from pydantic import BaseModel
from app.models.wecom_external_chat import WecomExternalChatDB, WecomExternalChatInfo, WecomExternalChatMemberDB, WecomExternalChatMemberInfo
router = APIRouter()
logging.basicConfig(level=logging.INFO)
def decrypt_msg(msg_encrypt: str, signature: str, timestamp: str, nonce: str) -> typing.Optional[str]:
"""解密企业微信消息"""

View File

@ -5,6 +5,9 @@ import logging
from app.core.config import settings
from typing import Dict, Any, Optional, List
import aiohttp
logging.basicConfig(level=logging.INFO)
class WecomClient:
"""企业微信客户端"""

Binary file not shown.