mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-09 16:01:46 +00:00
fix cloudxns api https://github.com/Neilpang/acme.sh/issues/717
This commit is contained in:
parent
e0a96be378
commit
04683338a2
@ -209,8 +209,7 @@ _rest() {
|
||||
return 1
|
||||
fi
|
||||
_debug2 response "$response"
|
||||
if ! _contains "$response" '"message":"success"'; then
|
||||
return 1
|
||||
fi
|
||||
return 0
|
||||
|
||||
_contains "$response" '"code":1'
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user