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

getAppId() public method

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