From b722537de03af08b60ad269d67bd57ccb5e4d22c Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Mon, 10 Feb 2025 11:41:50 +0800
Subject: [PATCH] feat(pay): 添加 FIUU充值功能并优化支付流程 - 新增 FIUU 充值接口和相关请求模型 - 更新 FIUU 支付流程,支持订单和充值操作 - 优化 FIUU 回调处理,增加对充值订单的支持 - 调整订单状态更新逻辑,确保支付成功后正确更新

---
 src/main/resources/application-prod.yml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml
index 9ffca9f..9fca4b3 100644
--- a/src/main/resources/application-prod.yml
+++ b/src/main/resources/application-prod.yml
@@ -61,8 +61,8 @@
 
 xcx:
   wechar_login_url: https://api.weixin.qq.com/sns/jscode2session?appid=%s&secret=%s&js_code=%s&grant_type=authorization_code
-  xcx_appid: wxad2fdb2fcad10fb2
-  xcx_secret: 9bb58d655bff419feec3a6d948ca8b8d
+  xcx_appid: wx526879ea8589ba00
+  xcx_secret: a4aed487b1b438075776151d0312b36a
   debug: false
   wecharPaynotifyUrl: http://api.blnka.cn/api/xcxPay/wxpayCallback
   wecharRechargePaynotifyUrl: http://api.blnka.cn/api/xcxPay/rechargeCallBack

--
Gitblit v1.9.1