Commit 0ff1b753 authored by zhangzhenbang's avatar zhangzhenbang

试探性写了一两个接口

parent 8bb1309a
......@@ -50,8 +50,8 @@ public class IdentityInformationServiceImpl implements IdentityInformationServic
@Override
public JSONObject getwechatInfoByTempCode(String code) {
BufferedReader in = null;
String url = "https://api.weixin.qq.com/sns/jscode2session?appid=wx8784a1a35b9c76af" +
"&secret=bbde177fbebb080ad3ad5f57db3db8a2" +
String url = "https://api.weixin.qq.com/sns/jscode2session?appid=wxa0c404418dc92510" +
"&secret=93f2470aa31ae319145b1216704262f6" +
"&js_code="+code+
"&grant_type=authorization_code";
URL realUrl;
......
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