This commit is contained in:
iyuu.cn 2020-07-14 16:44:24 +08:00
parent 32ec80d552
commit 6e1653fc1e
2 changed files with 0 additions and 4 deletions

View File

@ -1,12 +1,10 @@
<?php
namespace IYUU;
use Curl\Curl;
use IYUU\Client\AbstractClient;
use IYUU\Library\IFile;
use IYUU\Library\Oauth;
use IYUU\Library\Table;
/**
* IYUUAutoReseed自动辅种类
*/

View File

@ -1,8 +1,6 @@
<?php
namespace IYUU\Library;
use Curl\Curl;
/**
* IYUU用户注册、认证
*/