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