This commit is contained in:
eric
2026-05-09 18:22:08 -05:00
parent 05610e48b8
commit e4cd2a991e
2 changed files with 2 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ export function getPaymentConfig(): PaymentConfig {
zpaySubmitUrl:
process.env.ZPAY_SUBMIT_URL || "https://zpayz.cn/submit.php",
/** 支付价格 188 元=18800 分 */
defaultAmount: Number(process.env.PAYMENT_DEFAULT_AMOUNT) || 18800,
defaultAmount: Number(process.env.PAYMENT_DEFAULT_AMOUNT) || 28800,
nomadvipPayPath: "/nomadvip/payh5",
};
}