mirror of
https://github.com/NeteaseCloudMusicApiEnhanced/api-enhanced.git
synced 2025-12-10 09:53:10 +00:00
13 lines
230 B
JavaScript
13 lines
230 B
JavaScript
const origin = 'http://music.163.com'
|
|
|
|
const globalOption = {
|
|
headers: {
|
|
'Origin': origin,
|
|
'Referer': origin,
|
|
'Content-Type': 'application/x-www-form-urlencoded'
|
|
},
|
|
proxy:false
|
|
}
|
|
|
|
export { origin, globalOption }
|