setAccessKey("your ak"); $client->setSecretKey("your sk"); $body = [ 'Type' => 0, ]; $response = $client->QueryResource($body); echo $response;