diff --git a/main.py b/main.py index d832868..d79d3a8 100644 --- a/main.py +++ b/main.py @@ -37,6 +37,12 @@ models.Base.metadata.create_all(bind=engine) app = FastAPI() +testEmo="异度世界🤖" + +newtestEmo=WXBotService.emoji_to_unicode(testEmo) +print ("newtestEmo",newtestEmo) + + # Dependency def get_db(): db = SessionLocal()