's'
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user