feat: add service config templates and extraction script

Former-commit-id: 1de24b7eb79676d1aba9d799a58c5a753290cf52
This commit is contained in:
反编译工作区
2026-05-01 19:38:01 +08:00
parent 3175b7074b
commit 8b15445328
2433 changed files with 8322164 additions and 1604 deletions
@@ -0,0 +1,62 @@
{
"version": 3,
"notes": "cases 为「部门/公司」节点;export_catalog 为每个 org 拉取最多 employees_per_department 名在职员工,并为每名员工绑定轮询访客。单条 case 的 visitor_person_id 非 null 时该部门内所有员工共用该访客覆盖。",
"terminology": {
"host_employee": "被访人(员工),API personId,一人一条派梯开通请求",
"visitor_person": "访客档案 visitorId",
"department_case": "suite.cases[] 的一项,对应 cw_is_organization 的一个组织节点",
"employees_per_department": "每个部门用例下导出的样例员工人数(默认 10)"
},
"export_settings": {
"employees_per_department": 10,
"visitor_pool_limit": 120,
"sort_employees_by": "NAME_ASC"
},
"visitor_resolution": {
"strategy": "organization_label",
"label_id": "ed2dbab6d6234a7287106b80857c819e",
"label_name": "访客",
"pool_limit": 120,
"assignment": "round_robin_across_all_employee_slots",
"comment": "跨套件内所有「员工槽位」全局递增轮询访客池,降低同一访客连续绑定冲突概率。"
},
"tenant_primary_business_id": "2524639890ba4f2cba9ba1a4eeaa4015",
"tenant_secondary_business_id": "9f19a307b3ea4854bf2d7dafe69649c9",
"suites": [
{
"id": "guangfa_fund_10",
"name": "广发基金 — 主体公司及下属部门(10 个组织节点 × 每部门最多 10 名员工)",
"business_id": "2524639890ba4f2cba9ba1a4eeaa4015",
"cases": [
{"org_id": "488b8ad049bb43408a6fbcc50bcb89ac", "org_name": "[28-38F]广发基金管理有限公司", "visitor_person_id": null},
{"org_id": "3a9b89a79bbb4c76a7da33b5a0697b79", "org_name": "32F-广发外包", "visitor_person_id": null},
{"org_id": "e2cf7c91006542d59341e719ae655ac4", "org_name": "信息技术部", "visitor_person_id": null},
{"org_id": "3238b26f4e6c48dd80ae27c159002d80", "org_name": "公司领导", "visitor_person_id": null},
{"org_id": "265cc4eaa7434174807f1b7510b2f2c9", "org_name": "外包员工", "visitor_person_id": null},
{"org_id": "8e9f88d051cf439287b7b3cfb75ebaac", "org_name": "外包员工", "visitor_person_id": null},
{"org_id": "f276c04157ae46a0a237ad8c91e1da7e", "org_name": "外包员工", "visitor_person_id": null},
{"org_id": "b549a73065374ecf871841544f329a98", "org_name": "正式员工", "visitor_person_id": null},
{"org_id": "1a95bfa1bb6542c8b6c78a22f9f5441a", "org_name": "综合管理部", "visitor_person_id": null},
{"org_id": "f83fda04e8f241b39f3f44ce6cf05a8e", "org_name": "绿植", "visitor_person_id": null}
]
},
{
"id": "xinghewan_star_center",
"name": "星河湾 / 星中心 — 代表部门(每部门最多 10 名员工)",
"business_id": "2524639890ba4f2cba9ba1a4eeaa4015",
"cases": [
{"org_id": "d656e3ab3f61440bb7b9bc23b76834b9", "org_name": "星河湾中心(根)", "visitor_person_id": null},
{"org_id": "21474e012cd14e26bc62771873b22562", "org_name": "星河湾集团总部", "visitor_person_id": null},
{"org_id": "348328d755624b3491cd307a3109f36a", "org_name": "星中心物管公司", "visitor_person_id": null}
]
},
{
"id": "tenant_secondary_placeholder",
"name": "第二租户(对照,无策略;现场常无人员与访客池)",
"business_id": "9f19a307b3ea4854bf2d7dafe69649c9",
"cases": [
{"org_id": "4be6d4f03a0b437690dc17dd9566c4b0", "org_name": "默认根节点", "visitor_person_id": null}
]
}
]
}