未验证 提交 9a254002 编写于 作者: B binaryify 提交者: GitHub

Merge pull request #841 from hcanyz/master

新增 国家编码列表
// 国家编码列表
module.exports = (query, request) => {
const data = {}
return request(
'POST', `http://interface3.music.163.com/eapi/lbs/countries/v1`, data,
{
crypto: 'eapi',
cookie: query.cookie,
proxy: query.proxy,
url: '/api/lbs/countries/v1'
}
)
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册