This commit is contained in:
eric
2023-05-05 17:28:03 +08:00
parent 8d62e9789a
commit 6e85b7f5d4

2
app.py
View File

@@ -218,7 +218,7 @@ async def getphonenum(
# def read_root(): # def read_root():
# return {"Hello": "World"} # return {"Hello": "World"}
async def callback(item: Item): async def callback(item: Item):
await time.sleep(10) time.sleep(10)
print("item", item) print("item", item)
content = { content = {
"ans_node_name": "小微闲聊", "ans_node_name": "小微闲聊",