mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-06 01:52:48 +08:00
feat: 发布智能体版
This commit is contained in:
13
app/common/command/tools/http/ToolsHttpCall.php
Normal file
13
app/common/command/tools/http/ToolsHttpCall.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace app\common\command\tools\http;
|
||||
|
||||
use base\common\command\tools\http\ToolsHttpCallBase;
|
||||
|
||||
class ToolsHttpCall extends ToolsHttpCallBase
|
||||
{
|
||||
protected function configure()
|
||||
{
|
||||
parent::configure();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user