This commit is contained in:
hackrobot
2024-04-11 12:42:26 +08:00
parent e3b996e3e2
commit 3c77b48106

View File

@@ -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()