chore(erp): 清理ERP_API_KEY硬编码默认值+任务脚本小调整(与本次待办跳转修复无关,单独成commit)
This commit is contained in:
@@ -35,7 +35,7 @@ try:
|
||||
name='ERP系统 - 博海网络',
|
||||
source_type='erp',
|
||||
api_endpoint='http://127.0.0.1:8300/api/v1',
|
||||
api_key='erp-gateway-key-bhwl-2026',
|
||||
api_key=os.getenv("ERP_API_KEY", ""),
|
||||
sync_type='batch',
|
||||
status='active',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user