改名
This commit is contained in:
@@ -47,7 +47,6 @@ class Client extends ClientAbstracts
|
|||||||
private function coroutine($url, $data = []): array|string|Result
|
private function coroutine($url, $data = []): array|string|Result
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
var_dump($url);
|
|
||||||
$client = $this->generate_client($data, ...$url);
|
$client = $this->generate_client($data, ...$url);
|
||||||
if ($client->statusCode < 0) {
|
if ($client->statusCode < 0) {
|
||||||
throw new Exception($client->errMsg);
|
throw new Exception($client->errMsg);
|
||||||
|
|||||||
Reference in New Issue
Block a user