You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailchat/server/services
eya46 34a380eff5
feat: add chat.message.getMessage api (#227)
* 添加api: getMessage

* 更改异常信息、检查消息是否存在
12 months ago
..
core feat: add chat.message.getMessage api (#227) 12 months ago
openapi feat: add bot tag in group/dm user popover 1 year ago
README.md chore: move tailchat-server into tailchat 3 years ago
debug.service.ts chore: move tailchat-server into tailchat 3 years ago

README.md

简述

每个.service.ts文件都是一个微服务

应当确保尽量不要出现一个单独的微服务承载太重的业务,而应当考虑多拆分到不同的微任务中。