mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-03-15 18:47:28 +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();
|
const body = await request.json();
|
||||||
|
console.log('username', authInfo.username);
|
||||||
|
console.log('body', body);
|
||||||
const { key, record }: { key: string; record: PlayRecord } = body;
|
const { key, record }: { key: string; record: PlayRecord } = body;
|
||||||
|
|
||||||
if (!key || !record) {
|
if (!key || !record) {
|
||||||
|
|||||||
Reference in New Issue
Block a user