|
@@ -0,0 +1,14 @@
|
|
|
|
|
+package space.anyi.openAPI.comom.service.inside;
|
|
|
|
|
+
|
|
|
|
|
+import space.anyi.openAPI.comom.model.interfaceInfo.InterfaceInfo;
|
|
|
|
|
+
|
|
|
|
|
+/**
|
|
|
|
|
+ * @ProjectName: open-api-commom
|
|
|
|
|
+ * @FileName: InsideInterfaceInfoService
|
|
|
|
|
+ * @Author: 杨逸
|
|
|
|
|
+ * @Data:2025/11/21 16:25
|
|
|
|
|
+ * @Description: 服务内部使用的接口,RPC使用
|
|
|
|
|
+ */
|
|
|
|
|
+public interface InsideInterfaceInfoService {
|
|
|
|
|
+ InterfaceInfo getInterfaceInfoByUrlAndMethod(String url, String method);
|
|
|
|
|
+}
|