mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
Merge branch 'master' into registry-nacos
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user