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

withSSLCert() public method

Request SSL Cert
public withSSLCert ( $sslCert, $sslKey )
    public function withSSLCert($sslCert, $sslKey)
    {
        $this->sslCert = $sslCert;
        $this->sslKey = $sslKey;
        return $this;
    }