fixed
This commit is contained in:
19
front/application/api/logic/WssMessageLogic.php
Normal file
19
front/application/api/logic/WssMessageLogic.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/*
|
||||
* description:
|
||||
* author:wh
|
||||
* email:
|
||||
* createTime:{2024/5/23} {17:34}
|
||||
*/
|
||||
|
||||
namespace app\api\logic;
|
||||
|
||||
|
||||
use app\api\controller\BaseWssApi;
|
||||
use GatewayWorker\Lib\Gateway;
|
||||
use wanghua\general_utility_tools_php\tool\Tools;
|
||||
|
||||
class WssMessageLogic extends BaseLogic
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user