feat: add UserSecret

This commit is contained in:
2025-06-20 16:22:59 +08:00
parent d29f69452c
commit 633eee4bee
17 changed files with 588 additions and 526 deletions

View File

@@ -35,6 +35,7 @@ router.post('/api/s1/resources/upload/check', async (req, res) => {
return;
}
console.log('data', req.url);
res.writeHead(200, { 'Content-Type': 'application/json' });
const data = await router.getBody(req);
type Data = {
appKey: string;