From fb2607af08b709dc33eb13c65f15b9045f5464b1 Mon Sep 17 00:00:00 2001 From: Zhong Lufan Date: Sun, 18 Apr 2021 15:51:35 +0800 Subject: [PATCH] Modify comment --- AliyunOpenApiSDK.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AliyunOpenApiSDK.sh b/AliyunOpenApiSDK.sh index 6c72eb2..6d22015 100644 --- a/AliyunOpenApiSDK.sh +++ b/AliyunOpenApiSDK.sh @@ -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") # 公共查询参数键