egg_server/test/getApiKey.ts
zhaoyingbo 6e65581bbf
All checks were successful
Egg CI/CD / build-image (push) Successful in 32s
Egg CI/CD / deploy (push) Successful in 37s
feat: 接入lint 和 husky
2024-07-25 01:48:22 +00:00

6 lines
110 B
TypeScript

import db from "../db"
const res = await db.apiKey.getOne("uwnpzb9hvoft28h")
console.log("🚀 ~ res", res)