fix
This commit is contained in:
parent
daa7767ecb
commit
2cd8b180d6
@ -74,7 +74,7 @@ public class HttpHelper {
|
||||
|
||||
Request.Builder builder = new Request.Builder().url(url);
|
||||
if (token != null && !token.isBlank()) {
|
||||
builder.header("Authorization", token);
|
||||
builder.header("Authorization", "Bearer " + token);
|
||||
}
|
||||
|
||||
switch (method.toUpperCase()) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user