fisrt
This commit is contained in:
15
app/Api/WechatHandlers/TransferMessageHandler.php
Normal file
15
app/Api/WechatHandlers/TransferMessageHandler.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Api\WechatHandlers;
|
||||
|
||||
use EasyWeChat\Kernel\Contracts\EventHandlerInterface;
|
||||
|
||||
class TransferMessageHandler implements EventHandlerInterface
|
||||
{
|
||||
|
||||
public function handle($payload = null)
|
||||
{
|
||||
return '客服消息'.json_encode($payload);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user