This commit is contained in:
eric
2026-03-16 09:32:35 -05:00
parent c54c236d1b
commit 14b0cd2429
21 changed files with 1058 additions and 706 deletions

View File

@@ -1,6 +1,6 @@
/**
* salon 服务配置 - PocketBase、支付
* 使用 site_id=salon支付调用 payjsapi /salon/*
* 前端 nomadyt.com后端 salonapi api.nomadyt.com
*/
import { resolvePaymentApiUrl } from "./domain.config";
@@ -58,8 +58,8 @@ export function getPaymentConfig(): PaymentConfig {
};
}
/** 茶歇费 29元/人 */
export const JOIN_TEA_FEE = 2900;
/** 茶歇费 1元/人(本地测试用,正式环境可改为 2900 */
export const JOIN_TEA_FEE = 100;
export function getJoinPaymentConfig(): { amount: number; type: string } {
return {