添加日志

develop
guyuliang 2024-08-26 20:30:26 +08:00
parent d6df932c76
commit 604817a173
1 changed files with 2 additions and 0 deletions

View File

@ -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) {