This commit is contained in:
eric
2026-03-12 04:25:12 -05:00
parent 528044db7d
commit 39a8358af1
7 changed files with 190 additions and 12 deletions

View File

@@ -59,6 +59,7 @@ async function createPayOrder(
) {
const payload: Record<string, unknown> = {
user_id,
site_id: "vip",
total_fee,
type,
channel,
@@ -197,6 +198,7 @@ export async function POST(request: NextRequest) {
// zpay需要 redirect 获取 device 相关跳转
const redirectPayload = {
user_id,
site_id: "vip",
total_fee,
type,
channel,