fadd
This commit is contained in:
53
config.yaml
53
config.yaml
@@ -298,14 +298,14 @@ esign:
|
||||
# 应用名称:海宇数据 | AppId:80005307 | 状态:待上线
|
||||
# ===========================================
|
||||
fadada:
|
||||
app_id: "80005307"
|
||||
app_secret: "SM0R81LFZBOAFQY6MV6SRXUJZKWHPLW7"
|
||||
app_id: "00004782"
|
||||
app_secret: "E9GMVOQ9NBSOUDG5VOFM0J1CZPOAP2Y8"
|
||||
# 待上线/联调用测试环境;正式上线后改为 https://api.fadada.com/api/v5/
|
||||
server_url: "https://uat-api.fadada.com/api/v5/"
|
||||
open_corp_id: "cc1a281c715e4f289b681eb15d512e3f" # 海宇数据在法大大侧企业 ID
|
||||
# 免验证签场景码:仅 freeSignType=business 时需要;当前按模板免验证签(template),可留空
|
||||
no_auth_scene_code: ""
|
||||
template_id: "1784281786354133853" # 合作协议模板 ID(填单/签署)
|
||||
server_url: "https://api.fadada.com/api/v5/"
|
||||
open_corp_id: "7118e66dfd9349d998c0395c5d0742ad" # 海宇数据在法大大侧企业 ID
|
||||
# 免验证签场景码(businessId):乙方 requestVerifyFree=true 时必传,平台校验是否已授权
|
||||
no_auth_scene_code: "c66587b4a048bba3c1cb032eb7750182"
|
||||
template_id: "1784619066713193840" # 合作协议模板 ID(填单/签署;freeSignType=template)
|
||||
# 签署模板中的参与方标识(actorId),必须与模板「签署角色」名称完全一致
|
||||
party_a_actor_id: "甲方"
|
||||
party_b_actor_id: "乙方"
|
||||
@@ -344,10 +344,10 @@ fadada:
|
||||
retry_count: 3
|
||||
auth:
|
||||
# 认证完成后顶层跳回企业入驻页(勿用 callback 页留在 iframe 内)
|
||||
redirect_url: "http://localhost:5173/profile/certification"
|
||||
redirect_url: "https://console.haiyudata.com/profile/certification"
|
||||
sign:
|
||||
# 甲方签署完成后回跳(iframe 内会顶层跳出到入驻页)
|
||||
redirect_url: "http://localhost:5173/certification/callback/fadada/sign"
|
||||
redirect_url: "https://console.haiyudata.com/certification/callback/fadada/sign"
|
||||
callback:
|
||||
enabled: true
|
||||
|
||||
@@ -818,3 +818,38 @@ huibo:
|
||||
max_backups: 5
|
||||
max_age: 30
|
||||
compress: true
|
||||
|
||||
# ===========================================
|
||||
# ✨ 戎行配置
|
||||
# ===========================================
|
||||
|
||||
rongxing:
|
||||
url: "http://192.168.3.43:7007" # 基础地址,登录=/auth/login,查询=/third/loan/info360
|
||||
account: "haiyukeji"
|
||||
password: "haiyukeji@123" # 明文,请求时自动 Base64
|
||||
app_id: "hykj"
|
||||
private_key: "MIICdgIBADANBgkqhkiG9w0BAQEFAASCAmAwggJcAgEAAoGBAI1eWDx325U/DCpaw+394555voDNwKyfg6rAIBYGSmJDmUyCi6c8LeqVtYnmtUMJrTDrfUWFG7jQ+mQy65rXMY7zrZ0Cc+orP7uRgrvCBsH1775KuSji8TkVbEBw+Upro7FuNkutBItNxZCvcpFpNqNBwCCkCK1xscVN8gErxc7/AgMBAAECgYAL/ZVHWU7Ni5TyrLmTBwAjWD+RX9V4iGkb3QLiGCayZS05NGNq/ytrCvqxMSY6HIKAZ6Du+hmXvr+JXll/slvyGs1ETOgDi7563RAT/2TVicZF16IM2d7nhK6eTJffmiG2ZZC8n043F0QNposleEIMhM251iT1xiwZfg+QqHB0EQJBAI+BFcbYl+Vxpxdouvuwq11gYMTNepcGdY3OaPZzW4sQA41s+6aZhZ7tAk65Tk7PgLfdU2yimBKNkJstlSUT1w8CQQD8MKjAi5wngnDO+04n5mt5EotpNy6xpvkQP2izL0FWKmvwZtc0ihJpxa64vfo4+1jE8YXx1/qGe16A15fmywkRAkAbImVjvAC8ucjGfF8eyEEe3uJtVA0iEW6Y6bafIyDkIpsJWtoanlzNuDL/f7p23HWSTp8/o17t4ya8sNnKsP2xAkEArIQc7JqUl/KDeRQwwtq9anVlKPS23JB8kMDPvsP0zhz2+d1gGnDZZ8HzZC2RnqlScGdIWciFeLmsTDcvkpISAQJANaQU0uKBPvgMx+uedbCbn9MfYmpEiONHblrINH8WAa3Z1pr7R0wBUog1fEWimnxOX5wGwsGmDOMw5B+4xJ4Zfw=="
|
||||
timeout: 10s
|
||||
logging:
|
||||
enabled: true
|
||||
log_dir: "logs/external_services"
|
||||
service_name: "rongxing"
|
||||
use_daily: true
|
||||
enable_level_separation: true
|
||||
level_configs:
|
||||
info:
|
||||
max_size: 100
|
||||
max_backups: 5
|
||||
max_age: 30
|
||||
compress: true
|
||||
error:
|
||||
max_size: 200
|
||||
max_backups: 10
|
||||
max_age: 90
|
||||
compress: true
|
||||
warn:
|
||||
max_size: 100
|
||||
max_backups: 5
|
||||
max_age: 30
|
||||
compress: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user