mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-13 20:02:49 +00:00
删除文件application/wechat/controller/Index.php
This commit is contained in:
parent
7639beac09
commit
b2ec652a10
@ -1,28 +0,0 @@
|
|||||||
<?php
|
|
||||||
namespace app\wechat\controller;
|
|
||||||
|
|
||||||
use app\admin\model\wechat\WechatReply;
|
|
||||||
use service\WechatService;
|
|
||||||
|
|
||||||
class Index
|
|
||||||
{
|
|
||||||
|
|
||||||
public function serve()
|
|
||||||
{
|
|
||||||
WechatService::serve();
|
|
||||||
}
|
|
||||||
|
|
||||||
public function notify()
|
|
||||||
{
|
|
||||||
WechatService::handleNotify();
|
|
||||||
}
|
|
||||||
|
|
||||||
public function text()
|
|
||||||
{
|
|
||||||
dump(WechatService::userGroupService());
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user