Files
LWLT-AI/archive/handoff/2026-07-12/legacy-erp-handoff/config/erp-deployment.example.json
2026-07-13 19:57:46 +08:00

115 lines
3.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "thai-erp-order-entry-production",
"erp": {
"baseUrl": "https://ltjt.yunzhi.run",
"mainUrl": "https://ltjt.yunzhi.run/System/Mainlt.asp",
"ordersUrl": "https://ltjt.yunzhi.run/System/Business/orders.asp"
},
"browser": {
"profileDir": "runtime/erp-order-entry/browser-profile",
"chromeExecutable": "",
"chromeCandidates": [
"C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe",
"C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe",
"C:\\Program Files\\Microsoft\\Edge\\Application\\msedge.exe",
"C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe"
],
"launchArgs": [
"--no-proxy-server"
],
"interactiveLoginWaitMs": 600000,
"headless": false,
"viewport": {
"width": 1440,
"height": 900
}
},
"paths": {
"workRoot": "runtime/erp-order-entry",
"downloadDir": "runtime/erp-order-entry/downloads",
"outputDir": "runtime/erp-order-entry/outputs",
"auditDir": "runtime/erp-order-entry/audit",
"logDir": "runtime/erp-order-entry/logs",
"healthDir": "diagnostics/deployment-health"
},
"pdf": {
"converter": "chromium-html",
"convertConcurrency": 3,
"verificationMode": "sample",
"strictRenderOnFirstDeployment": true
},
"delivery": {
"returnIdentifiersFirst": true,
"sendPdfFollowUp": true,
"customerReceivesPdfOnly": true,
"keepSourceFilesForAudit": true
},
"safety": {
"allowRealSubmit": false,
"requireExplicitSubmitFlag": true,
"disableOldSkillBeforeEnable": true,
"neverResubmitAfterSave": true,
"realSubmitWhitelist": {
"enabled": false,
"allowedSenderIds": [],
"allowedSenderNames": [],
"allowedChannels": [],
"allowAuthorizationCodeFallback": false,
"authorizationCodes": []
}
},
"executors": {
"teamSingle": {
"enabled": false
},
"teamBatch": {
"enabled": false
},
"splitParent": {
"enabled": false
},
"splitChild": {
"enabled": false
}
},
"erpMappings": {
"bookingCustomers": {
"LW云南七彩金桥国旅(昆明景腾)": {
"id": "778",
"erpName": "LW云南七彩金桥国旅(昆明景腾)",
"contact": "罗胜青15925104087",
"origin": "云南"
}
},
"teamBatchProducts": {
"遇见老挝常规6D5N": {
"cpid": "403",
"searchName": "遇见老挝(常规)",
"groupPrefix": "LW",
"groupSuffix": "A"
}
},
"teamSingleProducts": {
"遇见老挝": {
"searchName": "遇见老挝",
"groupPrefix": "LLW",
"groupSuffix": "A"
}
},
"splitParentProducts": {
"老挝行程-广东 8D7N": {
"cpid": "412",
"searchName": "老挝行程-广东",
"parentSearchName": "老挝行程--广东",
"groupPrefix": "LW",
"groupSuffix": "A"
}
}
},
"wechatAdapter": {
"provider": "longxia-or-aimashi",
"incomingOrderMode": "single-route-template",
"attachmentMode": "pdf-follow-up"
}
}