Merge pull request #4754 from LJea/master

Improved api compatibility with devices
This commit is contained in:
neil 2023-09-04 15:55:04 +08:00 committed by GitHub
commit 86521ec443
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,7 +117,7 @@ _ali_urlencode() {
_ali_nonce() {
#_head_n 1 </dev/urandom | _digest "sha256" hex | cut -c 1-31
#Not so good...
date +"%s%N"
date +"%s%N" | sed 's/%N//g'
}
_check_exist_query() {