forked from erp-dev/erp
feat: agent api
This commit is contained in:
@@ -86,6 +86,7 @@ WECOM_WEBHOOK_BASE_URL = 'https://qyapi.weixin.qq.com/cgi-bin/webhook/send'
|
||||
WECOM_WEBHOOK_KEY = env('WECOM_WEBHOOK_KEY', default='')
|
||||
SPEAK_ENDPOINT = env('SPEAK_ENDPOINT', default='http://8.148.215.233:9004/speak')
|
||||
PRINTING_ORDER_CREATED_SPEECH_ENABLED = False
|
||||
AGENT_ACCESS_KEY = env('AGENT_ACCESS_KEY', default='')
|
||||
|
||||
|
||||
# CORS 配置
|
||||
|
||||
Reference in New Issue
Block a user