chat_views.py 145 B

12345678
  1. """
  2. chat -
  3. auther: tanlie
  4. date: 2026/8/30
  5. """
  6. from fastapi import APIRouter
  7. chat = APIRouter(prefix="/dgapi/mobile/chat", tags=["mobile chat"])