Omnipay\WechatPay\Message\BaseAbstractRequest::getApiKey PHP Method

getApiKey() public method

public getApiKey ( ) : mixed
return mixed
    public function getApiKey()
    {
        return $this->getParameter('api_key');
    }