chat_add
This commit is contained in:
25
extend/chat/model/ShoppingChat.php
Normal file
25
extend/chat/model/ShoppingChat.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
namespace extend\chat\model;
|
||||
|
||||
use Exception;
|
||||
use ba\Random;
|
||||
use support\Redis;
|
||||
use support\think\Db;
|
||||
use GatewayWorker\Lib\Gateway;
|
||||
use support\Log;
|
||||
|
||||
/**
|
||||
* 用户端
|
||||
*/
|
||||
class ShoppingChat extends Base
|
||||
{
|
||||
|
||||
// 初始化
|
||||
public static function init(string $client_id, array $message):void
|
||||
{
|
||||
print_r( date('H:i:s') . '--初始化运用户聊天' . $client_id . "\r\n");
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user