fix bug. _ali_nonce not work on solaris

This commit is contained in:
lc 2016-11-23 15:18:00 +08:00
parent a09832a9db
commit 43a7b9e8ad

View File

@ -105,7 +105,7 @@ _ali_urlencode() {
} }
_ali_nonce() { _ali_nonce() {
_head_n 1 </dev/urandom | _digest "sha256" hex | cut -c 1-31 _head_n 1 </dev/urandom | _digest "sha256" hex | cut -c 1-31
} }
_check_exist_query() { _check_exist_query() {