From 3cf3cdd705d36443c9ba3d9b315ceef355f9e9b7 Mon Sep 17 00:00:00 2001 From: RockYang Date: Tue, 9 Jan 2024 17:16:27 +0800 Subject: [PATCH] remove api key for hupipay --- deploy/conf/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/conf/config.toml b/deploy/conf/config.toml index 884313c..826cc20 100644 --- a/deploy/conf/config.toml +++ b/deploy/conf/config.toml @@ -114,8 +114,8 @@ WeChatBot = false [HuPiPayConfig] Enabled = false Name = "wechat" - AppId = "201906161477" - AppSecret = "7f403199d510fb2c6f0b9f2311800e7c" + AppId = "" + AppSecret = "" PayURL = "https://api.xunhupay.com/payment/do.html" NotifyURL = "https://ai.r9it.com/api/payment/hupipay/notify"