mirror of
https://github.com/Hill-98/aliyun-openapi-bash-sdk.git
synced 2025-10-23 02:19:33 +08:00
Modify comment
This commit is contained in:
@@ -27,7 +27,7 @@ aliapi_rpc() {
|
||||
return 66
|
||||
fi
|
||||
local _http_host=$1 _http_method=$2 _api_action=$4 _api_version=$3
|
||||
# 为了兼容 BusyBox
|
||||
# 兼容 BusyBox
|
||||
# shellcheck disable=SC2018,SC2019
|
||||
_http_method=$(tr "a-z" "A-Z" <<< "$_http_method")
|
||||
# 公共查询参数键
|
||||
|
Reference in New Issue
Block a user