update
This commit is contained in:
parent
0f00caf23a
commit
d535eb5466
@ -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]:
|
||||
"""解密企业微信消息"""
|
||||
|
||||
@ -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:
|
||||
"""企业微信客户端"""
|
||||
|
||||
|
||||
BIN
jobs.sqlite
BIN
jobs.sqlite
Binary file not shown.
Loading…
Reference in New Issue
Block a user