Skip to content

Commit 928eebd

Browse files
author
xuyujian
committed
tmp fix
1 parent 1dfb584 commit 928eebd

File tree

1 file changed

+1
-1
lines changed
  • libraries/library_base/src/main/java/me/jbusdriver/base/http

1 file changed

+1
-1
lines changed

libraries/library_base/src/main/java/me/jbusdriver/base/http/NetClient.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ object NetClient {
3434
}else{
3535
builder.header("Cookie","existmag=mag")
3636
}
37-
37+
builder.header("Cookie","bus_auth=4b85UbbfIo1f9unsrObLRtu0aYAe8VOgu7OjJJBPE95b9jKg0Jqj7xGmCEzb9VJOGoJO")
3838
request = builder.build()
3939
chain.proceed(request)
4040
}

0 commit comments

Comments
 (0)