diff --git a/app/main/api/etc/main.yaml b/app/main/api/etc/main.yaml index 61427d1..2c84160 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"] # 支付渠道ID数组,可配置一个或多个 + CIDs: ["12200", "12303"] # 支付渠道ID数组,可配置一个或多个 RotateMode: "count" # 轮询模式:day(天数轮询)或 count(次数轮询),默认count RotateDays: 3 # 渠道轮询天数,默认3天(仅在RotateMode=day时生效) NotifyUrl: "https://www.dsjcq168.cn/api/v1/pay/easypay/callback"