mirror of
https://github.com/NeteaseCloudMusicApiEnhanced/api-enhanced.git
synced 2025-10-23 07:33:10 +00:00
17 lines
340 B
JavaScript
17 lines
340 B
JavaScript
'use strict';
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
var origin = 'http://music.163.com';
|
|
|
|
var globalOption = {
|
|
headers: {
|
|
'Origin': origin,
|
|
'Referer': origin,
|
|
'Content-Type': 'application/x-www-form-urlencoded'
|
|
}
|
|
};
|
|
|
|
exports.origin = origin;
|
|
exports.globalOption = globalOption; |