mirror of
https://github.com/smallevilbeast/ntchat.git
synced 2026-07-02 04:42:44 +08:00
修复fastapi_example的get_contacts错误
This commit is contained in:
@@ -82,7 +82,6 @@ async def user_get_profile(model: models.ClientReqModel):
|
||||
@catch_exception()
|
||||
async def get_contacts(model: models.ClientReqModel):
|
||||
data = client_mgr.get_client(model.guid).get_contacts()
|
||||
print(data)
|
||||
return response_json(1, data)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user