<?php
namespace Plugin\Guangda\WeChat;
class WeChat
{
public function handle(): string
return 'wechat';
}