24 lines
432 B
PHP
24 lines
432 B
PHP
<?php
|
|
/**
|
|
* 智能客服扩展事件配置
|
|
*/
|
|
return [
|
|
'bind' => [
|
|
|
|
],
|
|
|
|
'listen' => [
|
|
'KefuChat' => [
|
|
'addon\aikefu\event\KefuChat'
|
|
],
|
|
'KefuCreateConversation' => [
|
|
'addon\aikefu\event\KefuCreateConversation'
|
|
],
|
|
'KefuGetHistory' => [
|
|
'addon\aikefu\event\KefuGetHistory'
|
|
],
|
|
],
|
|
|
|
'subscribe' => [
|
|
],
|
|
]; |