9、webview加载url加入header

Map<String, String> map = new HashMap<String, String>();

map.put("assetionkey", StringUtils.getBase64(RetrofitHelper.key + timeString));

map.put("timestamp", timeString);

wv.loadUrl(banner_url, map);

 

猜你喜欢

转载自blog.csdn.net/lanxuan1993/article/details/80353840
今日推荐