diff --git a/server/api/ChatApi.ts b/server/api/ChatApi.ts index 65d3066..2f5e91f 100644 --- a/server/api/ChatApi.ts +++ b/server/api/ChatApi.ts @@ -48,6 +48,7 @@ export default class ChatApi extends BaseApi { code: 200, msg: "成功", data: { + id: args.target as string, type: chat.bean.type, title: chat.getTitle(mine), avatar: chat.getAvatarFileHash(mine) ? "uploaded_files/" + chat.getAvatarFileHash(mine) : undefined