|
...
|
...
|
@@ -16,7 +16,7 @@ class Api |
|
|
|
private ?ApiInfo $apiInfo = null;
|
|
|
|
private string $host = "https://www.okx.com";
|
|
|
|
|
|
|
|
public function __construct($apiInfo = null, $host = "")
|
|
|
|
public function __construct(?ApiInfo $apiInfo = null, $host = "")
|
|
|
|
{
|
|
|
|
if ($apiInfo != null) {
|
|
|
|
$this->apiInfo = $apiInfo;
|
...
|
...
|
|