Commit d8c540cc by lzxry

Update ContractServiceImpl.java

parent 79033d40
......@@ -2603,7 +2603,7 @@ public class ContractServiceImpl implements ContractService {
String url = Constant.adiAccountCheck+"/adi/api/user/bigBackstage/getUserInfo";
JSONObject conditions = new JSONObject();
conditions.put("email","liyibin@reyun.com");
conditions.put("email",email);
conditions.put("userKey","CAS");
conditions.put("userSecret","90175b3c3d6370a3df874483caf5bc2c");
String responseJson = HttpClientUtil.doPostBody(url, conditions);
......
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