查询用户相关信息
parent
4b34fcc451
commit
b6b758a770
|
@ -85,10 +85,10 @@ public class IndexServiceImpl implements IndexService {
|
||||||
public GeneralResult userDataStatic(RequestContext requestContext) {
|
public GeneralResult userDataStatic(RequestContext requestContext) {
|
||||||
try {
|
try {
|
||||||
//查询当前用户授权应用
|
//查询当前用户授权应用
|
||||||
// JSONObject param = new JSONObject();
|
JSONObject param = new JSONObject();
|
||||||
// param.put("userId", "1111");
|
param.put("userId", "1111");
|
||||||
// param.put("type", "user");
|
param.put("type", "user");
|
||||||
// String result = ykUtil.call(YkInfo.getUserAppList, param, JSONArray.class);
|
String result = ykUtil.call(YkInfo.getUserAppList, param, JSONArray.class);
|
||||||
|
|
||||||
//获取用户信息
|
//获取用户信息
|
||||||
JSONObject userParam = new JSONObject();
|
JSONObject userParam = new JSONObject();
|
||||||
|
|
Loading…
Reference in New Issue