fix: fix huaweicloud existing record 400

This commit is contained in:
Easton Man 2023-03-07 10:56:10 +08:00
parent 4dba84d09e
commit e9366f8c76
1 changed files with 1 additions and 2 deletions

View File

@ -246,8 +246,7 @@ _add_record() {
\"type\": \"TXT\",
\"ttl\": 1,
\"records\": [
${_exist_record},
\"\\\"${_txtvalue}\\\"\"
${_exist_record},\"\\\"${_txtvalue}\\\"\"
]
}"
fi