添加日志
parent
d6df932c76
commit
604817a173
|
@ -1,5 +1,6 @@
|
|||
package com.bocloud.sms.service;
|
||||
|
||||
import com.alibaba.fastjson.JSON;
|
||||
import com.alibaba.fastjson.JSONArray;
|
||||
import com.alibaba.fastjson.JSONObject;
|
||||
import com.bocloud.sms.entity.User;
|
||||
|
@ -110,6 +111,7 @@ public class IndexServiceImpl implements IndexService {
|
|||
List<JSONObject> authResList = JSONObject.parseObject(userDataJAuthJson.get(0).getString("authRes"),List.class);
|
||||
|
||||
resultMap.put("userAuthList", authResList.size());
|
||||
log.info("resultMap:{}", JSON.toJSONString(resultMap));
|
||||
|
||||
return new GeneralResult(true, resultMap, "查询成功");
|
||||
} catch (Exception e) {
|
||||
|
|
Loading…
Reference in New Issue