Update dns_la.sh

This commit is contained in:
OPPO9008 2025-05-18 20:35:26 +08:00 committed by GitHub
parent 38a1644c20
commit b758f90e9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -112,7 +112,7 @@ dns_la_rm() {
_err "Delete record error."
return 1
fi
_contains "$response" '"code":300'
_contains "$response" '"code":200'
}