新增事件消息

This commit is contained in:
JaguarJack
2020-06-26 22:08:01 +08:00
parent a232f555c3
commit bcd7215333
19 changed files with 420 additions and 57 deletions

View File

@@ -0,0 +1,21 @@
<?php
// +----------------------------------------------------------------------
// | CatchAdmin [Just Like ]
// +----------------------------------------------------------------------
// | Copyright (c) 2017~2020 http://catchadmin.com All rights reserved.
// +----------------------------------------------------------------------
// | Licensed ( https://github.com/yanwenwu/catch-admin/blob/master/LICENSE.txt )
// +----------------------------------------------------------------------
// | Author: JaguarJack [ njphper@gmail.com ]
// +----------------------------------------------------------------------
namespace catchAdmin\wechat\library\messages\events;
use catchAdmin\wechat\library\messages\Message;
class Location extends Message
{
public function reply()
{
// TODO: Implement reply() method.
}
}