mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-02-21 17:24:41 +08:00
fix: add log
This commit is contained in:
@@ -36,6 +36,8 @@ export async function POST(request: NextRequest) {
|
||||
}
|
||||
|
||||
const body = await request.json();
|
||||
console.log('username', authInfo.username);
|
||||
console.log('body', body);
|
||||
const { key, record }: { key: string; record: PlayRecord } = body;
|
||||
|
||||
if (!key || !record) {
|
||||
|
||||
Reference in New Issue
Block a user