From a0682103006cc3bee2f6a8284c61a06e329652f5 Mon Sep 17 00:00:00 2001 From: tanghc Date: Mon, 29 Jul 2019 11:53:09 +0800 Subject: [PATCH] 1.13.4 --- doc/docs/files/10020_新增接口.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/docs/files/10020_新增接口.md b/doc/docs/files/10020_新增接口.md index b4fdfba6..e5e3408e 100644 --- a/doc/docs/files/10020_新增接口.md +++ b/doc/docs/files/10020_新增接口.md @@ -84,6 +84,7 @@ public Story getStory22(OpenContext openContext) { 此方式等价于: ```java +@ApiMapping(value = "story.get", version = "2.2") public Story getStory22(Story bizObject) { OpenContext openContext = ServiceContext.getCurrentContext().getOpenContext(); String appId = openContext.getAppId();