Commit dcbd90ce authored by neil's avatar neil Committed by GitHub
Browse files

Merge pull request #718 from Neilpang/dev

fix cloudxns api https://github.com/Neilpang/acme.sh/issues/717
parents b778f9c4 04683338
...@@ -209,8 +209,7 @@ _rest() { ...@@ -209,8 +209,7 @@ _rest() {
return 1 return 1
fi fi
_debug2 response "$response" _debug2 response "$response"
if ! _contains "$response" '"message":"success"'; then
return 1 _contains "$response" '"code":1'
fi
return 0
} }
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