|
@ -600,7 +600,7 @@ public class WlyyUserDetailsService extends JdbcDaoSupport implements UserDetail
|
|
|
|
|
|
public JSONObject getHLWyyUser(String openid){
|
|
public JSONObject getHLWyyUser(String openid){
|
|
JSONObject jsonObject = new JSONObject();
|
|
JSONObject jsonObject = new JSONObject();
|
|
jsonObject.put("openid",openid);
|
|
|
|
|
|
jsonObject.put("openId",openid);
|
|
try {
|
|
try {
|
|
String res = httpClientUtil.sendPost(getSynPath("xm_zsyy_wx"), jsonObject.toString());
|
|
String res = httpClientUtil.sendPost(getSynPath("xm_zsyy_wx"), jsonObject.toString());
|
|
JSONObject object1 = JSONObject.parseObject(res);
|
|
JSONObject object1 = JSONObject.parseObject(res);
|