| 程序包 | 说明 |
|---|---|
| ltd.icecold.orange.netease | |
| ltd.icecold.orange.netease.api |
| 限定符和类型 | 方法和说明 |
|---|---|
static NeteaseResponseBody |
NeteaseRequest.postRequest(NeteaseRequestOptions requestOptions,
Map<String,String> requestData)
发送post请求
|
| 限定符和类型 | 方法和说明 |
|---|---|
NeteaseResponseBody |
NeteaseSearchAPI.defaultKeyword(Map<String,String> cookie)
搜索时默认词语
|
NeteaseResponseBody |
NeteaseUserAPI.login(String userName,
String password)
邮箱登录
如果body中的code为200则登录成功 cookie可正常使用 502为账号或密码错误
|
NeteaseResponseBody |
NeteaseUserAPI.loginPhone(String phone,
String password)
手机登录
如果body中的code为200则登录成功 cookie可正常使用 502为账号或密码错误
|
NeteaseResponseBody |
NeteaseUserAPI.loginRefresh()
刷新登录
根据body中的code判断是否刷新成功
|
static NeteaseResponseBody |
NeteaseSongAPI.lyric(String id)
获取歌曲歌词
|
static NeteaseResponseBody |
NeteaseSongAPI.musicUrl(String id,
String br,
Map<String,String> cookie)
获取音乐URL
|
static NeteaseResponseBody |
NeteasePlayListAPI.playlistDetail(String id,
String s,
Map<String,String> cookie)
获取歌单详情 传入歌单id获取对应歌单内的所有的音乐(未登录状态只能获取不完整的歌单,登录后是完整的)
|
NeteaseResponseBody |
NeteaseSearchAPI.search(String keywords,
Integer type,
Integer limit,
Integer offset,
Map<String,String> cookie)
搜索
|
NeteaseResponseBody |
NeteaseSearchAPI.search(String keywords,
Integer limit,
Map<String,String> cookie)
搜索
|
Copyright © 2021. All rights reserved.