This commit is contained in:
eric
2026-03-10 07:09:05 -05:00
parent a0ebde4c57
commit 585be56314
2 changed files with 2 additions and 2 deletions

View File

@@ -106,7 +106,7 @@ export async function POST(request: NextRequest) {
const apiUrl = payConfig.apiUrl.replace(/\/$/, "");
const user_id = String(body?.user_id || "").trim();
const return_url = String(body?.return_url || "").trim();
const total_fee = Number(body?.total_fee) || 18800;
const total_fee = Number(body?.total_fee) || 180;
const type = String(body?.type || "vip");
const channel = String(body?.channel || "alipay");
const device = String(body?.device || "pc");