mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-05 18:18:55 +08:00
修复网易歌单详情无法打开的问题
This commit is contained in:
parent
04e4bcac85
commit
e26a268497
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "lx-music-mobile",
|
"name": "lx-music-mobile",
|
||||||
"version": "0.12.0-beta7",
|
"version": "0.12.0-beta8",
|
||||||
"versionCode": 40,
|
"versionCode": 40,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ar": "react-native run-android",
|
"ar": "react-native run-android",
|
||||||
|
@ -34,7 +34,7 @@ export const weapi = object => {
|
|||||||
export const linuxapi = object => {
|
export const linuxapi = object => {
|
||||||
const text = JSON.stringify(object)
|
const text = JSON.stringify(object)
|
||||||
return {
|
return {
|
||||||
eparams: aesEncrypt(Buffer.from(text), 'ecb', linuxapiKey, '').toString('hex').toUpperCase(),
|
eparams: aesEncrypt(Buffer.from(text), 'aes-128-ecb', linuxapiKey, '').toString('hex').toUpperCase(),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user