egg_server/services/index.ts
zhaoyingbo 09e352a9c1
All checks were successful
Egg Server MIflow / build-image (push) Successful in 1m5s
feat: 抽象网络请求类 & 内容转为ctx向内传递
2024-08-16 09:12:11 +00:00

5 lines
109 B
TypeScript

import AttachService from "./attach"
import LarkService from "./lark"
export { AttachService, LarkService }