12 lines
335 B
Python
12 lines
335 B
Python
SUPPORT_MUSIC_TYPE = [
|
|
".mp3",
|
|
".flac",
|
|
".wav",
|
|
".ape",
|
|
".ogg",
|
|
".m4a",
|
|
]
|
|
|
|
LATEST_ASK_API = "https://userprofile.mina.mi.com/device_profile/v2/conversation?source=dialogu&hardware={hardware}×tamp={timestamp}&limit=2"
|
|
COOKIE_TEMPLATE = "deviceId={device_id}; serviceToken={service_token}; userId={user_id}"
|