go version to 1.23.1

This commit is contained in:
itouakirai
2025-01-15 15:55:30 +08:00
parent 1944e29a2a
commit 2ca82f615a
3 changed files with 4 additions and 6 deletions

View File

@@ -253,7 +253,7 @@ func Run(adamId string, trackpath string, authtoken string, mutoken string)(erro
fmt.Println(err)
return err
}
headers := map[string]any{
headers := map[string]interface{}{
"authorization": "Bearer " + authtoken,
"x-apple-music-user-token": mutoken,
}