更新
This commit is contained in:
@@ -740,7 +740,9 @@ class WecomPromotionLogic
|
||||
'agent_id' => $agentId,
|
||||
'secret_configured' => trim((string) config('qywx_customer_acquisition.secret', '')) !== '',
|
||||
'callback_ready' => $callbackTokenConfigured && $callbackAesConfigured,
|
||||
'callback_url' => rtrim($domain, '/') . '/api/qywx/external-contact/notify',
|
||||
// 复用自建应用现有的「API 接收消息」入口;获客助手事件与其他应用事件
|
||||
// 由同一个控制器按 Event/ChangeType 分发,不需要再配置第二个回调地址。
|
||||
'callback_url' => rtrim($domain, '/') . '/api/QywxExternalContactCallback/notify',
|
||||
'official_doc' => 'https://developer.work.weixin.qq.com/document/path/97297',
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user