Skip to content

Commit

Permalink
fix log out
Browse files Browse the repository at this point in the history
  • Loading branch information
方峦 authored and 方峦 committed Jul 11, 2017
1 parent 1443882 commit 5f13091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/junziqian/tool/request_tool.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def sign(query_params, ignore_params, header_map, ext_info, content_type = 'appl
contactStr << contactValues(header_map)
contactStr << contactValues(ext_info)

print contactStr.join('')
# print contactStr.join('')
Digest::SHA1.hexdigest(contactStr.join('')).upcase
end

Expand Down

0 comments on commit 5f13091

Please sign in to comment.