This commit is contained in:
六如
2024-12-22 08:42:31 +08:00
parent bb2a9eb314
commit 02fb5a9e85
12 changed files with 471 additions and 421 deletions

View File

@@ -34,7 +34,8 @@ public interface OpenStory {
@Open("story.get")
StoryResponse getById(@NotNull(message = "id必填") Integer id);
@Open(value = "story.get", version = "2.0")
// 需要授权
@Open(value = "story.get", version = "2.0", permission = true)
StoryResponse getByIdV2(Long id);
@Open(value = "story.get.context")

View File

@@ -1,2 +1 @@
dubbo.registry.address=nacos://localhost:8848