From 3c77b48106212b758136e02c65240aef20e02396 Mon Sep 17 00:00:00 2001 From: hackrobot Date: Thu, 11 Apr 2024 12:42:26 +0800 Subject: [PATCH] wqdqwd --- main.py | 6 ++++++ 1 file changed, 6 insertions(+) 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()