Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

if RR record more then 20 get error RR not found. #8

Open
ethanleellj opened this issue Apr 1, 2021 · 1 comment
Open

if RR record more then 20 get error RR not found. #8

ethanleellj opened this issue Apr 1, 2021 · 1 comment

Comments

@ethanleellj
Copy link

add 'RRKeyWord' => $this->rR, then work fine

public function getRecordId(): string
{
    $queries = [
        'AccessKeyId' => $this->accessKeyId,
        'Action' => 'DescribeDomainRecords',
        'DomainName' => $this->domainName,
        
		
        'Format' => 'json',
		'RRKeyWord' => $this->rR,
@rouralberto
Copy link
Owner

Thank you for the submission! I'll test this to see if the signature also passes.

qNFCp added a commit to qNFCp/alicloud-php-dns-updater that referenced this issue Aug 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants