egg_server/test/archive/getInnerList.ts
zhaoyingbo 9545670a51
All checks were successful
Egg Server CI/CD / build-image (push) Successful in 45s
Egg Server CI/CD / refresh-image (push) Successful in 12s
Egg Server CI/CD / fast-deploy (push) Successful in 2s
feat: 支持清洗历史数据
2024-10-15 01:20:21 +00:00

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))