webman/push的channel_hook不起作用
php start.php 調(diào)試模式的時(shí)候能正常工作
當(dāng)php start.php -d運(yùn)行的時(shí)候,channel_hook就不起作用了,前端websocket都正常工作了的
return [
'enable' => true,
'websocket' => 'xxx',
'api' => 'xxxx',
'app_key' => 'xxx',
'app_secret' => 'xxx',
'channel_hook' => 'http://127.0.0.1:8789/plugin/webman/push/hook',
'auth' => '/plugin/webman/push/auth'
];