Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #841 from hcanyz/master
Browse files Browse the repository at this point in the history
新增 国家编码列表
  • Loading branch information
Binaryify authored Jul 13, 2020
2 parents a0abeed + 8a40f5b commit 9a25400
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions module/countries_code_list.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// 国家编码列表
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'
}
)
}

0 comments on commit 9a25400

Please sign in to comment.