|
|
@ -84,6 +84,7 @@ public Story getStory22(OpenContext<Story> openContext) { |
|
|
|
此方式等价于: |
|
|
|
此方式等价于: |
|
|
|
|
|
|
|
|
|
|
|
```java |
|
|
|
```java |
|
|
|
|
|
|
|
@ApiMapping(value = "story.get", version = "2.2") |
|
|
|
public Story getStory22(Story bizObject) { |
|
|
|
public Story getStory22(Story bizObject) { |
|
|
|
OpenContext openContext = ServiceContext.getCurrentContext().getOpenContext(); |
|
|
|
OpenContext openContext = ServiceContext.getCurrentContext().getOpenContext(); |
|
|
|
String appId = openContext.getAppId(); |
|
|
|
String appId = openContext.getAppId(); |
|
|
|