Forráskód Böngészése

fix: fix huaweicloud existing record 400

Easton Man 2 éve
szülő
commit
e9366f8c76
1 módosított fájl, 1 hozzáadás és 2 törlés
  1. 1 2
      dnsapi/dns_huaweicloud.sh

+ 1 - 2
dnsapi/dns_huaweicloud.sh

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