【发布时间】:2016-11-15 16:52:09
【问题描述】:
@Override
public Map<String, String> getHeaders() throws AuthFailureError {
HashMap<String, String> headers = new HashMap<String, String>();
headers.put("Content-Type", "application/json");
headers.put("Authorization", Auth_token);
headers.put("Cookie", GlobleVariables.COOKIE_VALUE + Auth_token);
return headers;
}
【问题讨论】:
-
请您添加更多信息。你想让它做什么,它目前在做什么?
标签: android cookies header android-volley