mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-06-23 01:02:04 +00:00
使用ClientInterface优化
This commit is contained in:
@ -11,4 +11,11 @@ namespace IYUU\Client;
|
||||
interface AbstractClientInterface
|
||||
{
|
||||
|
||||
/**
|
||||
* 查询Bittorrent客户端状态
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function status();
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user