Commit c5d0c2fa authored by yanzg's avatar yanzg

添加对Android的支持

parent 39f4b239
......@@ -57,7 +57,7 @@ public class CookiesHelper {
if (request.getCookies() == null) {
return StringHelper.EMPTY;
}
Map<String, String> map = new HashMap<>();
Map<String, String> map = new HashMap<>(request.getCookies().length);
int keyLength = 0;
// 遍历cookies找到对应的Cookies
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment