提交
This commit is contained in:
@@ -7,8 +7,8 @@ class SwooleService
|
||||
{
|
||||
private static ?self $instance = null;
|
||||
private Client $client;
|
||||
private string $host = '127.0.0.1';
|
||||
private int $port = 9502;
|
||||
private string $host = 'ossup.jzvisa.com';
|
||||
private int $port = 19501;
|
||||
private float $timeout = 0.5;
|
||||
|
||||
// 私有化构造函数
|
||||
|
||||
Reference in New Issue
Block a user