Modify comment
This commit is contained in:
parent
4aae9598e0
commit
fb2607af08
|
@ -27,7 +27,7 @@ aliapi_rpc() {
|
||||||
return 66
|
return 66
|
||||||
fi
|
fi
|
||||||
local _http_host=$1 _http_method=$2 _api_action=$4 _api_version=$3
|
local _http_host=$1 _http_method=$2 _api_action=$4 _api_version=$3
|
||||||
# 为了兼容 BusyBox
|
# 兼容 BusyBox
|
||||||
# shellcheck disable=SC2018,SC2019
|
# shellcheck disable=SC2018,SC2019
|
||||||
_http_method=$(tr "a-z" "A-Z" <<< "$_http_method")
|
_http_method=$(tr "a-z" "A-Z" <<< "$_http_method")
|
||||||
# 公共查询参数键
|
# 公共查询参数键
|
||||||
|
|
Loading…
Reference in New Issue