Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
赵辉
2026-03-06 16:34:08 +08:00
5 changed files with 90 additions and 17 deletions
@@ -33,6 +33,10 @@ public interface ThirdPartyServiceFeign {
@GetMapping("/sysDepartInterfaceInfo/querylist")
public List<SysDepartInterfaceInfoPo> querylist(@RequestBody SysDepartInterfaceInfoDTO sysDepartInterfaceInfoDTO);
//查询当前组织所有三方接口信息
@GetMapping("/sysDepartInterfaceInfo/queryList")
public List<SysDepartInterfaceInfoPo> queryList(@RequestBody SysDepartInterfaceInfoDTO sysDepartInterfaceInfoDTO);
//查询当前组织所有三方接口信息
@PostMapping("/sysDepartInterfaceInfo/queryListByFeign")
public List<SysDepartInterfaceInfoPo> queryListByFeign(@RequestBody SysDepartInterfaceInfoDTO sysDepartInterfaceInfoDTO);
@@ -323,4 +327,4 @@ public interface ThirdPartyServiceFeign {
//查询用户详情
@GetMapping("/dingtalkApi/v2/user/get")
AjaxResult userGet(@RequestParam(value = "userId") String userId);
}
}