mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-07-12 11:22:30 +00:00
add some debug output and fix data in GET request
This commit is contained in:
@ -90,6 +90,7 @@ _get_root() {
|
||||
case "${domain}" in
|
||||
*${ITEM}*)
|
||||
_domain=${ITEM}
|
||||
_debug _domain "${_domain}"
|
||||
return 0
|
||||
;;
|
||||
esac
|
||||
@ -112,9 +113,9 @@ _regru_rest() {
|
||||
_debug data "$data"
|
||||
response="$(_post "$data" "$REGRU_API_URL/$ep" "" "$m")"
|
||||
else
|
||||
response="$(_get "$REGRU_API_URL/$ep")"
|
||||
response="$(_get "$REGRU_API_URL/$ep?$data")"
|
||||
fi
|
||||
|
||||
_debug2 response "${response}"
|
||||
_debug response "${response}"
|
||||
return 0
|
||||
}
|
Reference in New Issue
Block a user