feat: 增加kg token报活

This commit is contained in:
Huibq
2024-04-06 16:36:24 +08:00
committed by ikun
parent 6062e23e52
commit c42d30f737
4 changed files with 143 additions and 2 deletions

View File

@ -201,6 +201,12 @@ default = {
"desc": "mix_songmid的获取方式, 默认auto, 可以改成一个数字手动",
"value": "auto"
}
},
"refresh_token": {
"desc": "酷狗token保活相关配置30天不刷新token会失效enable是否启动interval刷新间隔。默认appid=1005时有效3116需要更换signatureKey",
"enable": False,
"interval": 86000,
"login_url": "http://login.user.kugou.com/v4/login_by_token"
}
}
},