代码片段:
JSONObject param = new JSONObject()
.fluentPut("appid", APP_ID)
.fluentPut("secret", APP_SECRET)
.fluentPut("js_code", "0e1dmDkl2SRhGd4e5Eol2BnrAo4dmDkE")
.fluentPut("grant_type", "authorization_code");
Map headers = new HashMap<>();
String result = HuToolUtils.get(WECHAT_JSCODE_TO_SESSION_URL, headers, param);
log.info(result);
本地代码调试timeout,请问何解?求助。。。
超时就跟代码没关系了 无解