egg_server/test/getInnerList.ts
zhaoyingbo b992ee0b21
Some checks failed
Egg Server MIflow / build-image (push) Failing after 5m7s
feat(group-agent): 新增支持群组问答
2024-09-25 09:14:10 +00:00

8 lines
176 B
TypeScript

import { LarkService } from "../services"
const service = new LarkService("egg", "")
const res = await service.chat.getInnerList()
console.log(JSON.stringify(res, null, 2))