删除文件application/wechat/controller/Index.php

This commit is contained in:
聆听 2018-08-23 12:02:32 +08:00
parent 7639beac09
commit b2ec652a10

View File

@ -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());
}
}