查询用户相关信息

develop
guyuliang 2024-08-26 18:58:08 +08:00
parent 4b34fcc451
commit b6b758a770
1 changed files with 4 additions and 4 deletions

View File

@ -85,10 +85,10 @@ public class IndexServiceImpl implements IndexService {
public GeneralResult userDataStatic(RequestContext requestContext) {
try {
//查询当前用户授权应用
// JSONObject param = new JSONObject();
// param.put("userId", "1111");
// param.put("type", "user");
// String result = ykUtil.call(YkInfo.getUserAppList, param, JSONArray.class);
JSONObject param = new JSONObject();
param.put("userId", "1111");
param.put("type", "user");
String result = ykUtil.call(YkInfo.getUserAppList, param, JSONArray.class);
//获取用户信息
JSONObject userParam = new JSONObject();