新增http客户端
This commit is contained in:
12
extend/catcher/facade/Http.php
Normal file
12
extend/catcher/facade/Http.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace catcher\facade;
|
||||
|
||||
use think\Facade;
|
||||
|
||||
class Http extends Facade
|
||||
{
|
||||
protected static function getFacadeClass()
|
||||
{
|
||||
return \catcher\library\client\Http::class;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user