mirror of
https://github.com/AynaLivePlayer/miaosic.git
synced 2025-12-17 18:28:12 +08:00
finish qq provider
fix session cmd: save session every in every command add qq init fix init sequence update gitignore fix miaosic cmd add kugou album info in search update qq music api.
This commit is contained in:
13
providers/qq/qimei_test.go
Normal file
13
providers/qq/qimei_test.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package qq
|
||||
|
||||
import (
|
||||
"github.com/stretchr/testify/require"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestGetQimei(t *testing.T) {
|
||||
device := NewDevice()
|
||||
qimei, err := getQimei(device, "13.2.5.8")
|
||||
require.NoError(t, err)
|
||||
require.NotEqual(t, "6c9d3cd110abca9b16311cee10001e717614", qimei.Q36)
|
||||
}
|
||||
Reference in New Issue
Block a user