Commit e9366f8c authored by Easton Man's avatar Easton Man
Browse files

fix: fix huaweicloud existing record 400

parent 4dba84d0
...@@ -246,8 +246,7 @@ _add_record() { ...@@ -246,8 +246,7 @@ _add_record() {
\"type\": \"TXT\", \"type\": \"TXT\",
\"ttl\": 1, \"ttl\": 1,
\"records\": [ \"records\": [
${_exist_record}, ${_exist_record},\"\\\"${_txtvalue}\\\"\"
\"\\\"${_txtvalue}\\\"\"
] ]
}" }"
fi fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment