mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
5.0
This commit is contained in:
@@ -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")
|
||||
|
@@ -1,2 +1 @@
|
||||
|
||||
dubbo.registry.address=nacos://localhost:8848
|
||||
|
Reference in New Issue
Block a user