Commit 064c9d8f authored by clone's avatar clone

chat

parent b3a62841
......@@ -10,19 +10,13 @@ namespace app\chat\controller;
* Intro:
*/
use app\chat\consts\ConfigConst;
use app\chat\consts\ErrorCodeConst;
use app\chat\extend\Basic;
use app\chat\service\ChatService;
use app\chat\utils\RPush;
use app\extra\RedisPackage;
use app\model\Users;
use CurlUtil;
use HttpException;
use RPush;
use think\Cache;
use think\Exception;
use Think\Log;
use think\Request;
class AppChat extends Basic
{
......@@ -42,8 +36,8 @@ class AppChat extends Basic
{
parent::__construct($request);
/* $this->_push = new RPush();
$this->_chat = new ChatService();*/
$this->_push = new RPush();
$this->_chat = new ChatService();
}
......
<?php
namespace app\chat\service;
/**
* Created by PhpStorm.
* User : zw
* Date : 2018/1/8
* Time : 16:54
* Intro:
*/
use app\chat\utils\RPush;
use app\model\Agents;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment