egg_server/test/archive/createFile.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

12 lines
263 B
TypeScript

import LarkDriveService from "../../services/lark/drive"
const service = new LarkDriveService("egg", "")
const res = await service.createFile(
"D6ETfzaU9lN08adVDz3kjLey4Bx",
"xxx 项目 KV管理器",
"bitable"
)
console.log(JSON.stringify(res, null, 2))