This commit is contained in:
2026-07-25 17:39:25 +08:00
parent fa55098520
commit 750be2a305
3 changed files with 42 additions and 7 deletions

View File

@@ -65,6 +65,24 @@ esign:
sign_field_style: 1
client_type: "ALL"
redirect_url: "http://localhost:5173/certification/callback/sign"
# ===========================================
# 📝 法大大服务配置(开发环境本地联调)
# ===========================================
fadada:
contract:
name: "合作协议-天远API"
expire_days: 7
retry_count: 3
auth:
# 本地控制台认证回调
redirect_url: "http://localhost:5173/certification/callback/fadada/auth"
sign:
# 本地控制台签署回调
redirect_url: "http://localhost:5173/certification/callback/fadada/sign"
callback:
enabled: true
# ===========================================
# 🌍 西部数据配置
# ===========================================

View File

@@ -95,6 +95,22 @@ esign:
sign_field_style: 1
client_type: "ALL"
redirect_url: "https://console.tianyuanapi.com/certification/callback/sign"
# ===========================================
# 📝 法大大服务配置(生产环境)
# ===========================================
fadada:
contract:
name: "合作协议-天远API"
expire_days: 7
retry_count: 3
auth:
redirect_url: "https://console.tianyuanapi.com/certification/callback/fadada/auth"
sign:
redirect_url: "https://console.tianyuanapi.com/certification/callback/fadada/sign"
callback:
enabled: true
# ===========================================
# 💰 支付宝支付配置
# ===========================================