feat: 支持配置微信用户已通关关卡

This commit is contained in:
richarjiang
2026-04-19 14:28:36 +08:00
parent 6e19bfa661
commit f3f27def2b
19 changed files with 7095 additions and 545 deletions

View File

@@ -2,6 +2,8 @@ import { NextRequest, NextResponse } from 'next/server'
import { auth } from '@/lib/auth'
import { getTempKey, getBucketConfig } from '@/lib/cos'
export const dynamic = 'force-dynamic'
// GET /api/cos/temp-key - Get temporary COS upload credentials
export async function GET(request: NextRequest) {
try {