f
This commit is contained in:
@@ -68,17 +68,49 @@ esign:
|
||||
|
||||
# ===========================================
|
||||
# 📝 法大大服务配置(开发环境本地联调)
|
||||
# 当前使用正式 API + 天远应用凭证(若另有 UAT 应用请再换一套)
|
||||
# ===========================================
|
||||
fadada:
|
||||
app_id: "00004833"
|
||||
app_secret: "NOTJVESMXI7NFRVNPRX2BQJZVWCJHD1C"
|
||||
server_url: "https://api.fadada.com/api/v5/"
|
||||
# 乙方自动盖章:本应用下授权后的 openCorpId
|
||||
open_corp_id: "8c5f38b1661f4d569465df12a8a5c04a"
|
||||
no_auth_scene_code: "972412b0ac2a63091cecd49f3d5a29fb"
|
||||
template_id: "1785057760485117592"
|
||||
party_a_actor_id: "甲方"
|
||||
party_b_actor_id: "乙方"
|
||||
template_doc_id: ""
|
||||
template_fields:
|
||||
agreement_no:
|
||||
- "0277518263"
|
||||
- "5199991781"
|
||||
- "0923405093"
|
||||
- "6021178427"
|
||||
- "5137728710"
|
||||
- "3181735831"
|
||||
- "2594442367"
|
||||
- "5884938840"
|
||||
- "6914410621"
|
||||
- "6308592720"
|
||||
- "3347376554"
|
||||
- "8264194159"
|
||||
contract_date: "2039326319"
|
||||
party_a_name:
|
||||
- "6920634255"
|
||||
- "1847502631"
|
||||
party_a_uscc: "8702060291"
|
||||
party_a_address: "4557539440"
|
||||
party_a_rep: "8627432823"
|
||||
party_a_sign_date: ""
|
||||
party_b_sign_date: ""
|
||||
contract:
|
||||
name: "合作协议-天远API"
|
||||
name: "天远数据API合作协议"
|
||||
expire_days: 7
|
||||
retry_count: 3
|
||||
auth:
|
||||
# 本地控制台认证回调
|
||||
redirect_url: "http://localhost:5173/certification/callback/fadada/auth"
|
||||
redirect_url: "http://localhost:5173/profile/certification"
|
||||
sign:
|
||||
# 本地控制台签署回调
|
||||
redirect_url: "http://localhost:5173/certification/callback/fadada/sign"
|
||||
callback:
|
||||
enabled: true
|
||||
|
||||
@@ -98,14 +98,48 @@ esign:
|
||||
|
||||
# ===========================================
|
||||
# 📝 法大大服务配置(生产环境)
|
||||
# 天远应用 AppId=00004833;乙方自动盖章=海南海宇大数据有限公司
|
||||
# ===========================================
|
||||
fadada:
|
||||
app_id: "00004833"
|
||||
app_secret: "NOTJVESMXI7NFRVNPRX2BQJZVWCJHD1C"
|
||||
server_url: "https://api.fadada.com/api/v5/"
|
||||
# 乙方自动盖章身份(本应用下授权后的 openCorpId);应用页 openCorpId=aca08b5f... 未写入此处
|
||||
open_corp_id: "8c5f38b1661f4d569465df12a8a5c04a"
|
||||
no_auth_scene_code: "972412b0ac2a63091cecd49f3d5a29fb"
|
||||
template_id: "1785057760485117592"
|
||||
party_a_actor_id: "甲方"
|
||||
party_b_actor_id: "乙方"
|
||||
template_doc_id: ""
|
||||
template_fields:
|
||||
agreement_no:
|
||||
- "0277518263"
|
||||
- "5199991781"
|
||||
- "0923405093"
|
||||
- "6021178427"
|
||||
- "5137728710"
|
||||
- "3181735831"
|
||||
- "2594442367"
|
||||
- "5884938840"
|
||||
- "6914410621"
|
||||
- "6308592720"
|
||||
- "3347376554"
|
||||
- "8264194159"
|
||||
contract_date: "2039326319"
|
||||
party_a_name:
|
||||
- "6920634255"
|
||||
- "1847502631"
|
||||
party_a_uscc: "8702060291"
|
||||
party_a_address: "4557539440"
|
||||
party_a_rep: "8627432823"
|
||||
party_a_sign_date: ""
|
||||
party_b_sign_date: ""
|
||||
contract:
|
||||
name: "合作协议-天远API"
|
||||
name: "天远数据API合作协议"
|
||||
expire_days: 7
|
||||
retry_count: 3
|
||||
auth:
|
||||
redirect_url: "https://console.tianyuanapi.com/certification/callback/fadada/auth"
|
||||
redirect_url: "https://console.tianyuanapi.com/profile/certification"
|
||||
sign:
|
||||
redirect_url: "https://console.tianyuanapi.com/certification/callback/fadada/sign"
|
||||
callback:
|
||||
|
||||
Reference in New Issue
Block a user