mirror of
https://github.com/wahyd4/ruby-sdk.git
synced 2026-08-09 04:46:10 +10:00
Merge branch 'master' of github.com:qiniu/ruby-sdk
This commit is contained in:
+1
-1
@@ -195,7 +195,7 @@ module Qiniu
|
||||
# 如果有Body,则也加上
|
||||
# (仅限于mime == "application/x-www-form-urlencoded"的情况)
|
||||
if body.is_a?(String) && !body.empty?
|
||||
signing_str += body
|
||||
signing_str += body
|
||||
end
|
||||
|
||||
### 生成数字签名
|
||||
|
||||
Reference in New Issue
Block a user