更新易支付

This commit is contained in:
2026-07-28 18:31:52 +08:00
parent 95535f02f8
commit 9a032c6107
4 changed files with 14 additions and 15 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ func seedDefaults(ctx context.Context, db *gorm.DB) error {
{Key: "credits.invite_reward", Value: "3"},
{Key: "credits.cdk_redeem_enabled", Value: "true"},
{Key: "pay.enabled", Value: "false"},
{Key: "pay.api_base", Value: "https://pay.v8jisu.cn/api/pay"},
{Key: "pay.api_base", Value: "https://www.ezfpy.cn"},
{Key: "pay.methods", Value: "wxpay,alipay"},
{Key: "pay.min_amount", Value: "1"},
{Key: "pay.points_ratio", Value: "100"},