This commit is contained in:
2025-12-03 16:41:01 +08:00
parent 3d50fde0eb
commit d49ecc83fa
27 changed files with 7542 additions and 43 deletions

9
backend/test/today.ts Normal file
View File

@@ -0,0 +1,9 @@
import { app, sleep } from './common';
const res = await app.call({
path: 'noco-life',
key: "today"
})
console.log('res', res.body);