Fix ali list
This commit is contained in:
parent
50504102f5
commit
4c1ee8521b
|
|
@ -119,6 +119,7 @@ public class API {
|
||||||
HashMap<String, String> headers = getHeader();
|
HashMap<String, String> headers = getHeader();
|
||||||
headers.put("authorization", user.getAuthorization());
|
headers.put("authorization", user.getAuthorization());
|
||||||
headers.put("x-share-token", shareToken);
|
headers.put("x-share-token", shareToken);
|
||||||
|
headers.put("X-Canary", "client=Android,app=adrive,version=v4.3.1");
|
||||||
return headers;
|
return headers;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1 +1 @@
|
||||||
bbd25da05e43977b11c52ccf06c0c1ed
|
ecddb20dad437ff099b1e777bc5545ab
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue