mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-04-25 20:03:25 +00:00
fix
This commit is contained in:
parent
32ec80d552
commit
6e1653fc1e
app
@ -1,12 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
namespace IYUU;
|
namespace IYUU;
|
||||||
|
|
||||||
use Curl\Curl;
|
use Curl\Curl;
|
||||||
use IYUU\Client\AbstractClient;
|
use IYUU\Client\AbstractClient;
|
||||||
use IYUU\Library\IFile;
|
use IYUU\Library\IFile;
|
||||||
use IYUU\Library\Oauth;
|
use IYUU\Library\Oauth;
|
||||||
use IYUU\Library\Table;
|
use IYUU\Library\Table;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* IYUUAutoReseed自动辅种类
|
* IYUUAutoReseed自动辅种类
|
||||||
*/
|
*/
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
namespace IYUU\Library;
|
namespace IYUU\Library;
|
||||||
|
|
||||||
use Curl\Curl;
|
use Curl\Curl;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* IYUU用户注册、认证
|
* IYUU用户注册、认证
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user