浏览代码

修复bug

boweniac 8 月之前
父节点
当前提交
a08350a37a
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      internal/logic/Wx/get_wx_list_logic.go

+ 2 - 0
internal/logic/Wx/get_wx_list_logic.go

@@ -178,6 +178,8 @@ func (l *GetWxListLogic) GetWxList(req *types.WxListReq) (*types.WxListResp, err
 				OrganizationName: departmentInfo.Name,
 				OrganizationName: departmentInfo.Name,
 				AgentId:          &v.AgentID,
 				AgentId:          &v.AgentID,
 				AgentInfo:        &agent,
 				AgentInfo:        &agent,
+				ApiBase:          &v.APIBase,
+				ApiKey:           &v.APIKey,
 			})
 			})
 	}
 	}