chore(bpm): 更新门户待办模块作者信息并优化HTTP响应处理
- 将多个类中的@author标记从shelly更新为yangchenjj - 在PortalRequest类中引入HttpResponse并使用try-with-resources优化HTTP请求执行 - 确保所有HTTP请求的响应体正确解析并返回PortalTodoResponseDTO对象 - 修复潜在的资源泄漏问题,提升代码健壮性
This commit is contained in:
@@ -33,7 +33,7 @@ public class SocialUserRespDTO {
|
||||
private Long userId;
|
||||
|
||||
/**
|
||||
* 原始用户数据,一般是 JSON 格式 add by shelly at 2025/09/23
|
||||
* 原始用户数据,一般是 JSON 格式 add by yangchenjj at 2025/09/23
|
||||
*/
|
||||
private String rawUserInfo;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user