Thenbsp\Wechat\Bridge\Http::withQuery PHP Method

withQuery() public method

Request Query
public withQuery ( array $query )
$query array
    public function withQuery(array $query)
    {
        $this->query = array_merge($this->query, $query);
        return $this;
    }