添加请求头
This commit is contained in:
parent
f3120c2f81
commit
d625195755
@ -58,6 +58,7 @@ public class MusicService {
|
|||||||
.defaultHeader("Accept-Encoding", "gzip, deflate, br")
|
.defaultHeader("Accept-Encoding", "gzip, deflate, br")
|
||||||
.defaultHeader("Connection", "keep-alive")
|
.defaultHeader("Connection", "keep-alive")
|
||||||
.defaultHeader("Accept", "*")
|
.defaultHeader("Accept", "*")
|
||||||
|
.defaultHeader("music-key", "qiuguo")
|
||||||
.build();
|
.build();
|
||||||
String baseUrl = "http://121.40.172.241:8031";
|
String baseUrl = "http://121.40.172.241:8031";
|
||||||
if (type == 1) {
|
if (type == 1) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user