Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
+5
-1
@@ -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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user