We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e59acba commit 47a3f87Copy full SHA for 47a3f87
lib/aliyunsdkcore/roa_client.rb
@@ -70,15 +70,15 @@ def get(uri: '', headers: {}, params: {}, options: {})
70
end
71
72
def post(uri: '', headers: {}, params: {}, body: {}, options: {})
73
- request(method: :get, uri: uri, params: params, body: body, headers: headers, options: options)
+ request(method: :post, uri: uri, params: params, body: body, headers: headers, options: options)
74
75
76
def put(uri: '', headers: {}, params: {}, body: {}, options: {})
77
+ request(method: :put, uri: uri, params: params, body: body, headers: headers, options: options)
78
79
80
def delete(uri: '', headers: {}, params: {}, options: {})
81
- request(method: :get, uri: uri, params: params, body: {}, headers: headers, options: options)
+ request(method: :delete, uri: uri, params: params, body: {}, headers: headers, options: options)
82
83
84
def default_headers
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments