Update dns_la.sh

pull/6365/head
OPPO9008 2025-05-19 13:16:30 +08:00 committed by GitHub
parent e0da5f1703
commit 9e7d1b9ce7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ _la_post() {
}
_la_token() {
LA_Token=$(printf "%s:%s" "$LA_Id" "$LA_Sk" | base64 -w 0)
LA_Token=$(printf "%s:%s" "$LA_Id" "$LA_Sk" | _base64)
_debug "$LA_Token"
return 0