wish_views.py 144 B

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