From c1796251d0c20a738487c9ef5659ac85c3115a4f Mon Sep 17 00:00:00 2001 From: liangzai <2440983361@qq.com> Date: Fri, 9 Jan 2026 14:09:36 +0800 Subject: [PATCH] fix --- app/main/api/etc/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main/api/etc/main.yaml b/app/main/api/etc/main.yaml index 2c84160..61427d1 100644 --- a/app/main/api/etc/main.yaml +++ b/app/main/api/etc/main.yaml @@ -87,7 +87,7 @@ EasyPay: ApiURL: "https://zpayz.cn/" PID: "2025123009590455" PKEY: "f61pwaOj93lYpesM82ZnPAVwFojuSL7F" - CIDs: ["12200", "12303"] # 支付渠道ID数组,可配置一个或多个 + CIDs: ["12200"] # 支付渠道ID数组,可配置一个或多个 RotateMode: "count" # 轮询模式:day(天数轮询)或 count(次数轮询),默认count RotateDays: 3 # 渠道轮询天数,默认3天(仅在RotateMode=day时生效) NotifyUrl: "https://www.dsjcq168.cn/api/v1/pay/easypay/callback"